/* Isolated recovery experience. Does not change login, admin or app layouts. */
body.podio-auth-recovery .podio-auth-access-form__heading h1 {
  font-size: clamp(28px, 2.25vw, 36px) !important;
  font-weight: 650 !important;
  line-height: 1.16 !important;
}
body.podio-auth-recovery .podio-auth-access-form__heading p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}
body.podio-auth-recovery .podio-auth-admin-badge {
  display: block;
  margin-bottom: 14px;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .12em;
}
.podio-recovery-guide {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 20px 18px 12px;
  border: 1px solid #d8e9e6;
  border-radius: 20px;
  background: linear-gradient(120deg, #eef8f5, #f8fbfb);
}
.podio-recovery-guide__portrait {
  position: relative;
  width: 94px;
  height: 102px;
  isolation: isolate;
}
.podio-recovery-guide__halo {
  position: absolute;
  inset: 8px 1px 1px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #ecfff9, #baddd5);
  box-shadow: 0 0 0 5px #ffffff9c;
  animation: podio-recovery-breathe 4s ease-in-out infinite;
}
.podio-recovery-guide__portrait img {
  position: absolute;
  inset: 0;
  display: block;
  width: 94px !important;
  height: 102px !important;
  max-width: 100%;
  border-radius: 0 0 46px 46px;
  object-fit: contain;
  object-position: center bottom;
  animation: podio-recovery-presence 4s ease-in-out infinite;
}
.podio-recovery-guide__presence {
  position: absolute;
  right: -2px;
  bottom: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 32px;
  height: 23px;
  border: 3px solid #f2faf7;
  border-radius: 20px;
  background: #08746f;
}
.podio-recovery-guide__presence i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
.podio-recovery-guide__presence i:nth-child(2) { animation-delay: .16s !important; }
.podio-recovery-guide__presence i:nth-child(3) { animation-delay: .32s !important; }
.podio-recovery-guide[data-state="sending"] .podio-recovery-guide__presence i {
  animation: podio-recovery-dots 1s ease-in-out infinite;
}
.podio-recovery-guide[data-state="editing"] .podio-recovery-guide__halo {
  box-shadow: 0 0 0 5px #b6e3d9;
}
.podio-recovery-guide__message { min-width: 0; }
.podio-recovery-guide__name {
  display: block;
  margin-bottom: 7px;
  color: #075451;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}
.podio-recovery-guide__name span { font-weight: 500; }
.podio-recovery-guide__message p {
  margin: 0;
  color: #355657;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.podio-recovery-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 27px;
  padding: 0;
  list-style: none;
}
.podio-recovery-steps li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #667981;
  font-size: 11px;
  line-height: 1.35;
}
.podio-recovery-steps__number {
  display: inline-flex;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #dce6e7;
  border-radius: 50%;
  background: #f7f9f9;
  font-size: 11px;
  font-weight: 650;
}
.podio-recovery-steps .is-active { color: #075451; }
.podio-recovery-steps .is-active .podio-recovery-steps__number {
  border-color: #075451;
  background: #075451;
  color: #fff;
}
.podio-recovery-notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-left: 3px solid #16867c;
  border-radius: 0 12px 12px 0;
  background: #f0f8f5;
  color: #285750;
  font-size: 14px;
  line-height: 1.55;
}
.podio-recovery-notice strong { display: block; margin-bottom: 5px; font-weight: 650; }
.podio-recovery-notice p { margin: 0; }
.podio-recovery-notice.is-warning { background: #fff8e9; border-color: #d3a02e; color: #785618; }
body.podio-auth-recovery .form-group > label { font-size: 14px; font-weight: 600; }
body.podio-auth-recovery .podio-auth-input .form-control {
  width: 100%;
  min-width: 0;
  height: 54px;
  font-size: 16px;
}
.podio-recovery-field-hint {
  margin: 9px 0 0;
  color: #637783;
  font-size: 12px;
  line-height: 1.5;
}
.podio-recovery-field-hint[data-match="true"] { color: #08776c; }
.podio-recovery-field-hint[data-match="false"] { color: #b34535; }
body.podio-auth-recovery .podio-recovery-actions {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-top: 24px;
}
body.podio-auth-recovery .podio-recovery-actions .podio-auth-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100% !important;
  min-height: 54px;
  margin: 0 !important;
  padding: 14px 18px !important;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(110deg, #075451, #0d8980) !important;
  color: #fff !important;
  white-space: normal;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
}
body.podio-auth-recovery .podio-auth-submit:disabled { opacity: .7; cursor: wait; }
.podio-recovery-actions svg, .podio-recovery-toggle svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.podio-auth-recovery .podio-recovery-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  margin: 0;
  color: #256c68;
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;
}
.podio-recovery-back:hover { text-decoration: underline !important; }
.podio-recovery-password { position: relative; }
body.podio-auth-recovery .podio-recovery-password .form-control { padding-right: 54px; }
body.podio-auth-recovery .podio-recovery-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #487672;
}
.podio-recovery-toggle:hover { background: #e9f4f1 !important; }
.podio-recovery-toggle:focus-visible, .podio-recovery-back:focus-visible { outline: 2px solid #16867c; outline-offset: 3px; }
.podio-recovery-privacy {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e7edee;
  color: #687e85;
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}
@keyframes podio-recovery-presence { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes podio-recovery-breathe { 0%, 100% { opacity: .72; } 50% { opacity: 1; } }
@keyframes podio-recovery-dots { 0%, 70%, 100% { transform: translateY(0); opacity: .5; } 35% { transform: translateY(-2px); opacity: 1; } }
@media (max-width: 680px) {
  body.podio-auth-recovery .podio-auth-topnav > span { display: none; }
  body.podio-auth-recovery #content > .container { padding: 76px 22px 32px !important; }
  .podio-recovery-guide { grid-template-columns: 78px minmax(0, 1fr); gap: 14px; padding: 16px 14px 16px 10px; }
  .podio-recovery-guide__portrait { width: 78px; height: 90px; }
  .podio-recovery-guide__portrait img { width: 78px !important; height: 90px !important; }
  .podio-recovery-guide__message p { font-size: 13px; }
  .podio-recovery-steps { gap: 5px; }
  .podio-recovery-steps li { gap: 5px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .podio-recovery-guide *, .podio-recovery-guide *::before, .podio-recovery-guide *::after { animation: none !important; transition: none !important; }
}
