/* COLADRAMA H5 v2.1.34 · persistent private-offer timer */
.retention-float[hidden] { display: none !important; }
.retention-float {
  position: fixed; z-index: 88;
  right: max(14px, calc((100vw - 560px) / 2 + 14px));
  bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  display: flex; width: min(330px, calc(100vw - 28px)); min-height: 62px;
  overflow: hidden; border: 1px solid rgba(236, 200, 112, .38); border-radius: 18px;
  background: linear-gradient(112deg, rgba(18, 17, 18, .98), rgba(42, 32, 17, .98));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 239, 193, .08);
  color: #fff7df; backdrop-filter: blur(18px);
  animation: retention-float-in .34s cubic-bezier(.2, .8, .2, 1);
}
.retention-float-action {
  display: grid; flex: 1; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center;
  min-width: 0; padding: 9px 7px 9px 10px; border: 0; background: transparent;
  color: inherit; text-align: left; cursor: pointer;
}
.retention-float-mark {
  display: grid; width: 39px; height: 39px; place-items: center;
  border: 1px solid rgba(255, 228, 153, .46); border-radius: 12px;
  background: linear-gradient(145deg, #fee39a, #a66f16); box-shadow: inset 0 1px rgba(255,255,255,.5);
  color: #171107; font-size: 11px; font-weight: 950; letter-spacing: .08em;
}
.retention-float-copy { min-width: 0; }
.retention-float-copy small {
  display: block; overflow: hidden; color: rgba(255, 247, 223, .68);
  font-size: 10px; font-weight: 650; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap;
}
.retention-float-copy strong {
  display: block; margin-top: 2px; color: #ffe09a;
  font: 850 20px/1.05 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .035em;
}
.retention-float-cta {
  padding: 8px 10px; border-radius: 999px; background: #f2cc73; color: #211807;
  font-size: 10px; font-weight: 850; white-space: nowrap;
}
.retention-float-close {
  width: 32px; border: 0; border-left: 1px solid rgba(236, 200, 112, .16);
  background: rgba(0, 0, 0, .14); color: rgba(255, 247, 223, .62); font-size: 18px; cursor: pointer;
}
body.v219-share-landing .retention-float { display: none !important; }
@keyframes retention-float-in { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (min-width: 760px) { .retention-float { bottom: 24px; } }
@media (max-width: 380px) {
  .retention-float { min-height: 56px; border-radius: 16px; }
  .retention-float-mark { width: 34px; height: 34px; }
  .retention-float-action { gap: 8px; padding-left: 8px; }
  .retention-float-cta { padding-inline: 8px; }
}
@media (prefers-reduced-motion: reduce) { .retention-float { animation: none; } }
