/* CAPRI_BLU_FINAL_SUCCESS_V0466 */
#screen-success .success-icon {
  animation: cb-final-check-in .6s cubic-bezier(.2,.9,.3,1.2) both;
}

#screen-success .cb-final-auto-return {
  width: min(620px, 92%);
  margin: 18px auto 0;
  padding: 16px 18px 18px;
  border: 1px solid rgba(224, 190, 112, .42);
  border-radius: 20px;
  background: rgba(5, 31, 56, .44);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}

#screen-success .cb-final-thanks {
  margin: 0 0 6px;
  color: #f4e6c0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .02em;
}

#screen-success .cb-final-countdown {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .94rem;
}

#screen-success .cb-final-countdown strong {
  color: #e4c476;
  font-size: 1.08em;
}

#screen-success .cb-final-home {
  width: 100%;
  min-height: 54px;
  margin-top: 14px;
  padding: 12px 18px;
  border: 1px solid rgba(228, 196, 118, .82);
  border-radius: 16px;
  background: linear-gradient(180deg, #174f7e 0%, #103c63 100%);
  color: #fff8e7;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.14);
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

#screen-success .cb-final-home:active {
  transform: translateY(1px) scale(.995);
}

@keyframes cb-final-check-in {
  0% { opacity: 0; transform: scale(.72) rotate(-7deg); }
  65% { opacity: 1; transform: scale(1.08) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

@media (prefers-reduced-motion: reduce) {
  #screen-success .success-icon { animation: none; }
}
