:root {
  --fadc-sx-navy: #082e55;
  --fadc-sx-blue: #0d5f8f;
  --fadc-sx-cyan: #0b7fab;
  --fadc-sx-green: #167357;
  --fadc-sx-ice: #eef7fb;
  --fadc-sx-mint: #eef8f3;
  --fadc-sx-border: #cbdde7;
  --fadc-sx-ink: #17324a;
  --fadc-sx-muted: #526a7c;
}

.fadc-zero-recovery,
.fadc-retention-bar,
.fadc-article-search-cta {
  box-sizing: border-box;
  color: var(--fadc-sx-ink);
  font-family: inherit;
}

.fadc-zero-recovery *,
.fadc-retention-bar *,
.fadc-article-search-cta * {
  box-sizing: border-box;
}

.fadc-zero-recovery {
  margin: 24px 0 32px;
  overflow: hidden;
  border: 1px solid var(--fadc-sx-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8, 46, 85, .09);
}

.fadc-zero-recovery > header {
  padding: 28px clamp(20px, 4vw, 40px);
  color: #fff;
  background: linear-gradient(125deg, var(--fadc-sx-navy), var(--fadc-sx-blue));
}

.fadc-zero-recovery > header > span,
.fadc-zero-recovery__retain > div > span,
.fadc-retention-bar > div > span,
.fadc-article-search-cta > span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
}

.fadc-zero-recovery h2,
.fadc-zero-recovery h3,
.fadc-retention-bar strong,
.fadc-article-search-cta h2 {
  color: inherit;
  font-family: inherit;
}

.fadc-zero-recovery > header h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.12;
}

.fadc-zero-recovery > header p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

.fadc-zero-recovery__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 28px clamp(20px, 4vw, 40px);
}

.fadc-zero-recovery__groups > section {
  min-width: 0;
}

.fadc-zero-recovery__groups h3,
.fadc-zero-recovery__retain h3 {
  margin: 0 0 12px;
  font-size: 17px;
}

.fadc-recovery-options {
  display: grid;
  gap: 9px;
}

.fadc-recovery-option {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 14px;
  min-height: 62px;
  padding: 12px 42px 12px 14px;
  border: 1px solid var(--fadc-sx-border);
  border-radius: 13px;
  color: var(--fadc-sx-ink) !important;
  text-decoration: none !important;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.fadc-recovery-option:hover,
.fadc-recovery-option:focus-visible {
  border-color: var(--fadc-sx-cyan);
  box-shadow: 0 8px 20px rgba(13, 95, 143, .11);
  transform: translateY(-1px);
}

.fadc-recovery-option strong {
  font-size: 15px;
}

.fadc-recovery-option small {
  grid-column: 1;
  color: var(--fadc-sx-muted);
  font-size: 12px;
  line-height: 1.35;
}

.fadc-recovery-option > span {
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--fadc-sx-cyan);
  font-size: 21px;
  transform: translateY(-50%);
}

.fadc-recovery-option.is-official {
  border-color: #a9d0bd;
  background: var(--fadc-sx-mint);
}

.fadc-zero-recovery__retain {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.35fr);
  gap: 30px;
  padding: 30px clamp(20px, 4vw, 40px);
  border-top: 1px solid var(--fadc-sx-border);
  background: var(--fadc-sx-ice);
}

.fadc-zero-recovery__retain p,
.fadc-retention-bar p {
  margin: 0 0 16px;
  color: var(--fadc-sx-muted);
}

[data-fadc-save-search],
.fadc-area-alert button[type="submit"],
.fadc-retention-bar summary {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

[data-fadc-save-search] {
  padding: 11px 18px;
  color: #fff;
  background: var(--fadc-sx-navy);
}

[data-fadc-save-search].is-saved {
  background: var(--fadc-sx-green);
}

.fadc-area-alert {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--fadc-sx-border);
  border-radius: 16px;
  background: #fff;
}

.fadc-area-alert__fields {
  display: grid;
  grid-template-columns: 1.25fr 1fr .8fr;
  gap: 10px;
}

.fadc-area-alert label > span,
.fadc-area-alert label > small {
  display: block;
  color: var(--fadc-sx-muted);
  font-size: 12px;
  font-weight: 700;
}

.fadc-area-alert input[type="email"],
.fadc-area-alert input[type="text"],
.fadc-area-alert select {
  width: 100%;
  min-height: 44px;
  margin-top: 5px;
  padding: 9px 11px;
  border: 1px solid #aebfca;
  border-radius: 9px;
  color: var(--fadc-sx-ink);
  background: #fff;
}

.fadc-area-alert input:focus,
.fadc-area-alert select:focus {
  outline: 3px solid rgba(11, 127, 171, .18);
  border-color: var(--fadc-sx-cyan);
}

.fadc-area-alert__consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: start;
  margin: 13px 0;
}

.fadc-area-alert__consent input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.fadc-area-alert button[type="submit"] {
  width: 100%;
  padding: 11px 18px;
  color: #fff;
  background: var(--fadc-sx-green);
}

.fadc-area-alert button[disabled] {
  opacity: .65;
  cursor: wait;
}

.fadc-area-alert__status {
  min-height: 20px;
  margin: 9px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.fadc-area-alert__status.is-success { color: #0d694b; }
.fadc-area-alert__status.is-error { color: #a32626; }
.fadc-area-alert__privacy { display: block; margin-top: 8px; color: var(--fadc-sx-muted); }
.fadc-area-alert__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.fadc-retention-bar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 18px 0 24px;
  padding: 20px;
  border: 1px solid var(--fadc-sx-border);
  border-left: 5px solid var(--fadc-sx-cyan);
  border-radius: 16px;
  background: var(--fadc-sx-ice);
}

.fadc-retention-bar__nearby {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 14px;
}

.fadc-retention-bar__nearby > span {
  margin-right: 2px;
  color: var(--fadc-sx-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fadc-retention-bar__nearby a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid #b9d5e3;
  border-radius: 999px;
  color: var(--fadc-sx-navy) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  background: #fff;
}

.fadc-retention-bar__nearby a:hover,
.fadc-retention-bar__nearby a:focus-visible {
  border-color: var(--fadc-sx-cyan);
  box-shadow: 0 0 0 3px rgba(11, 127, 171, .12);
}

.fadc-retention-bar > div > strong {
  display: block;
  margin-bottom: 3px;
  font-size: 20px;
}

.fadc-retention-bar > div > p { margin: 0; }

.fadc-retention-bar__actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.fadc-retention-bar [data-fadc-follow-city] {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--fadc-sx-green);
  border-radius: 10px;
  color: var(--fadc-sx-green);
  font-weight: 800;
  background: #fff;
}

.fadc-retention-bar details {
  position: relative;
}

.fadc-retention-bar summary {
  display: flex;
  align-items: center;
  padding: 11px 18px;
  color: #fff;
  list-style: none;
  background: var(--fadc-sx-green);
}

.fadc-retention-bar summary::-webkit-details-marker { display: none; }

.fadc-retention-bar details[open] .fadc-area-alert {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  right: 0;
  width: min(680px, 86vw);
  box-shadow: 0 18px 50px rgba(8, 46, 85, .18);
}

#fadrClinicList .fadr-card[data-fadc-search-experience="true"] .fadr-card__distance {
  display: inline-flex !important;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #c8dae5;
  border-radius: 999px;
  color: var(--fadc-sx-navy);
  font-size: 12px;
  font-weight: 800;
  background: #f2f8fb;
}

#fadrClinicList .fadr-card[data-fadc-search-experience="true"] .fadr-card__distance.is-distance-prompt {
  color: var(--fadc-sx-muted);
  font-weight: 700;
}

#fadrClinicList .fadr-card[data-fadc-search-experience="true"] .fadr-card__button--primary {
  border-color: var(--fadc-sx-navy) !important;
  color: #fff !important;
  background: var(--fadc-sx-navy) !important;
  box-shadow: 0 7px 17px rgba(8, 46, 85, .16);
}

#fadrClinicList .fadr-card[data-fadc-search-experience="true"] .fadr-card__quickline-checked {
  color: #325e49;
  font-weight: 800;
}

.fadc-article-search-cta {
  position: relative;
  margin: 30px 0;
  padding: clamp(22px, 4vw, 34px);
  overflow: hidden;
  border: 1px solid #b8d7e6;
  border-radius: 20px;
  background: linear-gradient(135deg, #f0f9fc, #edf8f3);
  box-shadow: 0 14px 38px rgba(8, 46, 85, .08);
}

.fadc-article-search-cta::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 28px solid rgba(11, 127, 171, .08);
  border-radius: 50%;
  pointer-events: none;
}

.fadc-article-search-cta > span { color: var(--fadc-sx-cyan); }

.fadc-article-search-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: var(--fadc-sx-navy);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.15;
}

.fadc-article-search-cta p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--fadc-sx-muted);
}

.fadc-article-search-cta > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  background: var(--fadc-sx-navy);
}

body.fadc-sdf-lock { overflow: hidden; }

.fadc-sdf-root,
.fadc-sdf-root * {
  box-sizing: border-box;
}

.fadc-sdf-root {
  --fadc-sdf-navy: #153b8a;
  --fadc-sdf-blue: #1e4db7;
  --fadc-sdf-red: #e63946;
  --fadc-sdf-light: #f6f8ff;
  --fadc-sdf-ink: #071735;
  --fadc-sdf-muted: #52627c;
  --fadc-sdf-line: #dce4f0;
  color: var(--fadc-sdf-ink);
  font-family: inherit;
}

.fadc-sdf-tab,
.fadc-sdf-mobile-pill,
.fadc-sdf-close,
.fadc-sdf-submit,
.fadc-sdf-filters button {
  font: inherit;
}

.fadc-sdf-tab {
  position: fixed;
  z-index: 99990;
  top: 50%;
  right: 0;
  display: flex;
  width: 48px;
  min-height: 178px;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  overflow: hidden;
  border: 0;
  border-radius: 14px 0 0 14px;
  color: #fff;
  background: linear-gradient(165deg, #1d57c6, var(--fadc-sdf-navy));
  box-shadow: 0 14px 34px rgba(12, 48, 120, .32);
  cursor: pointer;
  transform: translateY(-50%);
  transition: width .2s ease, min-height .2s ease, box-shadow .2s ease;
}

.fadc-sdf-tab:hover,
.fadc-sdf-tab:focus-visible {
  width: 154px;
  min-height: 74px;
  outline: 3px solid rgba(30, 77, 183, .24);
  outline-offset: 3px;
  box-shadow: 0 18px 42px rgba(12, 48, 120, .38);
}

.fadc-sdf-tab__icon {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-bottom: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.fadc-sdf-tab__icon::after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(48deg);
  transform-origin: left center;
}

.fadc-sdf-tab__vertical {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .015em;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.fadc-sdf-tab__wide {
  display: none;
  margin-left: 12px;
  text-align: left;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.fadc-sdf-tab:hover .fadc-sdf-tab__vertical,
.fadc-sdf-tab:focus-visible .fadc-sdf-tab__vertical { display: none; }
.fadc-sdf-tab:hover .fadc-sdf-tab__wide,
.fadc-sdf-tab:focus-visible .fadc-sdf-tab__wide { display: inline; }
.fadc-sdf-tab:hover .fadc-sdf-tab__icon,
.fadc-sdf-tab:focus-visible .fadc-sdf-tab__icon { margin-bottom: 0; }

.fadc-sdf-mobile-pill { display: none; }

.fadc-sdf-backdrop {
  position: fixed;
  z-index: 99991;
  inset: 0;
  border: 0;
  background: rgba(4, 15, 40, .36);
  backdrop-filter: blur(3px);
}

.fadc-sdf-drawer {
  position: fixed;
  z-index: 99992;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, calc(100vw - 28px));
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-left: 1px solid var(--fadc-sdf-line);
  color: var(--fadc-sdf-ink);
  background: #fff;
  box-shadow: -24px 0 60px rgba(7, 23, 53, .2);
  transform: translateX(105%);
  transition: transform .24s cubic-bezier(.2, .8, .2, 1);
}

.fadc-sdf-root.is-open .fadc-sdf-drawer { transform: translateX(0); }
.fadc-sdf-root.is-open .fadc-sdf-tab { opacity: 0; pointer-events: none; }

.fadc-sdf-drawer > header {
  position: relative;
  padding: 25px 26px 16px;
  border-bottom: 1px solid var(--fadc-sdf-line);
  background: linear-gradient(145deg, #fff, var(--fadc-sdf-light));
}

.fadc-sdf-drawer > header span,
.fadc-sdf-result-list > header span {
  display: block;
  margin-bottom: 7px;
  color: var(--fadc-sdf-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.fadc-sdf-drawer h2 {
  margin: 0 40px 6px 0;
  color: var(--fadc-sdf-ink);
  font-family: inherit;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.fadc-sdf-drawer > header p {
  max-width: 310px;
  margin: 0;
  color: var(--fadc-sdf-muted);
  font-size: 13px;
  line-height: 1.52;
}

.fadc-sdf-close {
  position: absolute;
  top: 14px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--fadc-sdf-line);
  border-radius: 50%;
  color: var(--fadc-sdf-ink);
  font-size: 26px;
  line-height: 1;
  background: rgba(255, 255, 255, .84);
  cursor: pointer;
}

.fadc-sdf-close:hover,
.fadc-sdf-close:focus-visible {
  border-color: var(--fadc-sdf-blue);
  outline: 3px solid rgba(30, 77, 183, .16);
}

.fadc-sdf-form { padding: 15px 26px 18px; }

.fadc-sdf-form > label,
.fadc-sdf-form > label > span {
  display: block;
}

.fadc-sdf-form > label { margin-bottom: 10px; }

.fadc-sdf-form > label > span,
.fadc-sdf-form legend {
  margin-bottom: 5px;
  color: var(--fadc-sdf-ink);
  font-size: 12px;
  font-weight: 850;
}

.fadc-sdf-form select,
.fadc-sdf-form input[type="text"] {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid #c5d0df;
  border-radius: 10px;
  color: var(--fadc-sdf-ink);
  font: inherit;
  font-size: 14px;
  background: #fff;
  box-shadow: none;
}

.fadc-sdf-form select:focus,
.fadc-sdf-form input[type="text"]:focus {
  border-color: var(--fadc-sdf-blue);
  outline: 3px solid rgba(30, 77, 183, .15);
}

.fadc-sdf-form fieldset {
  margin: 13px 0;
  padding: 0;
  border: 0;
}

.fadc-sdf-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.fadc-sdf-filters button {
  min-height: 42px;
  padding: 7px 6px;
  border: 1px solid var(--fadc-sdf-line);
  border-radius: 9px;
  color: #46556e;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.18;
  background: #fff;
  cursor: pointer;
}

.fadc-sdf-filters button.is-active {
  border-color: #8dcab1;
  color: #0d6345;
  background: #edf8f2;
  box-shadow: inset 0 0 0 1px rgba(13, 99, 69, .06);
}

.fadc-sdf-filters button:focus-visible {
  outline: 3px solid rgba(30, 77, 183, .18);
  outline-offset: 2px;
}

.fadc-sdf-submit {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 17px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--fadc-sdf-blue), var(--fadc-sdf-navy));
  box-shadow: 0 10px 22px rgba(21, 59, 138, .22);
  cursor: pointer;
}

.fadc-sdf-submit:hover,
.fadc-sdf-submit:focus-visible {
  outline: 3px solid rgba(30, 77, 183, .2);
  outline-offset: 3px;
}

.fadc-sdf-results:not(:empty) {
  padding: 0 26px 20px;
  border-top: 1px solid var(--fadc-sdf-line);
}

.fadc-sdf-loading,
.fadc-sdf-error {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--fadc-sdf-line);
  border-radius: 12px;
  color: var(--fadc-sdf-muted);
  font-size: 13px;
  background: var(--fadc-sdf-light);
}

.fadc-sdf-loading { display: flex; gap: 10px; align-items: center; }
.fadc-sdf-loading > span {
  width: 18px;
  height: 18px;
  border: 2px solid #cbd6e6;
  border-top-color: var(--fadc-sdf-blue);
  border-radius: 50%;
  animation: fadcSdfSpin .8s linear infinite;
}

@keyframes fadcSdfSpin { to { transform: rotate(360deg); } }

.fadc-sdf-result-list > header {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  padding: 15px 0 10px;
}

.fadc-sdf-result-list > header h3,
.fadc-sdf-recovery h3 {
  margin: 0;
  color: var(--fadc-sdf-ink);
  font-family: inherit;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -.015em;
}

.fadc-sdf-result-list > header > small {
  color: var(--fadc-sdf-muted);
  font-size: 9px;
  text-align: right;
}

.fadc-sdf-card {
  margin-bottom: 7px;
  padding: 11px 12px;
  border: 1px solid var(--fadc-sdf-line);
  border-radius: 12px;
  background: #fff;
}

.fadc-sdf-card__head {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
}

.fadc-sdf-card h3 {
  margin: 0;
  color: var(--fadc-sdf-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.fadc-sdf-card__head > span {
  flex: 0 0 auto;
  max-width: 118px;
  padding: 5px 7px;
  border-radius: 999px;
  color: #53627a;
  font-size: 8px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  background: #eef1f6;
}

.fadc-sdf-card[data-status="accepting"] .fadc-sdf-card__head > span { color: #0d6345; background: #e9f7ef; }
.fadc-sdf-card[data-status="waitlist"] .fadc-sdf-card__head > span { color: #9a5712; background: #fff3df; }
.fadc-sdf-card[data-status="not_accepting"] .fadc-sdf-card__head > span { color: #a12632; background: #fff0f1; }

.fadc-sdf-card > p {
  margin: 6px 0 3px;
  overflow: hidden;
  color: var(--fadc-sdf-muted);
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fadc-sdf-card > small { color: var(--fadc-sdf-muted); font-size: 9px; }

.fadc-sdf-card__foot {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #edf0f5;
}

.fadc-sdf-card__foot small { color: var(--fadc-sdf-muted); font-size: 9px; }
.fadc-sdf-card__foot a,
.fadc-sdf-view-all,
.fadc-sdf-recovery a,
.fadc-sdf-error a {
  color: var(--fadc-sdf-blue) !important;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none !important;
}

.fadc-sdf-view-all {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 11px 14px;
  border: 1px solid var(--fadc-sdf-blue);
  border-radius: 10px;
}

.fadc-sdf-recovery { padding-top: 22px; }
.fadc-sdf-recovery > p { margin: 5px 0 14px; color: var(--fadc-sdf-muted); font-size: 12px; }
.fadc-sdf-recovery > div { margin-bottom: 7px; padding: 13px; border-radius: 11px; background: var(--fadc-sdf-light); }
.fadc-sdf-recovery > div strong { display: block; margin-bottom: 6px; font-size: 10px; }
.fadc-sdf-recovery a { display: flex; min-height: 38px; align-items: center; justify-content: space-between; padding: 8px 10px; border-bottom: 1px solid #e5eaf2; }
.fadc-sdf-recovery__all { margin-top: 8px; border: 1px solid var(--fadc-sdf-blue) !important; border-radius: 9px; }

.fadc-sdf-drawer > footer {
  margin: 0 26px 22px;
  padding: 12px 14px;
  border: 1px solid #dbe5f5;
  border-radius: 12px;
  color: var(--fadc-sdf-muted);
  background: var(--fadc-sdf-light);
}

.fadc-sdf-drawer > footer strong,
.fadc-sdf-drawer > footer span,
.fadc-sdf-drawer > footer small { display: block; }
.fadc-sdf-drawer > footer strong { margin-bottom: 4px; color: var(--fadc-sdf-ink); font-size: 10px; }
.fadc-sdf-drawer > footer span,
.fadc-sdf-drawer > footer small { font-size: 9px; line-height: 1.45; }
.fadc-sdf-drawer > footer > small { margin-top: 9px; padding-top: 9px; border-top: 1px solid #dde4ee; }

.fadc-sdf-root.is-pulsing .fadc-sdf-tab { animation: fadcSdfPulse 1.05s ease both; }
@keyframes fadcSdfPulse {
  0%, 100% { box-shadow: 0 14px 34px rgba(12, 48, 120, .32); }
  45% { box-shadow: 0 14px 34px rgba(12, 48, 120, .32), 0 0 0 16px rgba(30, 77, 183, 0); }
  55% { box-shadow: 0 14px 34px rgba(12, 48, 120, .32), 0 0 0 5px rgba(30, 77, 183, .2); }
}

@media (max-width: 860px) {
  .fadc-zero-recovery__groups,
  .fadc-zero-recovery__retain,
  .fadc-retention-bar {
    grid-template-columns: 1fr;
  }

  .fadc-zero-recovery__retain { gap: 20px; }
  .fadc-retention-bar__actions { flex-wrap: wrap; }
  .fadc-retention-bar details[open] .fadc-area-alert { right: auto; left: 0; }
}

@media (max-width: 620px) {
  .fadc-area-alert__fields { grid-template-columns: 1fr; }
  .fadc-retention-bar__actions { align-items: stretch; flex-direction: column; }
  .fadc-retention-bar details, .fadc-retention-bar summary, [data-fadc-save-search], [data-fadc-follow-city] { width: 100%; }
  .fadc-retention-bar summary { justify-content: center; }
  .fadc-retention-bar details[open] .fadc-area-alert { position: relative; top: 8px; width: 100%; box-shadow: none; }

  .fadc-sdf-tab { display: none; }

  .fadc-sdf-mobile-pill {
    position: fixed;
    z-index: 99990;
    right: 50%;
    bottom: calc(14px + env(safe-area-inset-bottom));
    display: flex;
    min-width: 205px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--fadc-sdf-blue), var(--fadc-sdf-navy));
    box-shadow: 0 12px 32px rgba(8, 34, 89, .34);
    cursor: pointer;
    transform: translateX(50%);
  }

  .fadc-sdf-mobile-pill .fadc-sdf-tab__icon { width: 18px; height: 18px; margin: 0 13px 0 0; }
  .fadc-sdf-mobile-pill strong { font-size: 13px; }
  .fadc-sdf-root.is-open .fadc-sdf-mobile-pill { opacity: 0; pointer-events: none; }

  .fadc-sdf-drawer {
    top: auto;
    left: 0;
    width: 100%;
    max-height: min(88dvh, 820px);
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--fadc-sdf-line);
    border-left: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -20px 55px rgba(7, 23, 53, .24);
    transform: translateY(105%);
  }

  .fadc-sdf-drawer::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 50%;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: #c8d1df;
    transform: translateX(-50%);
  }

  .fadc-sdf-root.is-open .fadc-sdf-drawer { transform: translateY(0); }
  .fadc-sdf-drawer > header { padding: 28px 20px 18px; }
  .fadc-sdf-close { top: 14px; right: 14px; }
  .fadc-sdf-form { padding: 18px 20px 20px; }
  .fadc-sdf-results:not(:empty) { padding: 0 20px 22px; }
  .fadc-sdf-drawer > footer { margin: 0 20px 22px; }
  .fadc-sdf-filters { gap: 5px; }
  .fadc-sdf-filters button { font-size: 9px; }
  .fadc-sdf-result-list > header { align-items: start; }
  .fadc-sdf-card__head > span { max-width: 105px; }
}

@media (prefers-reduced-motion: reduce) {
  .fadc-recovery-option { transition: none; }
  .fadc-sdf-tab,
  .fadc-sdf-drawer { transition: none; }
  .fadc-sdf-root.is-pulsing .fadc-sdf-tab,
  .fadc-sdf-loading > span { animation: none; }
}
