/* Free likes — compact UI aligned with the personal cabinet. */
body.ld #freelike {
  --flm-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  --flm-accent: #4aa3ff;
  --flm-accent-hover: #3697ff;
  --flm-text: rgba(15, 23, 42, .92);
  --flm-muted: rgba(15, 23, 42, .58);
  --flm-faint: rgba(15, 23, 42, .42);
  --flm-bg: #f6f8fc;
  --flm-card: rgba(255, 255, 255, .9);
  --flm-surface: rgba(15, 23, 42, .035);
  --flm-surface-hover: rgba(15, 23, 42, .055);
  --flm-border: rgba(15, 23, 42, .1);
  --flm-border-strong: rgba(15, 23, 42, .16);
  --flm-shadow: 0 20px 55px rgba(15, 23, 42, .1);
  --flm-soft-shadow: 0 8px 22px rgba(15, 23, 42, .08);
  padding: 62px 0 58px !important;
  color: var(--flm-text) !important;
  font-family: var(--flm-font) !important;
  background: var(--flm-bg) !important;
  border-top: 1px solid var(--flm-border);
  border-bottom: 1px solid var(--flm-border);
}

body.ld[data-theme="dark"] #freelike,
html[data-theme="dark"] body.ld #freelike {
  --flm-text: rgba(255, 255, 255, .92);
  --flm-muted: rgba(255, 255, 255, .6);
  --flm-faint: rgba(255, 255, 255, .42);
  --flm-bg: #0f172a;
  --flm-card: rgba(15, 23, 42, .92);
  --flm-surface: rgba(255, 255, 255, .055);
  --flm-surface-hover: rgba(255, 255, 255, .08);
  --flm-border: rgba(255, 255, 255, .1);
  --flm-border-strong: rgba(255, 255, 255, .16);
  --flm-shadow: 0 34px 80px rgba(0, 0, 0, .38);
  --flm-soft-shadow: 0 12px 30px rgba(0, 0, 0, .24);
}

body.ld #freelike.screenShots { background: var(--flm-bg) !important; }

body.ld #freelike .container {
  width: min(100%, 1180px) !important;
}

body.ld #freelike .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.ld #freelike .fl-layout-col {
  float: none !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 0 14px !important;
}

body.ld #freelike .section-title {
  max-width: 820px !important;
  margin: 0 auto 22px !important;
  padding: 0 18px !important;
  text-align: center !important;
}

body.ld #freelike .section-title h2,
body.ld #freelike .section-title h3,
body.ld #freelike .section-title .ld-seo-title,
body.ld #freelike .section-title .ld-seo-title#like {
  margin: 0 !important;
  color: var(--flm-text) !important;
  font-family: var(--flm-font) !important;
  font-size: clamp(25px, 3vw, 31px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.ld #freelike .free-likes-box {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 20px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 22px !important;
  background: var(--flm-card) !important;
  box-shadow: var(--flm-shadow) !important;
  backdrop-filter: blur(18px) saturate(115%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(115%) !important;
  animation: flm-appear .28s ease both;
}

body.ld #freelike .free-likes-box.is-result {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ld #freelike .fl-panel {
  display: block !important;
}

body.ld #freelike .fl-config-panel,
body.ld #freelike .fl-form-card {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ld #freelike .fl-control-group + .fl-control-group {
  margin-top: 14px;
}

body.ld #freelike .fl-control-label {
  display: block;
  margin: 0 0 7px;
  color: var(--flm-muted) !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.ld #freelike .network-tabs,
body.ld #freelike .service-tabs {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ld #freelike .network-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px !important;
}

body.ld #freelike .service-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px !important;
}

body.ld #freelike .tab-btn,
body.ld #freelike .service-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 12px !important;
  color: var(--flm-muted) !important;
  background: var(--flm-surface) !important;
  box-shadow: none !important;
  font-family: var(--flm-font) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease !important;
}

body.ld #freelike .service-btn {
  min-height: 42px !important;
}

body.ld #freelike .tab-btn img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

body.ld #freelike .fl-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  color: var(--flm-accent) !important;
  background: rgba(74, 163, 255, .1);
  font-size: 11px;
}

body.ld #freelike .tab-btn:hover,
body.ld #freelike .service-btn:hover {
  border-color: var(--flm-border-strong) !important;
  color: var(--flm-text) !important;
  background: var(--flm-surface-hover) !important;
}

body.ld #freelike .tab-btn.active,
body.ld #freelike .service-btn.active {
  border-color: rgba(74, 163, 255, .46) !important;
  color: var(--flm-text) !important;
  background: rgba(74, 163, 255, .09) !important;
  box-shadow: 0 0 0 3px rgba(74, 163, 255, .1) !important;
}

body.ld #freelike .service-btn.active .fl-service-icon {
  color: #fff !important;
  background: var(--flm-accent);
}

body.ld #freelike .fl-form-card {
  margin-top: 18px !important;
  padding-top: 17px !important;
  border-top: 1px solid var(--flm-border) !important;
}

body.ld #freelike .free-likes-form.styled {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ld #freelike .fl-field {
  display: block;
  margin: 0 0 9px;
}

body.ld #freelike .fl-input-shell {
  position: relative;
  display: block;
}

body.ld #freelike .fl-link-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  width: 14px;
  height: 8px;
  border: 2px solid var(--flm-faint);
  border-radius: 8px;
  transform: translateY(-50%) rotate(-42deg);
  pointer-events: none;
}

body.ld #freelike .fl-link-icon::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 8px;
  width: 14px;
  height: 8px;
  border: 2px solid var(--flm-faint);
  border-radius: 8px;
}

body.ld #freelike #free-likes-url {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 14px 0 46px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 12px !important;
  color: var(--flm-text) !important;
  background: var(--flm-surface) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.ld #freelike #free-likes-url::placeholder,
body.ld #freelike #captcha_input::placeholder {
  color: var(--flm-faint) !important;
}

body.ld #freelike #free-likes-url:focus,
body.ld #freelike #captcha_input:focus {
  border-color: rgba(74, 163, 255, .65) !important;
  box-shadow: 0 0 0 4px rgba(74, 163, 255, .14) !important;
  outline: 0 !important;
}

body.ld #freelike .fl-meta-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ld #freelike .fl-option-card,
body.ld #freelike .fl-captcha-card {
  min-width: 0;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 12px !important;
  color: var(--flm-text) !important;
  background: var(--flm-surface) !important;
  box-shadow: none !important;
}

body.ld #freelike .fl-option-card {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer;
}

@media (min-width: 701px) {
  body.ld #freelike .fl-option-card {
    width: min(100%, 330px) !important;
    justify-self: start;
  }
}

body.ld #freelike .fl-option-card:has(input:disabled) { cursor: default; }

body.ld #freelike .fl-option-card input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

body.ld #freelike .fl-check-ui {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 18px;
  border: 1px solid var(--flm-border-strong);
  border-radius: 999px;
  background: rgba(127, 140, 160, .18);
  transition: .16s ease;
}

body.ld #freelike .fl-check-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--flm-faint);
  transition: .16s ease;
}

body.ld #freelike .fl-option-card input:checked + .fl-check-ui {
  border-color: var(--flm-accent);
  background: var(--flm-accent);
}

body.ld #freelike .fl-option-card input:checked + .fl-check-ui::after {
  left: 17px;
  background: #fff;
}

body.ld #freelike .fl-option-copy strong {
  display: block;
  color: var(--flm-text) !important;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.25;
}

body.ld #freelike .fl-option-copy > span {
  display: block;
  margin-top: 2px;
  color: var(--flm-muted) !important;
  font-size: 10px;
  line-height: 1.25;
}

body.ld #freelike .fl-option-copy a,
body.ld #freelike .speedup-msg a {
  color: var(--flm-accent) !important;
  font-weight: 900;
}

body.ld #freelike .fl-captcha-card { padding: 7px 9px !important; }
body.ld #freelike .fl-captcha-row { display: flex !important; align-items: center !important; gap: 8px !important; }
body.ld #freelike .fl-captcha-copy { min-width: 0; flex: 1; }
body.ld #freelike .fl-captcha-kicker { display: block; margin-bottom: 2px; color: var(--flm-faint) !important; font-size: 8.5px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
body.ld #freelike .fl-captcha-question { color: var(--flm-text) !important; font-size: 10px; font-weight: 800; line-height: 1.25; }

body.ld #freelike #captcha_input {
  flex: 0 0 60px !important;
  width: 60px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 10px !important;
  color: var(--flm-text) !important;
  background: var(--flm-card) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

body.ld #freelike #free-likes-submit {
  grid-column: 1 / -1;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
  width: 100% !important;
  max-width: none !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: var(--flm-accent) !important;
  box-shadow: 0 10px 24px rgba(74, 163, 255, .22) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease !important;
}

body.ld #freelike #free-likes-submit:hover {
  background: var(--flm-accent-hover) !important;
  box-shadow: 0 12px 26px rgba(74, 163, 255, .28) !important;
  transform: translateY(-1px);
}

body.ld #freelike .fl-submit-arrow {
  font-size: 17px;
  line-height: 1;
  transition: transform .16s ease;
}

body.ld #freelike #free-likes-submit:hover .fl-submit-arrow { transform: translateX(2px); }

body.ld #freelike .free-likes-message {
  grid-column: 1 / -1;
  margin: 8px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

/* Result */
body.ld #freelike .bonus-card.styled {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--flm-border) !important;
  border-radius: 18px !important;
  background: var(--flm-card) !important;
  box-shadow: var(--flm-soft-shadow) !important;
  animation: flm-result-in .42s cubic-bezier(.2, .75, .2, 1) both;
}

body.ld #freelike .bonus-status-banner {
  position: relative;
  display: grid !important;
  align-items: center !important;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 11px !important;
  margin: 0 !important;
  min-height: 68px;
  padding: 10px 14px !important;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid var(--flm-border) !important;
  border-radius: 0 !important;
  background: linear-gradient(105deg, rgba(74, 163, 255, .13), rgba(124, 108, 255, .055), rgba(74, 163, 255, .11)) !important;
  background-size: 180% 100% !important;
  text-align: left !important;
  animation: flm-status-flow 5s ease-in-out infinite;
}

body.ld #freelike .bonus-mini-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

body.ld #freelike .bonus-status-pulse,
body.ld #freelike .fl-chat-live {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #27bf7b;
  box-shadow: 0 0 0 5px rgba(39, 191, 123, .11);
}

body.ld #freelike .bonus-status-pulse::after,
body.ld #freelike .fl-chat-live::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(39, 191, 123, .4);
  border-radius: 50%;
  animation: flm-pulse 1.8s ease-out infinite;
}

body.ld #freelike .bonus-mini-visual .bonus-status-pulse {
  position: absolute;
  z-index: 4;
  top: 1px;
  right: 0;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px rgba(39, 191, 123, .13);
}

body.ld #freelike .bonus-mini-visual .bonus-status-pulse::after {
  inset: -3px;
}

body.ld #freelike .bonus-status-copy strong {
  display: block;
  margin-bottom: 2px;
  color: var(--flm-text) !important;
  font-size: 14px;
  font-weight: 900;
}

body.ld #freelike .bonus-status-copy > span {
  display: block;
  color: var(--flm-muted) !important;
  font-size: 11px;
  line-height: 1.35;
}

body.ld #freelike .bonus-timebox {
  min-width: 104px;
  padding-left: 14px;
  border-left: 1px solid var(--flm-border);
  text-align: right;
}

body.ld #freelike .bonus-timebox > span {
  display: block;
  margin-bottom: 2px;
  color: var(--flm-muted) !important;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.ld #freelike .bonus-timebox .countdown-timer {
  color: var(--flm-text) !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1;
}

body.ld #freelike .bonus-box {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--flm-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ld #freelike .bonus-glyph {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--flm-accent), #7c6cff);
  box-shadow: 0 7px 16px rgba(55, 108, 220, .24), inset 0 1px rgba(255, 255, 255, .3);
  font-size: 12px;
  animation: flm-heart-float 3.2s ease-in-out infinite;
}

body.ld #freelike .bonus-orbit {
  position: absolute;
  border: 1px solid rgba(74, 163, 255, .18);
  border-radius: 50%;
}

body.ld #freelike .bonus-orbit--one { width: 36px; height: 36px; animation: flm-orbit 8s linear infinite; }
body.ld #freelike .bonus-orbit--two { width: 44px; height: 44px; border-style: dashed; opacity: .68; animation: flm-orbit 12s linear infinite reverse; }

body.ld #freelike .bonus-orbit::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--flm-accent);
  box-shadow: 0 0 0 3px rgba(74, 163, 255, .11);
}

body.ld #freelike .bonus-right {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  padding: 0 !important;
  background: transparent !important;
}

body.ld #freelike .bonus-line {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 4px !important;
  min-width: 0;
  min-height: 64px;
  margin: 0 !important;
  padding: 9px 12px !important;
  border: 0 !important;
  border-right: 1px solid var(--flm-border) !important;
  border-bottom: 0 !important;
  color: var(--flm-text) !important;
  background: transparent !important;
  font-size: 12px !important;
  animation: flm-data-in .34s ease both;
}

body.ld #freelike .bonus-line:nth-child(2) { animation-delay: .05s; }
body.ld #freelike .bonus-line:nth-child(3) { animation-delay: .1s; }
body.ld #freelike .bonus-line:nth-child(4) { animation-delay: .15s; }
body.ld #freelike .bonus-line:nth-child(2n) { border-right: 1px solid var(--flm-border) !important; }
body.ld #freelike .bonus-line:last-child { border-right: 0 !important; }
body.ld #freelike .bonus-line:nth-last-child(-n + 2) { border-bottom: 0 !important; }
body.ld #freelike .bonus-line-label { color: var(--flm-muted) !important; font-size: 8.5px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
body.ld #freelike .bonus-line strong { overflow: hidden; color: var(--flm-text) !important; font-size: 14px; font-weight: 900; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
body.ld #freelike .bonus-line a { max-width: 100%; overflow: hidden; color: var(--flm-accent) !important; font-size: 11.5px; font-weight: 850; text-decoration: none !important; text-overflow: ellipsis; white-space: nowrap; }

body.ld #freelike .bonus-notice-stack {
  display: grid;
  gap: 0;
  padding: 0;
}

body.ld #freelike .bonus-footer {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0 !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--flm-border) !important;
  border-radius: 0 !important;
  color: var(--flm-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 10.5px !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-decoration: none !important;
}

body.ld #freelike .bonus-notice-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 8px; color: var(--flm-accent) !important; background: rgba(74, 163, 255, .1); font-size: 11px; font-weight: 900; }

body.ld #freelike .bonus-utility-row {
  display: flex;
  align-items: stretch;
  min-height: 44px;
  border-bottom: 1px solid var(--flm-border);
}

body.ld #freelike .banner-footer {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 12px;
  min-width: 0;
  margin: 0 !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--flm-muted) !important;
  background: rgba(74, 163, 255, .055) !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
}

body.ld #freelike .banner-footer a { color: var(--flm-accent) !important; font-weight: 900; text-decoration: none !important; white-space: nowrap; }

body.ld #freelike .bonus-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex: 0 0 auto;
  padding: 7px 10px;
  border-left: 1px solid var(--flm-border);
}

body.ld #freelike .bonus-cancel-wrap,
body.ld #freelike .bonus-speedup-wrap { margin: 0 !important; text-align: center; }

body.ld #freelike .cancel-bonus-btn {
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 10px !important;
  color: var(--flm-muted) !important;
  background: var(--flm-surface) !important;
  box-shadow: none !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
}

body.ld #freelike .cancel-bonus-btn:hover { border-color: rgba(220, 73, 73, .34) !important; color: #d84d4d !important; background: rgba(220, 73, 73, .06) !important; }
body.ld #freelike .speedup-bonus-btn { border-color: rgba(74, 163, 255, .28) !important; color: var(--flm-accent) !important; background: rgba(74, 163, 255, .08) !important; }
body.ld #freelike .speedup-bonus-btn:hover { border-color: rgba(74, 163, 255, .42) !important; color: var(--flm-accent) !important; background: rgba(74, 163, 255, .12) !important; }

body.ld #freelike .speedup-msg {
  margin: 9px 14px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(74, 163, 255, .18);
  border-radius: 10px;
  color: var(--flm-muted) !important;
  background: rgba(74, 163, 255, .07);
  font-size: 10.5px;
  text-align: center;
}

body.ld #freelike .fl-result-promos {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  border-top: 1px solid var(--flm-border);
  background: var(--flm-surface);
}

body.ld #freelike .fl-result-promos .info-alert,
body.ld #freelike .fl-daily-link {
  display: flex !important;
  align-items: center;
  min-height: 50px;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--flm-muted) !important;
  background: transparent !important;
  font-size: 10.5px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  text-decoration: none !important;
}

body.ld #freelike .fl-result-promos .info-alert { border-right: 1px solid var(--flm-border) !important; }
body.ld #freelike .fl-result-promos .info-alert a { margin-left: 4px; color: var(--flm-accent) !important; font-weight: 900; white-space: nowrap; }
body.ld #freelike .fl-daily-link { gap: 9px; }
body.ld #freelike .fl-daily-link i { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 9px; color: #fff !important; background: linear-gradient(135deg, #27bf7b, #189762); box-shadow: 0 8px 18px rgba(24, 151, 98, .2); }

/* Result: keep the production animation as the focal point, without a data grid. */
body.ld #freelike .bonus-result-main {
  display: grid;
  grid-template-columns: minmax(270px, 44%) minmax(0, 1fr);
  min-height: 188px;
  background: var(--flm-card);
}

body.ld #freelike .bonus-left {
  min-width: 0;
  min-height: 188px;
  border-right: 1px solid var(--flm-border) !important;
  background: #348ac4 url('/images/isq.gif') center/cover no-repeat !important;
}

body.ld #freelike .bonus-result-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px 20px 15px;
}

body.ld #freelike .bonus-result-copy .bonus-status-banner {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between;
  gap: 18px !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  animation: none !important;
}

body.ld #freelike .bonus-result-copy .bonus-status-copy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

body.ld #freelike .bonus-result-copy .bonus-status-copy > .bonus-status-pulse {
  display: block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  color: transparent !important;
}

body.ld #freelike .bonus-result-copy .bonus-status-copy strong {
  display: block;
  margin: 0 0 2px;
  color: var(--flm-text) !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

body.ld #freelike .bonus-result-copy .bonus-status-copy div > span {
  display: block;
  color: var(--flm-muted) !important;
  font-size: 11px;
  line-height: 1.35;
}

body.ld #freelike .bonus-result-copy .bonus-timebox {
  flex: 0 0 auto;
  min-width: 94px;
  padding: 0 0 0 14px !important;
  border-left: 1px solid var(--flm-border);
  text-align: right;
}

body.ld #freelike .bonus-result-copy .bonus-timebox > span {
  margin: 0 0 3px;
  font-size: 8px;
}

body.ld #freelike .bonus-result-copy .bonus-timebox .countdown-timer {
  font-size: 23px !important;
}

body.ld #freelike .bonus-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  min-width: 0;
  margin-top: 22px;
  color: var(--flm-muted) !important;
  font-size: 11px;
  line-height: 1.45;
}

body.ld #freelike .bonus-meta strong {
  color: var(--flm-text) !important;
  font-size: 13px;
  font-weight: 900;
}

body.ld #freelike .bonus-meta span::before {
  content: '•';
  margin-right: 8px;
  color: var(--flm-muted) !important;
}

body.ld #freelike .bonus-meta .loading-spinner {
  color: var(--flm-text) !important;
  font-weight: 900;
}

body.ld #freelike .bonus-meta a {
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--flm-accent) !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ld #freelike .bonus-result-copy .bonus-footer {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-height: 0;
  margin: auto 0 0 !important;
  padding: 11px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--flm-border) !important;
  color: var(--flm-muted) !important;
  background: transparent !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

body.ld #freelike .bonus-result-copy .bonus-notice-icon {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

body.ld #freelike .bonus-notice-stack {
  padding: 0 !important;
}

body.ld #freelike .fl-result-promos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 22px;
  padding: 0 13px;
}

body.ld #freelike .fl-result-promos .info-alert,
body.ld #freelike .fl-daily-link {
  flex: 0 1 auto;
  min-height: 44px;
  padding: 8px 0 !important;
  border: 0 !important;
}

body.ld #freelike .fl-result-promos .info-alert {
  border-right: 0 !important;
}

/* Chat width intentionally matches the result card on every viewport. */
body.ld #freelike .free-likes-chat-shell {
  width: 100% !important;
  max-width: 820px !important;
  margin: 12px auto 0 !important;
  padding: 0 !important;
}

body.ld #freelike .free-likes-chat-shell #vk_widget {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid var(--flm-border) !important;
  border-radius: 20px !important;
  background: var(--flm-card) !important;
  box-shadow: var(--flm-soft-shadow) !important;
}

body.ld #freelike .fl-chat-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  border-bottom: 1px solid var(--flm-border);
}

body.ld #freelike .fl-chat-live { flex: 0 0 8px; width: 8px; height: 8px; }
body.ld #freelike .fl-chat-heading h3 { margin: 0 !important; padding: 0 !important; border: 0 !important; color: var(--flm-text) !important; font-size: 14px !important; font-weight: 900 !important; line-height: 1.2; text-align: left !important; }
body.ld #freelike .fl-chat-heading p { margin: 2px 0 0; color: var(--flm-muted) !important; font-size: 10px; line-height: 1.35; }
body.ld #freelike .free-likes-chat-shell #chat.widget_comments { width: 100% !important; max-width: none !important; margin: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top {
  margin: 0 !important;
  padding: 12px 15px !important;
  overflow: visible !important;
  border: 0 !important;
  border-bottom: 1px solid var(--flm-border) !important;
  border-radius: 0 !important;
  background: var(--flm-surface) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_title {
  margin: 0 0 9px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--flm-muted) !important;
  background: transparent !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_title > span {
  color: var(--flm-muted) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top_message {
  position: static !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) auto !important;
  gap: 9px !important;
  align-items: center !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top_message .preview_user {
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--flm-border) !important;
  border-radius: 12px !important;
  background: var(--flm-card) !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .preview_user img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top_message textarea {
  width: 100% !important;
  min-height: 42px !important;
  height: 42px !important;
  max-height: 110px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  resize: vertical;
  border: 1px solid var(--flm-border) !important;
  border-radius: 11px !important;
  color: var(--flm-text) !important;
  background: var(--flm-card) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  outline: 0 !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top_message textarea:focus {
  border-color: rgba(74, 163, 255, .55) !important;
  box-shadow: 0 0 0 3px rgba(74, 163, 255, .12) !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.comment_button,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.load_comment,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.new_reply_button {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid rgba(74, 163, 255, .28) !important;
  border-radius: 11px !important;
  color: var(--flm-text) !important;
  background: rgba(74, 163, 255, .1) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.comment_button:hover,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.load_comment:hover,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.new_reply_button:hover {
  border-color: rgba(74, 163, 255, .48) !important;
  background: rgba(74, 163, 255, .16) !important;
  transform: translateY(-1px);
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 15px !important;
  overflow: visible !important;
  background: transparent !important;
}

body.ld #freelike .free-likes-chat-shell #vk_widget #chat.widget_comments .widget_body > .item {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--flm-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: flm-chat-row .3s ease both;
}

body.ld #freelike .free-likes-chat-shell #vk_widget #chat.widget_comments .widget_body > .item:hover {
  background: transparent !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .preview_user {
  position: static !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--flm-border) !important;
  border-radius: 11px !important;
  background: var(--flm-surface) !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message {
  width: auto !important;
  min-width: 0 !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message > span {
  display: block;
  margin: 0 0 3px !important;
  color: var(--flm-text) !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message p {
  margin: 0 0 6px !important;
  color: var(--flm-text) !important;
  font-size: 11.5px !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message p a {
  color: var(--flm-accent) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(74, 163, 255, .35);
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message i {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: var(--flm-faint) !important;
  font-size: 9.5px !important;
  font-style: normal !important;
  line-height: 1.3 !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message i a {
  margin: 0 !important;
  padding: 4px 8px !important;
  border: 0 !important;
  border-radius: 999px;
  color: var(--flm-text) !important;
  background: var(--flm-surface-hover) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item > .items {
  grid-column: 2 / -1 !important;
  width: 100% !important;
  margin: 9px 0 0 !important;
  padding: 0 0 0 12px !important;
  border-left: 1px solid rgba(74, 163, 255, .25);
}

body.ld #freelike .free-likes-chat-shell #vk_widget #chat.widget_comments .widget_body .items > .item {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .items .item .preview_user {
  width: 30px !important;
  height: 30px !important;
  border-radius: 9px !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .delete {
  top: 12px !important;
  right: 0 !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 50% !important;
  background: var(--flm-surface) !important;
  opacity: .14 !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item:hover .delete { opacity: .7 !important; }
body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .delete .line { width: 11px !important; background: var(--flm-muted) !important; }

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .new_reply {
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 10px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 11px !important;
  background: var(--flm-surface) !important;
  text-align: left !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .new_reply_top {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: center !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .new_reply input[type="text"] {
  width: 100% !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--flm-border) !important;
  border-radius: 10px !important;
  color: var(--flm-text) !important;
  background: var(--flm-card) !important;
  text-indent: 0 !important;
  outline: 0 !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body input.new_reply_button {
  min-height: 36px !important;
  height: 36px !important;
  margin: 9px 0 0 39px !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .free-chat-empty {
  padding: 18px 0 !important;
  color: var(--flm-muted) !important;
  font-size: 11px !important;
  text-align: center;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_footer {
  padding: 11px 15px 14px !important;
  border: 0 !important;
  background: transparent !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_footer input.load_comment {
  width: 100% !important;
  min-height: 38px !important;
  height: 38px !important;
}

@keyframes flm-appear {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes flm-result-in {
  from { opacity: 0; transform: translateY(12px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes flm-data-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes flm-chat-row {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes flm-pulse {
  from { opacity: .75; transform: scale(.75); }
  to { opacity: 0; transform: scale(1.6); }
}

@keyframes flm-orbit { to { transform: rotate(360deg); } }

@keyframes flm-heart-float {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-5px) rotate(1deg); }
}

@keyframes flm-status-flow {
  0%, 100% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 700px) {
  body.ld #freelike { padding: 48px 0 46px !important; }
  body.ld #freelike .section-title { margin-bottom: 18px !important; }
  body.ld #freelike .section-title h2,
  body.ld #freelike .section-title h3,
  body.ld #freelike .section-title .ld-seo-title,
  body.ld #freelike .section-title .ld-seo-title#like { font-size: 25px !important; }
  body.ld #freelike .fl-layout-col { padding: 0 12px !important; }
  body.ld #freelike .free-likes-box { padding: 14px !important; border-radius: 18px !important; }
  body.ld #freelike .free-likes-box.is-result { padding: 0 !important; }
  body.ld #freelike .network-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.ld #freelike .tab-btn { justify-content: flex-start !important; min-height: 44px !important; }
  body.ld #freelike .service-btn { min-height: 40px !important; }
  body.ld #freelike .fl-form-card { margin-top: 14px !important; padding-top: 13px !important; }
  body.ld #freelike .fl-meta-grid { grid-template-columns: 1fr; }
  body.ld #freelike .fl-option-card,
  body.ld #freelike .fl-captcha-card { min-height: 54px !important; }
  body.ld #freelike #free-likes-submit { min-height: 44px !important; }

  body.ld #freelike .bonus-card.styled,
  body.ld #freelike .free-likes-chat-shell #vk_widget { border-radius: 17px !important; }
  body.ld #freelike .bonus-status-banner { grid-template-columns: 42px minmax(0, 1fr) !important; padding: 10px 12px !important; }
  body.ld #freelike .bonus-timebox { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; width: 100%; min-width: 0; padding: 10px 0 0 !important; border-top: 1px solid var(--flm-border); border-left: 0; text-align: left; }
  body.ld #freelike .bonus-timebox > span { margin: 0; }
  body.ld #freelike .bonus-timebox .countdown-timer { font-size: 22px !important; }
  body.ld #freelike .bonus-right { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.ld #freelike .bonus-right { padding: 0 !important; }
  body.ld #freelike .bonus-line { min-height: 58px; padding: 8px 10px !important; border-bottom: 1px solid var(--flm-border) !important; }
  body.ld #freelike .bonus-line:nth-child(2n) { border-right: 0 !important; }
  body.ld #freelike .bonus-line:nth-last-child(-n + 2) { border-bottom: 0 !important; }
  body.ld #freelike .bonus-notice-stack { gap: 0; padding: 0; }
  body.ld #freelike .bonus-footer { min-height: 44px; padding: 8px 11px !important; font-size: 9.5px !important; }
  body.ld #freelike .bonus-utility-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 42px; }
  body.ld #freelike .banner-footer { min-height: 42px; padding: 7px 11px !important; font-size: 10px !important; }
  body.ld #freelike .banner-footer > span { display: none; }
  body.ld #freelike .bonus-actions { padding: 6px 8px; }
  body.ld #freelike .cancel-bonus-btn { min-height: 32px !important; padding: 0 10px !important; font-size: 9.5px !important; }
  body.ld #freelike .speedup-msg { margin-right: 13px !important; margin-left: 13px !important; }
  body.ld #freelike .fl-result-promos { grid-template-columns: 1fr; }
  body.ld #freelike .fl-result-promos .info-alert { border-right: 0 !important; border-bottom: 1px solid var(--flm-border) !important; }
  body.ld #freelike .fl-result-promos .info-alert,
  body.ld #freelike .fl-daily-link { min-height: 42px; padding: 9px 11px !important; font-size: 9.5px !important; }
  body.ld #freelike .free-likes-chat-shell { width: 100% !important; margin-top: 10px !important; padding: 0 !important; }
  body.ld #freelike .fl-chat-heading { padding: 13px 14px; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top { padding: 11px 12px !important; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top_message { grid-template-columns: 34px minmax(0, 1fr) !important; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top_message .preview_user { width: 34px !important; height: 34px !important; border-radius: 10px !important; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_top_message input.comment_button { grid-column: 1 / -1; width: 100% !important; min-height: 38px !important; height: 38px !important; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body { padding: 0 12px !important; }
  body.ld #freelike .free-likes-chat-shell #vk_widget #chat.widget_comments .widget_body > .item { grid-template-columns: 32px minmax(0, 1fr) !important; gap: 9px !important; padding: 12px 0 !important; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .preview_user { width: 32px !important; height: 32px !important; border-radius: 9px !important; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item > .items { grid-column: 1 / -1 !important; }
  body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body input.new_reply_button { width: 100% !important; margin-left: 0 !important; }
}

@media (max-width: 700px) {
  body.ld #freelike .bonus-result-main {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.ld #freelike .bonus-left {
    min-height: 158px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--flm-border) !important;
    background-size: cover !important;
  }

  body.ld #freelike .bonus-result-copy {
    padding: 14px 13px 12px;
  }

  body.ld #freelike .bonus-result-copy .bonus-status-banner {
    display: flex !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  body.ld #freelike .bonus-result-copy .bonus-timebox {
    display: block;
    width: auto;
    min-width: 84px;
    padding: 0 0 0 11px !important;
    border-top: 0;
    border-left: 1px solid var(--flm-border);
    text-align: right;
  }

  body.ld #freelike .bonus-result-copy .bonus-timebox .countdown-timer {
    font-size: 20px !important;
  }

  body.ld #freelike .bonus-meta {
    margin-top: 14px;
  }

  body.ld #freelike .bonus-result-copy .bonus-footer {
    min-height: 0;
    margin-top: 12px !important;
    padding: 10px 0 0 !important;
    font-size: 9.5px !important;
  }

  body.ld #freelike .fl-result-promos {
    display: block;
    padding: 0 11px;
  }

  body.ld #freelike .fl-result-promos .info-alert,
  body.ld #freelike .fl-daily-link {
    min-height: 40px;
    padding: 8px 0 !important;
  }

  body.ld #freelike .fl-result-promos .info-alert {
    border-bottom: 1px solid var(--flm-border) !important;
  }
}

@media (max-width: 370px) {
  body.ld #freelike .tab-btn { gap: 6px !important; padding: 7px 8px !important; font-size: 11px !important; }
  body.ld #freelike .tab-btn img { width: 22px; height: 22px; flex-basis: 22px; }
}

/* System typography: no remote font, no synthetic ultra-bold weights. */
body.ld #freelike,
body.ld #freelike button,
body.ld #freelike input,
body.ld #freelike select,
body.ld #freelike textarea,
body.ld #freelike .bonus-card.styled,
body.ld #freelike .free-likes-chat-shell,
body.ld #freelike #chat.widget_comments,
body.ld #freelike .free-likes-chat-shell #vk_widget h3 {
  font-family: var(--flm-font) !important;
}

body.ld #freelike .section-title h2,
body.ld #freelike .section-title h3,
body.ld #freelike .section-title .ld-seo-title,
body.ld #freelike .section-title .ld-seo-title#like,
body.ld #freelike .bonus-result-copy .bonus-status-copy strong,
body.ld #freelike .bonus-result-copy .bonus-timebox .countdown-timer,
body.ld #freelike .fl-chat-heading h3,
body.ld #freelike .free-likes-chat-shell #vk_widget .fl-chat-heading h3 {
  font-weight: 700 !important;
}

body.ld #freelike .free-likes-chat-shell #vk_widget .fl-chat-heading h3 {
  font-size: 14px !important;
}

body.ld #freelike .fl-control-label,
body.ld #freelike .fl-captcha-kicker,
body.ld #freelike .bonus-result-copy .bonus-timebox > span,
body.ld #freelike .bonus-line-label {
  font-weight: 600 !important;
}

body.ld #freelike .tab-btn,
body.ld #freelike .service-btn,
body.ld #freelike .fl-option-copy strong,
body.ld #freelike .fl-option-copy a,
body.ld #freelike .fl-captcha-question,
body.ld #freelike .speedup-msg a,
body.ld #freelike .cancel-bonus-btn,
body.ld #freelike .banner-footer a,
body.ld #freelike .fl-result-promos .info-alert a,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_title,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.comment_button,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.load_comment,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.new_reply_button,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message > span,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message i a {
  font-weight: 600 !important;
}

body.ld #freelike #captcha_input,
body.ld #freelike #free-likes-submit,
body.ld #freelike .bonus-meta strong,
body.ld #freelike .bonus-meta .loading-spinner {
  font-weight: 700 !important;
}

body.ld #freelike .bonus-result-copy .bonus-status-copy div > span,
body.ld #freelike .bonus-meta,
body.ld #freelike .bonus-meta a,
body.ld #freelike .bonus-result-copy .bonus-footer,
body.ld #freelike .banner-footer,
body.ld #freelike .fl-result-promos .info-alert,
body.ld #freelike .fl-daily-link,
body.ld #freelike .fl-chat-heading p,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_title,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message p {
  font-size: 11px !important;
}

body.ld #freelike .bonus-meta strong {
  font-size: 13px !important;
}

body.ld #freelike .cancel-bonus-btn,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.comment_button,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.load_comment,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments input.new_reply_button {
  font-size: 11px !important;
}

body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message > span,
body.ld #freelike .free-likes-chat-shell #chat.widget_comments .widget_body .item .text_message p {
  font-size: 12px !important;
}

/* Focused progress view: one process, one target, one timer. */
body.ld #freelike .bonus-work {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 224px;
  background: var(--flm-card);
}

body.ld #freelike .bonus-motion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  min-height: 224px;
  overflow: hidden;
  border-right: 1px solid var(--flm-border);
  background: var(--flm-surface);
}

body.ld #freelike .bonus-motion::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 163, 255, .11), transparent 67%);
  pointer-events: none;
}

body.ld #freelike .bonus-motion-scene {
  position: relative;
  z-index: 1;
  width: 116px;
  height: 116px;
}

body.ld #freelike .bonus-motion-ring {
  position: absolute;
  inset: 0;
  border: 1px solid var(--flm-border-strong);
  border-top-color: var(--flm-accent);
  border-right-color: rgba(74, 163, 255, .42);
  border-radius: 50%;
  animation: flm-progress-spin 3.4s linear infinite;
}

body.ld #freelike .bonus-motion-ring::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--flm-accent);
  box-shadow: 0 0 0 5px rgba(74, 163, 255, .11);
}

body.ld #freelike .bonus-motion-core {
  position: absolute;
  inset: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  background: var(--flm-accent);
  box-shadow: 0 12px 30px rgba(31, 119, 212, .24);
  font-size: 24px;
  animation: flm-like-beat 1.8s ease-in-out infinite;
}

body.ld #freelike .bonus-motion-core .fa {
  font-family: FontAwesome !important;
  font-size: inherit;
}

body.ld #freelike .bonus-motion-plus {
  position: absolute;
  z-index: 3;
  color: var(--flm-accent) !important;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  animation: flm-like-rise 2.4s ease-out infinite;
}

body.ld #freelike .bonus-motion-plus--one { left: 5px; bottom: 22px; }
body.ld #freelike .bonus-motion-plus--two { right: 2px; bottom: 34px; animation-delay: .8s; }
body.ld #freelike .bonus-motion-plus--three { left: 52px; bottom: 2px; animation-delay: 1.6s; }

body.ld #freelike .bonus-motion-caption {
  position: relative;
  z-index: 1;
  color: var(--flm-text) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

body.ld #freelike .bonus-work-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 23px 27px 20px;
}

body.ld #freelike .bonus-work-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

body.ld #freelike .bonus-work-state {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--flm-muted) !important;
  font-size: 12px;
  font-weight: 600;
}

body.ld #freelike .bonus-work-state .bonus-status-pulse {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
}

body.ld #freelike .bonus-work-copy .bonus-timebox {
  flex: 0 0 auto;
  min-width: 92px;
  padding: 0 0 0 15px !important;
  border-left: 1px solid var(--flm-border);
  text-align: right;
}

body.ld #freelike .bonus-work-copy .bonus-timebox > span {
  display: block;
  margin: 0 0 4px;
  color: var(--flm-muted) !important;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.ld #freelike .bonus-work-copy .bonus-timebox .countdown-timer {
  color: var(--flm-text) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1;
}

body.ld #freelike .bonus-work-copy h3 {
  margin: 22px 0 13px !important;
  color: var(--flm-text) !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -.02em;
  text-align: left !important;
}

body.ld #freelike .bonus-target {
  display: block;
  min-width: 0;
  padding-left: 12px;
  border-left: 2px solid color-mix(in srgb, var(--flm-accent) 56%, var(--flm-border));
}

body.ld #freelike .bonus-target > span {
  display: block;
  color: var(--flm-muted) !important;
  font-size: 12.5px;
  font-weight: 700;
}

body.ld #freelike .bonus-target a {
  display: block;
  min-width: 0;
  margin-top: 4px;
  overflow: hidden;
  color: var(--flm-accent) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ld #freelike .bonus-current {
  margin: 13px 0 18px;
  color: var(--flm-text) !important;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
}

body.ld #freelike .bonus-current strong {
  color: var(--flm-accent) !important;
  font-weight: 800;
}

body.ld #freelike .bonus-work-copy .bonus-footer {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 0;
  margin: auto 0 0 !important;
  padding: 12px 13px !important;
  border: 1px solid color-mix(in srgb, var(--flm-accent) 24%, var(--flm-border)) !important;
  border-radius: 11px !important;
  color: var(--flm-text) !important;
  background: color-mix(in srgb, var(--flm-accent) 7%, transparent) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

body.ld #freelike .bonus-footer-mark {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff !important;
  background: var(--flm-accent);
  font-size: 13px;
  font-weight: 800;
}

body.ld #freelike .bonus-work-copy .bonus-footer > span:last-child {
  min-width: 0;
}

body.ld #freelike .bonus-work-copy .bonus-footer strong,
body.ld #freelike .bonus-work-copy .bonus-footer small {
  display: block;
}

body.ld #freelike .bonus-work-copy .bonus-footer strong {
  color: var(--flm-text) !important;
  font-size: 13px;
  font-weight: 700;
}

body.ld #freelike .bonus-work-copy .bonus-footer small {
  margin-top: 1px;
  color: var(--flm-muted) !important;
  font-size: 12px;
}

body.ld #freelike .bonus-lowbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  min-height: 78px;
  padding: 0 11px 0 20px;
  border-top: 1px solid var(--flm-border);
  background: transparent;
}

body.ld #freelike .bonus-lowlinks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  min-width: 0;
}

body.ld #freelike .bonus-lowlinks a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 11px 18px;
  border-left: 1px solid var(--flm-border);
  color: var(--flm-text) !important;
  line-height: 1.35;
  text-decoration: none !important;
  transition: background-color .16s ease;
}

body.ld #freelike .bonus-lowlinks a:first-child {
  padding-left: 0;
  border-left: 0;
}

body.ld #freelike .bonus-lowlinks strong,
body.ld #freelike .bonus-lowlinks span {
  display: block;
}

body.ld #freelike .bonus-lowlinks strong {
  color: var(--flm-text) !important;
  font-size: 13px;
  font-weight: 700;
}

body.ld #freelike .bonus-lowlinks span {
  margin-top: 3px;
  color: var(--flm-muted) !important;
  font-size: 10.5px;
  font-weight: 500;
}

body.ld #freelike .bonus-lowlinks a:hover {
  background: color-mix(in srgb, var(--flm-accent) 5%, transparent);
}

body.ld #freelike .bonus-lowlinks a:hover strong {
  color: var(--flm-accent) !important;
}

body.ld #freelike .bonus-lowbar .bonus-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex: 0 0 auto;
  align-self: center;
  padding: 0;
  border: 0;
}

body.ld #freelike .bonus-lowbar .cancel-bonus-btn {
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 9px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

body.ld #freelike .bonus-card.styled > .speedup-msg {
  margin: 0 !important;
  padding: 9px 14px !important;
  border: 0;
  border-top: 1px solid var(--flm-border);
  border-radius: 0;
  background: transparent;
}

@keyframes flm-progress-spin {
  to { transform: rotate(360deg); }
}

@keyframes flm-like-beat {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.07); }
  58% { transform: scale(.99); }
}

@keyframes flm-like-rise {
  0% { opacity: 0; transform: translateY(8px) scale(.86); }
  22% { opacity: .9; }
  78% { opacity: .65; }
  100% { opacity: 0; transform: translateY(-28px) scale(1.04); }
}

@media (max-width: 700px) {
  body.ld #freelike .bonus-work {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.ld #freelike .bonus-motion {
    min-height: 168px;
    border-right: 0;
    border-bottom: 1px solid var(--flm-border);
  }

  body.ld #freelike .bonus-motion-scene {
    width: 98px;
    height: 98px;
  }

  body.ld #freelike .bonus-motion-core { inset: 20px; font-size: 21px; }
  body.ld #freelike .bonus-motion-caption { font-size: 12px; }

  body.ld #freelike .bonus-work-copy {
    padding: 17px 15px 15px;
  }

  body.ld #freelike .bonus-work-copy .bonus-timebox {
    display: block;
    width: auto;
    min-width: 82px;
    padding: 0 0 0 11px !important;
    border-top: 0;
    border-left: 1px solid var(--flm-border);
  }

  body.ld #freelike .bonus-work-copy h3 {
    margin-top: 18px !important;
    font-size: 22px !important;
  }

  body.ld #freelike .bonus-target {
    display: block;
  }

  body.ld #freelike .bonus-target > span {
    display: block;
    margin-bottom: 4px;
  }

  body.ld #freelike .bonus-target a {
    display: block;
  }

  body.ld #freelike .bonus-current {
    margin-bottom: 20px;
  }

  body.ld #freelike .bonus-work-copy .bonus-footer {
    margin-top: 16px !important;
  }

  body.ld #freelike .bonus-lowbar {
    display: block;
    padding: 12px 14px;
  }

  body.ld #freelike .bonus-lowlinks {
    display: block;
  }

  body.ld #freelike .bonus-lowlinks a,
  body.ld #freelike .bonus-lowlinks a:first-child {
    padding: 9px 0;
    border-top: 1px solid var(--flm-border);
    border-left: 0;
  }

  body.ld #freelike .bonus-lowlinks a:first-child {
    padding-top: 2px;
    border-top: 0;
  }

  body.ld #freelike .bonus-lowlinks strong,
  body.ld #freelike .bonus-lowlinks span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  body.ld #freelike .bonus-lowbar .bonus-actions {
    justify-content: flex-start;
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ld #freelike .free-likes-box,
  body.ld #freelike .bonus-card.styled,
  body.ld #freelike .bonus-status-banner,
  body.ld #freelike .bonus-glyph,
  body.ld #freelike .bonus-orbit,
  body.ld #freelike .bonus-line,
  body.ld #freelike .bonus-motion-ring,
  body.ld #freelike .bonus-motion-core,
  body.ld #freelike .bonus-motion-plus,
  body.ld #freelike .widget_body > .item,
  body.ld #freelike .bonus-status-pulse::after,
  body.ld #freelike .fl-chat-live::after { animation: none !important; }

  body.ld #freelike .bonus-motion-plus { opacity: .65; }
}
