/* Lyntura's centered access pages. Shared authentication behavior is unchanged. */
.lyntura-access {
  --ink: #202b3d;
  --muted: #68748a;
  --line: #d9dfe8;
  --cyan: #1769dd;
  --rose: #1976ed;
  --rose-dark: #1265d4;
  color-scheme: light;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 0 64px;
  justify-content: flex-start;
  align-items: center;
  background: #f2f5fa;
  color: var(--ink);
  font-family: var(--font);
}
.lyntura-access a { color: var(--cyan); }
.lyntura-access a:focus-visible,
.lyntura-access button:focus-visible { outline: 3px solid #1769dd; outline-offset: 4px; }
.lyntura-access .lyntura-access-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  min-height: 76px;
  padding: 18px 36px;
  border-bottom: 1px solid #e4e9f0;
  background: #fff;
}
.lyntura-access .access-wordmark {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  margin: 0;
  color: #23374e;
  font-size: 28px;
  font-weight: 640;
  letter-spacing: -1.3px;
  line-height: 1;
}
.lyntura-access .access-wordmark svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  fill: none;
  stroke: #3976b3;
  stroke-width: 2.5;
}
.lyntura-access .access-wordmark > span > span { color: #1976ed; }
.lyntura-access .lyntura-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: #637086;
  font-size: 12px;
  font-weight: 450;
}
.lyntura-back-link span { font-size: 17px; }
.lyntura-access .access-shell {
  display: block;
  flex: 0 0 auto;
  width: calc(100% - 48px);
  max-width: 560px;
  min-height: 0;
  margin: 64px auto 0;
  overflow: visible;
  border: 1px solid #e4e9f0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 18px #233c5a05;
}
/* Retain shared server markup without showing the former split-screen scene. */
.lyntura-access .access-scene,
.lyntura-access .lyntura-story,
.lyntura-access .lyntura-form-intro,
.lyntura-access .access-footer,
.lyntura-access .access-signin > .access-support,
.lyntura-access .access-signin > .access-notice { display: none; }
.lyntura-access .access-side {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  padding: 49px 55px 42px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color-scheme: light;
}
.lyntura-access .access-side > * { width: 100%; max-width: none; }
.lyntura-access .access-card { color: var(--ink); }
.lyntura-access .access-card legend,
.lyntura-access .access-signin .access-card legend { margin: 0 0 36px; color: var(--ink); }
.lyntura-access .access-card h1 {
  color: var(--ink);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.8px;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}
.lyntura-access .access-description { margin: -18px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.7; text-align: center; }
.lyntura-access .login-form { gap: 23px; }
.lyntura-access .login-form label { gap: 9px; color: #354157; font-size: 14px; font-weight: 550; }
.lyntura-access .login-form input:not([type=hidden]) {
  height: 49px;
  padding: 12px 14px;
  border: 1px solid #d4dce7;
  border-radius: 5px;
  background: #fff;
  color: #202b3d;
  box-shadow: none;
  caret-color: #1976ed;
}
.lyntura-access .login-form input:not([type=hidden]):hover { border-color: #9baac0; }
.lyntura-access .login-form input:not([type=hidden]):focus { outline: 2px solid #1976ed; outline-offset: 2px; border-color: #1976ed; background: #fff; }
.lyntura-access .login-form input::placeholder { color: #8a94a7; font-size: 14px; opacity: 1; }
.lyntura-access .login-form input:autofill { -webkit-text-fill-color: #202b3d; }
.lyntura-access .password-toggle { right: 5px; border-radius: 3px; color: #69788e; font-size: 12px; font-weight: 500; }
.lyntura-access .password-toggle:hover { background: #f0f5fb; color: #1769dd; }
.lyntura-access .access-recovery {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  min-height: 24px;
  margin-top: -11px;
  color: #1769dd;
  font-size: 13px;
  font-weight: 450;
}
.lyntura-access .login-form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #1976ed;
  border-radius: 5px;
  background: #1976ed;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 1px 2px #173b7310;
}
.lyntura-access .login-form button[type=submit]:hover { border-color: #1265d4; background: #1265d4; }
.lyntura-access .login-form button[type=submit]:active { border-color: #0d56b9; background: #0d56b9; }
.lyntura-access .login-form button[type=submit]:disabled { opacity: .65; cursor: wait; }
.lyntura-social-signin { margin-top: 29px; }
.lyntura-divider { display: flex; align-items: center; gap: 18px; color: #7b8698; font-size: 12px; line-height: 1.5; }
.lyntura-divider::before,
.lyntura-divider::after { content: ""; flex: 1; height: 1px; background: #e0e5ed; }
.lyntura-divider span { flex-shrink: 0; }
.lyntura-social-buttons { display: flex; flex-direction: column; gap: 12px; margin-top: 25px; }
/* Live Google is a separate native POST form; never nest it in password sign-in. */
.lyntura-access .lyntura-provider-form { width: 100%; margin: 25px 0 0; }
.lyntura-access .lyntura-provider-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid #d4dce7;
  border-radius: 5px;
  background: #fff;
  color: #344054;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.lyntura-access .lyntura-provider-button svg { width: 19px; height: 19px; flex: 0 0 auto; }
.lyntura-access .lyntura-provider-button:not(:disabled):hover { border-color: #9baac0; background: #f8faff; }
.lyntura-access .lyntura-provider-button:disabled { cursor: not-allowed; background: #fcfdff; color: #677489; }
.lyntura-provider-status { margin: 15px 0 0; color: #7b8698; font-size: 11px; line-height: 1.5; text-align: center; }
.lyntura-access .lyntura-signin-legal { margin: 24px 0 0; color: #526075; font-size: 13px; font-weight: 400; line-height: 1.85; text-align: center; text-wrap: balance; }
.lyntura-access .lyntura-signin-legal a { display: inline-block; color: #155cb1; font-weight: 550; text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: 3px; }
.lyntura-access .lyntura-signin-legal a:hover { color: #1769dd; text-decoration-color: currentColor; }
.lyntura-access .access-support { margin: 26px 0 10px; padding-top: 20px; border-color: #e4e9f0; color: var(--muted); font-size: 12px; }
.lyntura-access .access-support a { color: #1769dd; }
.lyntura-access .access-notice { color: #7b8698; font-size: 11px; line-height: 1.65; text-align: center; }
.lyntura-access .access-account-content { color: #68748a; }
.lyntura-access .access-account-content > p { margin-bottom: 24px; }
.lyntura-access .access-account-content .login-form { margin: 24px 0; }
.lyntura-access .access-account-content > a { padding: 5px 0; color: #1769dd; }
.lyntura-access .login-error { border: 1px solid #ecc5c0; border-radius: 5px; background: #fff4f2; color: #8a302d; }
.lyntura-access .lyntura-preview-note { width: 100%; margin: 0; padding: 8px 20px; background: #e4ebf5; color: #50637e; font: 11px/1.5 var(--font); text-align: center; }
@media (min-width: 761px) and (min-height: 960px) {
  .lyntura-access .access-shell { margin-top: 88px; }
}
@media (min-width: 761px) and (max-height: 800px) {
  .lyntura-access { padding-bottom: 32px; }
  .lyntura-access .lyntura-access-header { min-height: 68px; padding-top: 12px; padding-bottom: 12px; }
  .lyntura-access .access-shell { margin-top: 32px; }
  .lyntura-access .access-side { padding-top: 30px; padding-bottom: 24px; }
  .lyntura-access .access-card legend,
  .lyntura-access .access-signin .access-card legend { margin-bottom: 29px; }
  .lyntura-access .login-form { gap: 19px; }
  .lyntura-social-signin { margin-top: 24px; }
  .lyntura-social-buttons { margin-top: 19px; }
  .lyntura-access .lyntura-provider-form { margin-top: 19px; }
  .lyntura-provider-status { margin-top: 12px; }
}
@media (max-width: 760px) {
  .lyntura-access { padding: 0 0 40px; }
  .lyntura-access .lyntura-access-header { min-height: 72px; padding: 14px 24px; gap: 20px; }
  .lyntura-access .access-wordmark { font-size: 27px; }
  .lyntura-access .access-wordmark svg { width: 29px; height: 29px; }
  .lyntura-access .lyntura-back-link { font-size: 11px; gap: 5px; }
  .lyntura-access .access-shell { width: calc(100% - 40px); max-width: 560px; margin-top: 40px; border-radius: 6px; }
  .lyntura-access .access-side { padding: 40px 36px 34px; }
  .lyntura-access .access-card h1 { font-size: 28px; letter-spacing: -.7px; }
}
@media (max-width: 520px) {
  .lyntura-access { padding: 0 0 32px; }
  .lyntura-access .lyntura-access-header { gap: 12px; padding-right: 20px; padding-left: 20px; }
  .lyntura-access .lyntura-back-link { min-height: 44px; }
  .lyntura-access .access-shell { width: calc(100% - 32px); margin-top: 32px; }
  .lyntura-access .access-side { padding: 35px 25px 29px; }
  .lyntura-access .access-card h1 { font-size: 26px; letter-spacing: -.75px; }
  .lyntura-access .access-card legend,
  .lyntura-access .access-signin .access-card legend { margin-bottom: 29px; }
  .lyntura-access .login-form { gap: 21px; }
  .lyntura-access .login-form label { font-size: 13px; }
  .lyntura-social-signin { margin-top: 27px; }
  .lyntura-social-buttons { margin-top: 23px; }
  .lyntura-access .lyntura-provider-form { margin-top: 23px; }
}
@media (max-width: 360px) {
  .lyntura-access .access-side { padding-right: 20px; padding-left: 20px; }
  .lyntura-access .access-card h1 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .lyntura-access *, .lyntura-access *::before, .lyntura-access *::after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .lyntura-access { --ink: CanvasText; --muted: CanvasText; --line: CanvasText; --cyan: LinkText; background: Canvas; color: CanvasText; }
  .lyntura-access a { color: LinkText; }
  .lyntura-access .lyntura-access-header { border-color: CanvasText; background: Canvas; }
  .lyntura-access .access-shell { border-color: CanvasText; background: Canvas; }
  .lyntura-access .access-wordmark, .lyntura-access .access-card h1 { color: CanvasText; }
  .lyntura-access .access-wordmark svg { stroke: CanvasText; }
  .lyntura-access .login-form button[type=submit], .lyntura-access .lyntura-provider-button { border-color: ButtonText; background: ButtonFace; color: ButtonText; }
  .lyntura-access .lyntura-provider-button:disabled { border-color: GrayText; color: GrayText; }
  .lyntura-access .login-form input:not([type=hidden]) { border-color: CanvasText; background: Canvas; color: CanvasText; }
  .lyntura-access .login-error { border-color: CanvasText; background: Canvas; color: CanvasText; }
  .lyntura-divider::before, .lyntura-divider::after { background: CanvasText; }
}
