/* Lyncto MVP connector UI helpers only. Keeps Elementor design intact. */
.lyncto-is-busy {
  /* v0.6.5: logic-only marker. Do not alter Elementor button design. */
}

.lyncto-generated-short-url,
#view_shortlink .lyncto-generated-short-url,
#home-short-url .lyncto-generated-short-url {
  text-decoration: none !important;
}

#view_shortlink a.lyncto-generated-short-url,
#home-short-url a.lyncto-generated-short-url {
  text-decoration: none !important;
}

.lyncto-has-generated-value {
  opacity: 1 !important;
  visibility: visible !important;
}

.lyncto-qrcode-updated img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.lyncto-locked-module {
  position: relative;
  opacity: .52;
  filter: grayscale(.1);
}

.lyncto-locked-module::after {
  content: attr(data-locked-message);
  display: block;
  margin-top: 8px;
  color: #ff5a1f;
  font-size: 12px;
  font-weight: 700;
}

.lyncto-color-choice {
  cursor: pointer;
  outline: 0 solid transparent;
  transition: transform .16s ease, outline .16s ease;
}

.lyncto-color-choice.is-selected {
  outline: 3px solid rgba(255, 90, 31, .35) !important;
  outline-offset: 3px;
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .lyncto-locked-module::after {
    font-size: 11px;
  }
}

/* QR live preview helpers. Only updates image/overlay, not Elementor layout styles. */
.lyncto-qr-preview-wrap {
  position: relative;
}

.lyncto-qr-logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18%;
  max-width: 72px;
  min-width: 34px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 14px;
  padding: 6px;
  box-shadow: 0 0 0 4px #fff;
  pointer-events: none;
}

.lyncto-download-ready {
  cursor: pointer;
}


/* v0.5.4 QR live preview: keep original Elementor layout, only strengthen preview image behavior. */
#view_qrcode.lyncto-live-preview-active img,
#view_qrcode .lyncto-live-qr-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

#choose_color_qr .lyncto-color-active,
#choose_color_qr .lyncto-color-choice.is-selected {
  outline: 3px solid rgba(255, 90, 31, .38) !important;
  outline-offset: 3px !important;
}

#body_shap img.lyncto-shape-active,
#eye_frame_shape img.lyncto-shape-active,
#eye_ball_shape img.lyncto-shape-active {
  outline: 2px solid rgba(255, 90, 31, .7) !important;
  outline-offset: 2px !important;
  border-radius: 8px;
}


/* v0.5.5: preview safety. Do not outline Elementor section/container wrappers. */
#body_shap .elementor-widget-container.lyncto-shape-active,
#eye_frame_shape .elementor-widget-container.lyncto-shape-active,
#eye_ball_shape .elementor-widget-container.lyncto-shape-active,
#body_shap .elementor-widget-image.lyncto-shape-active,
#eye_frame_shape .elementor-widget-image.lyncto-shape-active,
#eye_ball_shape .elementor-widget-image.lyncto-shape-active {
  outline: none !important;
}

#view_qrcode.lyncto-live-preview-active img,
#view_qrcode .lyncto-live-qr-img {
  object-fit: contain;
}

/* v0.5.6 live designer refinements */
#choose_color_qr .lyncto-color-active,
#choose_color_qr .is-selected {
  outline: 3px solid rgba(255, 90, 31, .45) !important;
  outline-offset: 3px !important;
}
#body_shap img.lyncto-shape-active,
#eye_frame_shape img.lyncto-shape-active,
#eye_ball_shape img.lyncto-shape-active {
  outline: 2px solid rgba(255, 90, 31, .78) !important;
  outline-offset: 2px !important;
  border-radius: 8px !important;
}


/* v0.5.7 designer fixes */
#view_qrcode { position: relative; }
#view_qrcode .lyncto-qr-logo-overlay { z-index: 5; }
#view_qrcode.lyncto-live-preview-active img.lyncto-live-qr-img,
#view_qrcode.lyncto-live-preview-active > img,
#view_qrcode.lyncto-live-preview-active picture img {
  opacity: 1 !important;
  visibility: visible !important;
}


/* v0.6.0: QR download is locked until the user creates a QR code. */
.lyncto-download-locked {
  cursor: not-allowed !important;
}
.lyncto-download-locked:not(.lyncto-download-ready) {
  opacity: .72;
}

/* v0.6.1: keep live QR image stable and centered after canvas updates. */
#view_qrcode img.lyncto-live-qr-img { display:inline-block !important; object-fit:contain !important; }

/* v0.6.7 Links overview module. Scoped only to generated management content. */
.lyncto-notification-wrap { position: relative; }
.lyncto-notification-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff5a1f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  z-index: 3;
}
.lyncto-dynamic-progress {
  position: relative;
  overflow: hidden;
}
.lyncto-dynamic-progress .lyncto-dynamic-bar-fill {
  display: block;
  height: 100%;
  min-height: 6px;
  max-width: 100%;
  border-radius: inherit;
  background: #ff5a1f;
  transition: width .22s ease;
}
.lyncto-dropdown-parent { position: relative; }
.lyncto-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
  z-index: 9999;
}
.lyncto-dropdown-menu button {
  width: 100%;
  display: block;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #111827;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}
.lyncto-dropdown-menu button:hover { background: #fff3ed; color: #ff5a1f; }
#all_links .lyncto-links-list { width: 100%; }
#all_links .lyncto-links-head,
#all_links .lyncto-link-row {
  display: grid;
  grid-template-columns: minmax(210px, 1.6fr) minmax(100px, .65fr) minmax(100px, .65fr) minmax(140px, .85fr);
  gap: 16px;
  align-items: center;
}
#all_links .lyncto-links-head {
  padding: 16px 18px;
  border-radius: 14px;
  background: #f4f6f9;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
#all_links .lyncto-link-row {
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}
#all_links .lyncto-link-main strong,
#all_links .lyncto-link-main a,
#all_links .lyncto-link-main small { display: block; }
#all_links .lyncto-link-main strong { color: #0b1f33; font-size: 16px; line-height: 1.35; }
#all_links .lyncto-link-main a { margin-top: 4px; color: #2563eb; font-size: 14px; text-decoration: none; overflow-wrap: anywhere; }
#all_links .lyncto-link-main small { margin-top: 4px; color: #64748b; font-size: 13px; overflow-wrap: anywhere; }
#all_links .lyncto-link-clicks { color: #0b1f33; font-weight: 700; }
#all_links .lyncto-link-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
#all_links .lyncto-status-active { background: #dcfce7; color: #166534; }
#all_links .lyncto-status-paused { background: #f1f5f9; color: #334155; }
#all_links .lyncto-status-expired { background: #fee2e2; color: #991b1b; }
#all_links .lyncto-status-neutral { background: #fff7ed; color: #c2410c; }
#all_links .lyncto-link-actions { display: flex; flex-wrap: wrap; gap: 7px; }
#all_links .lyncto-link-actions button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
#all_links .lyncto-link-actions button:hover { color: #ff5a1f; }
#all_links .lyncto-links-empty {
  padding: 28px 18px;
  border: 1px dashed #d7dee8;
  border-radius: 16px;
  color: #64748b;
  font-weight: 700;
}
@media (max-width: 767px) {
  #all_links .lyncto-links-head { display: none; }
  #all_links .lyncto-link-row { grid-template-columns: 1fr; gap: 10px; }
  .lyncto-dropdown-menu { left: 0; right: auto; min-width: 210px; }
}


/* v0.6.9: user removed these Links controls from the MVP layout. */
#filters_links,
#bulk_actions_links {
  display: none !important;
}


/* v0.7.1 QR overview module. Scoped only to generated QR management content. */
#all_qrcode .lyncto-qr-list { width: 100%; }
#all_qrcode .lyncto-qr-head,
#all_qrcode .lyncto-qr-row {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) minmax(220px, 1.2fr) minmax(80px, .45fr) minmax(110px, .55fr) minmax(180px, .9fr);
  gap: 16px;
  align-items: center;
}
#all_qrcode .lyncto-qr-head {
  padding: 16px 18px;
  border-radius: 14px;
  background: #f4f6f9;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
#all_qrcode .lyncto-qr-row {
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}
#all_qrcode .lyncto-qr-thumbcell {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
#all_qrcode .lyncto-qr-thumbcell img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fff;
}

#all_qrcode .lyncto-qr-thumb-btn {
  width: 68px;
  height: 68px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #fff;
  cursor: zoom-in;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
#all_qrcode .lyncto-qr-thumb-btn:hover {
  border-color: #ff8a00;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .10);
  transform: translateY(-1px);
}
#all_qrcode .lyncto-qr-thumb-btn img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.lyncto-modal-open { overflow: hidden; }
.lyncto-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lyncto-qr-modal.is-open { display: flex; }
.lyncto-qr-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .58);
  backdrop-filter: blur(4px);
}
.lyncto-qr-modal-card {
  position: relative;
  width: min(92vw, 520px);
  max-height: 92vh;
  overflow: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
  padding: 26px;
  text-align: center;
}
.lyncto-qr-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.lyncto-qr-modal-title {
  margin: 0 42px 18px;
  color: #0b1f33;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}
.lyncto-qr-modal-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}
.lyncto-qr-modal-image {
  display: block;
  width: min(78vw, 380px);
  height: min(78vw, 380px);
  object-fit: contain;
}
.lyncto-qr-modal-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.lyncto-qr-modal-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #ff5a1f;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}
.lyncto-qr-modal-actions a.lyncto-qr-modal-download {
  background: #0f172a;
}
@media (max-width: 767px) {
  .lyncto-qr-modal { padding: 16px; }
  .lyncto-qr-modal-card { padding: 22px 16px; border-radius: 18px; }
  .lyncto-qr-modal-image { width: min(82vw, 340px); height: min(82vw, 340px); }
}
#all_qrcode .lyncto-qr-thumbcell strong,
#all_qrcode .lyncto-qr-thumbcell small,
#all_qrcode .lyncto-qr-linkcell a,
#all_qrcode .lyncto-qr-linkcell small { display: block; }
#all_qrcode .lyncto-qr-thumbcell strong { color: #0b1f33; font-size: 16px; line-height: 1.35; }
#all_qrcode .lyncto-qr-thumbcell small { margin-top: 4px; color: #64748b; font-size: 13px; overflow-wrap: anywhere; }
#all_qrcode .lyncto-qr-linkcell a { color: #2563eb; font-size: 14px; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
#all_qrcode .lyncto-qr-linkcell small { margin-top: 4px; color: #64748b; font-size: 13px; overflow-wrap: anywhere; }
#all_qrcode .lyncto-qr-scans { color: #0b1f33; font-weight: 700; }
#all_qrcode .lyncto-qr-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
#all_qrcode .lyncto-status-active { background: #dcfce7; color: #166534; }
#all_qrcode .lyncto-status-paused { background: #f1f5f9; color: #334155; }
#all_qrcode .lyncto-status-expired { background: #fee2e2; color: #991b1b; }
#all_qrcode .lyncto-status-neutral { background: #fff7ed; color: #c2410c; }
#all_qrcode .lyncto-qr-actions { display: flex; flex-wrap: wrap; gap: 7px; }
#all_qrcode .lyncto-qr-actions a,
#all_qrcode .lyncto-qr-actions button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
#all_qrcode .lyncto-qr-actions a:hover,
#all_qrcode .lyncto-qr-actions button:hover { color: #ff5a1f; }
#all_qrcode .lyncto-qr-empty {
  padding: 28px 18px;
  border: 1px dashed #d7dee8;
  border-radius: 16px;
  color: #64748b;
  font-weight: 700;
}
@media (max-width: 767px) {
  #all_qrcode .lyncto-qr-head { display: none; }
  #all_qrcode .lyncto-qr-row { grid-template-columns: 1fr; gap: 10px; }
  #all_qrcode .lyncto-qr-thumbcell { grid-template-columns: 64px minmax(0, 1fr); }
}

/* v0.8.0 Analytics connector. Scoped to Analytics IDs only. */
.lyncto-analytics-locked {
  position: relative;
  filter: blur(5px) grayscale(.15);
  opacity: .44;
  pointer-events: none;
  user-select: none;
}
.lyncto-analytics-locked::after {
  content: attr(data-locked-message);
  position: absolute;
  inset: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  border: 1px solid rgba(255, 90, 31, .28);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  color: #ff5a1f;
  font-weight: 800;
  filter: blur(0);
  z-index: 4;
}
.lyncto-analytics-card {
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  background: #fff;
}
.lyncto-analytics-card h3,
.lyncto-analytics-card h4 { margin: 0 0 8px; color: #1f2937; }
.lyncto-analytics-card p { margin: 0; color: #64748b; }
.lyncto-analytics-card-head,
.lyncto-chart-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}
.lyncto-analytics-card-head input,
.lyncto-analytics-card-head select,
.lyncto-chart-head select {
  min-height: 38px;
  border: 1px solid #dce3ec;
  border-radius: 10px;
  background: #fff;
  padding: 8px 10px;
  color: #334155;
}
.lyncto-range-pills { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.lyncto-range-pills button {
  border: 1px solid #dce3ec;
  border-radius: 8px;
  background: #fff;
  color: #64748b;
  padding: 6px 10px;
  font-weight: 700;
  cursor: pointer;
}
.lyncto-range-pills button.active { background: #4d83f1; color: #fff; border-color: #4d83f1; }
.lyncto-line-chart { width: 100%; height: auto; display: block; }
.lyncto-line-chart line { stroke: #e5e7eb; stroke-dasharray: 4 5; }
.lyncto-line-chart .line { fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.lyncto-line-chart .line-a { stroke: #4d83f1; }
.lyncto-line-chart .line-b { stroke: #00a36c; }
.lyncto-line-chart text { fill: #94a3b8; font-size: 11px; }
.lyncto-chart-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #64748b; font-size: 13px; margin-top: 10px; }
.lyncto-chart-legend span[class$="-dot"] { width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-left: 6px; }
.green-dot { background: #00a36c; }
.blue-dot { background: #4d83f1; }
.orange-dot { background: #f59e0b; }
.lyncto-location-grid { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.15fr); gap: 20px; align-items: center; }
.lyncto-globe {
  min-height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #eef6ff 0 18%, #dbeafe 19% 45%, #93c5fd 46% 54%, #eff6ff 55% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1e88e5;
  font-weight: 900;
  box-shadow: inset 0 0 0 18px rgba(255,255,255,.45);
}
.lyncto-globe span { font-size: 44px; }
.lyncto-globe small { color: #64748b; font-size: 12px; }
.lyncto-country-table { width: 100%; border-collapse: collapse; }
.lyncto-country-table th, .lyncto-country-table td { padding: 10px 8px; border-bottom: 1px solid #eef2f7; text-align: left; }
.lyncto-country-table th { color: #0f172a; text-transform: uppercase; font-size: 12px; letter-spacing: .04em; }
.lyncto-country-table td { color: #334155; }
.lyncto-analytic-color-card {
  min-height: 120px;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.lyncto-analytic-color-card.blue { background: linear-gradient(135deg, #4d83f1, #5791ff); }
.lyncto-analytic-color-card.green { background: linear-gradient(135deg, #24a77b, #36c092); }
.lyncto-analytic-color-card.orange { background: linear-gradient(135deg, #ef8f00, #f6a21a); }
.lyncto-analytic-color-card.cyan { background: linear-gradient(135deg, #0ea5e9, #25b6f6); }
.lyncto-analytic-color-card span,
.lyncto-analytic-color-card small { display: block; opacity: .88; }
.lyncto-analytic-color-card strong { display: block; margin: 8px 0 6px; font-size: 28px; line-height: 1; }
.lyncto-mini-bars { display: inline-flex; align-items: end; gap: 4px; margin-top: 8px; min-height: 36px; }
.lyncto-mini-bars span { width: 12px; border-radius: 4px 4px 0 0; background: rgba(255,255,255,.82); }
.lyncto-key-metric { width: 100%; box-sizing: border-box; }
.lyncto-key-metric span { display: block; color: #64748b; }
.lyncto-key-metric strong { display: block; margin: 6px 0; color: #0f172a; font-size: 28px; }
.lyncto-key-metric small { color: #00a36c; font-weight: 700; }
.lyncto-key-metric .lyncto-mini-bars span { background: rgba(0, 163, 108, .35); }
.lyncto-gauge { width: 92px; height: 46px; overflow: hidden; margin-top: 8px; }
.lyncto-gauge span { display: block; width: 92px; height: 92px; border-radius: 50%; background: conic-gradient(#f59e0b 0 var(--p), #eef2f7 var(--p) 100%); }
.lyncto-small-clock { width: 44px; height: 44px; border-radius: 50%; border: 8px solid #8b5cf6; color: #8b5cf6; display: flex; align-items: center; justify-content: center; margin-top: 10px; }
.lyncto-realtime-stats { display: flex; gap: 32px; margin-top: 12px; color: #334155; }
.lyncto-realtime-stats strong { display: block; color: #0f172a; font-size: 22px; font-weight: 700; }
.lyncto-top-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.lyncto-top-grid ul { list-style: none; padding: 0; margin: 0; }
.lyncto-top-grid li { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eef2f7; }
.lyncto-top-grid li:last-child { border-bottom: 0; }
.lyncto-top-grid b, .lyncto-top-grid small { display: block; }
.lyncto-top-grid small { color: #64748b; }
.lyncto-channel-row { margin: 16px 0; }
.lyncto-channel-row div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.lyncto-channel-row span { color: #0f172a; font-weight: 700; }
.lyncto-channel-row strong { color: #64748b; }
.lyncto-channel-row em { display: block; height: 12px; border-radius: 999px; background: #f1f5f9; overflow: hidden; }
.lyncto-channel-row i { display: block; height: 100%; border-radius: inherit; }
.lyncto-channel-row i.green { background: #00a36c; }
.lyncto-channel-row i.blue { background: #4d83f1; }
.lyncto-channel-row i.orange { background: #f59e0b; }
.lyncto-channel-row i.pink { background: #ec4899; }
.lyncto-channel-row i.purple { background: #8b5cf6; }
.lyncto-donut { width: 180px; height: 180px; margin: 12px auto 20px; border-radius: 50%; background: conic-gradient(#4d83f1 0 calc(var(--a) * 1%), #34a987 calc(var(--a) * 1%) calc((var(--a) + var(--b)) * 1%), #f59e0b calc((var(--a) + var(--b)) * 1%) 100%); position: relative; }
.lyncto-donut::after { content: ''; position: absolute; inset: 42px; border-radius: 50%; background: #fff; }
.lyncto-device-row { margin: 14px 0; }
.lyncto-device-row span, .lyncto-device-row strong { display: inline-block; width: 49%; color: #0f172a; }
.lyncto-device-row strong { text-align: right; font-size: 20px; }
.lyncto-device-row em { display: block; height: 10px; border-radius: 999px; background: #edf2ff; overflow: hidden; margin-top: 8px; }
.lyncto-device-row i { display: block; height: 100%; background: #4d83f1; border-radius: inherit; }
.lyncto-range-popover { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(15, 23, 42, .28); z-index: 999999; }
.lyncto-range-box { width: min(420px, calc(100vw - 32px)); padding: 22px; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.24); }
.lyncto-range-box strong { display: block; margin-bottom: 14px; font-size: 20px; }
.lyncto-range-box label { display: block; margin: 10px 0; color: #334155; font-weight: 700; }
.lyncto-range-box input { width: 100%; min-height: 42px; border: 1px solid #dce3ec; border-radius: 10px; padding: 8px 10px; margin-top: 6px; }
.lyncto-range-box div { display: flex; gap: 10px; margin-top: 16px; }
.lyncto-range-box button { flex: 1; border: 0; border-radius: 12px; padding: 12px 14px; font-weight: 800; cursor: pointer; }
.lyncto-range-box button[data-range-apply] { background: #ff5a1f; color: #fff; }
.lyncto-range-box button[data-range-cancel] { background: #f1f5f9; color: #334155; }
.lyncto-range-box small { display: block; margin-top: 12px; color: #64748b; }
@media (max-width: 767px) {
  .lyncto-analytics-card-head,
  .lyncto-chart-head { display: block; }
  .lyncto-range-pills { margin-top: 12px; }
  .lyncto-location-grid,
  .lyncto-top-grid { grid-template-columns: 1fr; }
  .lyncto-globe { min-height: 220px; }
  .lyncto-realtime-stats { display: block; }
}

/* v0.8.1 Analytics visual polish: closer to provided dashboard references. Scoped to generated analytics blocks only. */
#location_analytic .lyncto-analytics-card,
#traffic_analytic .lyncto-analytics-card,
#realtime_analytics .lyncto-analytics-card,
#users_trands_analytic .lyncto-analytics-card,
#top_links_qrcodes_analytic .lyncto-analytics-card,
#traffic_channel_analytic .lyncto-analytics-card,
#device_analytic .lyncto-analytics-card {
  border: 1px solid #e6edf6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
}
#location_analytic .lyncto-analytics-card h3,
#traffic_analytic .lyncto-analytics-card h3,
#realtime_analytics .lyncto-analytics-card h3,
#users_trands_analytic .lyncto-analytics-card h3,
#traffic_channel_analytic .lyncto-analytics-card h3,
#device_analytic .lyncto-analytics-card h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 2.1vw, 34px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em;
}
#top_links_qrcodes_analytic .lyncto-analytics-card h4 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .01em;
}
#location_analytic .lyncto-analytics-card p,
#traffic_analytic .lyncto-analytics-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}
#location_analytic .lyncto-location-head {
  display: grid;
  grid-template-columns: minmax(230px, 310px) minmax(360px, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 18px;
}
#location_analytic .lyncto-location-title h3 {
  max-width: 280px;
}
#location_analytic .lyncto-location-title p {
  max-width: 280px;
  margin-top: 8px;
}
#location_analytic .lyncto-location-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(120px, 150px) minmax(80px, 100px);
  gap: 12px;
  align-items: center;
}
#location_analytic .lyncto-location-controls input,
#location_analytic .lyncto-location-controls select,
#traffic_channel_analytic .lyncto-channel-controls select,
#device_analytic .lyncto-device-head select,
#traffic_analytic .lyncto-chart-head select,
#realtime_analytics .lyncto-chart-head select,
#users_trands_analytic .lyncto-chart-head select {
  min-height: 48px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #fff;
  padding: 10px 14px;
  color: #111827;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .03);
}
#location_analytic .lyncto-location-grid {
  grid-template-columns: minmax(260px, .95fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
}
#location_analytic .lyncto-country-table th,
#location_analytic .lyncto-country-table td {
  padding: 11px 10px;
  font-size: 14px;
}
#traffic_analytic .lyncto-main-chart-head,
#realtime_analytics .lyncto-main-chart-head,
#users_trands_analytic .lyncto-main-chart-head {
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 12px;
}
#traffic_analytic .lyncto-main-chart-head > div:first-child,
#realtime_analytics .lyncto-main-chart-head > div:first-child,
#users_trands_analytic .lyncto-main-chart-head > h3 {
  min-width: 240px;
}
#traffic_analytic .lyncto-range-pills,
#realtime_analytics .lyncto-range-pills,
#users_trands_analytic .lyncto-range-pills,
#traffic_channel_analytic .lyncto-range-pills,
#device_analytic .lyncto-range-pills {
  gap: 8px;
  align-items: center;
}
#traffic_analytic .lyncto-range-pills button,
#realtime_analytics .lyncto-range-pills button,
#users_trands_analytic .lyncto-range-pills button,
#traffic_channel_analytic .lyncto-range-pills button,
#device_analytic .lyncto-range-pills button {
  min-width: 48px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 10px;
  border-color: #d9e2ee;
  color: #64748b;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
#traffic_analytic .lyncto-range-pills button.active,
#realtime_analytics .lyncto-range-pills button.active,
#users_trands_analytic .lyncto-range-pills button.active,
#traffic_channel_analytic .lyncto-range-pills button.active,
#device_analytic .lyncto-range-pills button.active {
  background: #4d83f1;
  border-color: #4d83f1;
  color: #fff;
  box-shadow: 0 6px 14px rgba(77, 131, 241, .22);
}
#traffic_channel_analytic .lyncto-traffic-channel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
#traffic_channel_analytic .lyncto-channel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}
#traffic_channel_analytic .lyncto-channel-controls select {
  min-width: 170px;
}
#traffic_channel_analytic .lyncto-channel-row {
  margin: 22px 0;
}
#traffic_channel_analytic .lyncto-channel-row span {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}
#traffic_channel_analytic .lyncto-channel-row strong {
  color: #64748b;
  font-size: 18px;
  font-weight: 700;
}
#traffic_channel_analytic .lyncto-channel-row em {
  height: 14px;
  background: #f1f3f5;
}
#device_analytic .lyncto-device-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e7eb;
}
#device_analytic .lyncto-device-head h3 {
  white-space: nowrap;
}
#device_analytic .lyncto-device-head select {
  min-width: 150px;
}
#device_analytic .lyncto-range-pills {
  display: flex;
  justify-content: center;
  margin: 22px 0 24px;
}
#device_analytic .lyncto-donut {
  width: min(300px, 78%);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 8px auto 28px;
}
#device_analytic .lyncto-donut::after {
  inset: 28%;
}
#device_analytic .lyncto-device-row {
  margin: 20px 0;
}
#device_analytic .lyncto-device-row span {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}
#device_analytic .lyncto-device-row strong {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}
#device_analytic .lyncto-device-row em {
  height: 14px;
  background: #edf2ff;
}
#top_links_qrcodes_analytic .lyncto-top-grid {
  gap: 18px;
}
#top_links_qrcodes_analytic .lyncto-top-grid li {
  padding: 14px 0;
}
#top_links_qrcodes_analytic .lyncto-top-grid b {
  color: #111827;
  font-size: 15px;
}
#top_links_qrcodes_analytic .lyncto-top-grid strong {
  color: #111827;
  font-size: 15px;
}
#top_links_qrcodes_analytic .lyncto-top-grid small {
  color: #64748b;
  font-size: 12px;
  margin-top: 3px;
}
#traffic_analytic .lyncto-line-chart,
#realtime_analytics .lyncto-line-chart,
#users_trands_analytic .lyncto-line-chart {
  margin-top: 10px;
}
#traffic_analytic .lyncto-chart-legend,
#users_trands_analytic .lyncto-chart-legend {
  margin-top: 14px;
}
@media (max-width: 1024px) {
  #location_analytic .lyncto-location-head {
    grid-template-columns: 1fr;
  }
  #location_analytic .lyncto-location-title h3,
  #location_analytic .lyncto-location-title p {
    max-width: none;
  }
}
@media (max-width: 767px) {
  #location_analytic .lyncto-location-controls,
  #location_analytic .lyncto-location-grid {
    grid-template-columns: 1fr;
  }
  #traffic_channel_analytic .lyncto-traffic-channel-head,
  #device_analytic .lyncto-device-head {
    display: block;
  }
  #traffic_channel_analytic .lyncto-channel-controls {
    justify-content: flex-start;
    margin-top: 14px;
  }
  #device_analytic .lyncto-device-head select {
    margin-top: 14px;
    width: 100%;
  }
  #device_analytic .lyncto-device-head h3 {
    white-space: normal;
  }
  #traffic_analytic .lyncto-main-chart-head,
  #realtime_analytics .lyncto-main-chart-head,
  #users_trands_analytic .lyncto-main-chart-head {
    display: block;
  }
}

/* v0.8.2 Analytics typography fix: keep headings close to reference, not oversized/centered. */
#location_analytic .lyncto-analytics-card,
#traffic_analytic .lyncto-analytics-card,
#realtime_analytics .lyncto-analytics-card,
#users_trands_analytic .lyncto-analytics-card,
#top_links_qrcodes_analytic .lyncto-analytics-card,
#traffic_channel_analytic .lyncto-analytics-card,
#device_analytic .lyncto-analytics-card {
  text-align: left !important;
  font-family: inherit !important;
}

#location_analytic .lyncto-analytics-card h3,
#traffic_analytic .lyncto-analytics-card h3,
#realtime_analytics .lyncto-analytics-card h3,
#users_trands_analytic .lyncto-analytics-card h3,
#traffic_channel_analytic .lyncto-analytics-card h3,
#device_analytic .lyncto-analytics-card h3 {
  text-align: left !important;
  font-family: inherit !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 6px !important;
  max-width: none !important;
}

#traffic_channel_analytic .lyncto-analytics-card h3,
#device_analytic .lyncto-analytics-card h3 {
  font-size: 24px !important;
  line-height: 1.25 !important;
}

#top_links_qrcodes_analytic .lyncto-analytics-card h4 {
  text-align: left !important;
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

#location_analytic .lyncto-location-head {
  grid-template-columns: minmax(280px, 360px) minmax(360px, 1fr) !important;
  align-items: start !important;
}
#location_analytic .lyncto-location-title,
#location_analytic .lyncto-location-title h3,
#location_analytic .lyncto-location-title p {
  text-align: left !important;
}
#location_analytic .lyncto-location-title h3,
#location_analytic .lyncto-location-title p {
  max-width: 340px !important;
}
#location_analytic .lyncto-location-title p,
#traffic_analytic .lyncto-analytics-card p {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

#traffic_analytic .lyncto-main-chart-head,
#realtime_analytics .lyncto-main-chart-head,
#users_trands_analytic .lyncto-main-chart-head,
#traffic_channel_analytic .lyncto-traffic-channel-head,
#device_analytic .lyncto-device-head {
  text-align: left !important;
}

#traffic_channel_analytic .lyncto-traffic-channel-head {
  align-items: center !important;
  margin-bottom: 18px !important;
}
#traffic_channel_analytic .lyncto-channel-controls select,
#device_analytic .lyncto-device-head select {
  min-height: 40px !important;
  font-size: 14px !important;
  border-radius: 10px !important;
}
#traffic_channel_analytic .lyncto-range-pills button,
#device_analytic .lyncto-range-pills button,
#traffic_analytic .lyncto-range-pills button,
#realtime_analytics .lyncto-range-pills button,
#users_trands_analytic .lyncto-range-pills button {
  min-width: 40px !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  border-radius: 8px !important;
}

#device_analytic .lyncto-device-head {
  align-items: center !important;
  padding-bottom: 16px !important;
}
#device_analytic .lyncto-device-head h3 {
  white-space: nowrap !important;
  margin: 0 !important;
}
#device_analytic .lyncto-range-pills {
  margin: 16px 0 18px !important;
}
#device_analytic .lyncto-donut {
  width: min(220px, 72%) !important;
  margin: 8px auto 20px !important;
}
#device_analytic .lyncto-device-row span,
#device_analytic .lyncto-device-row strong,
#traffic_channel_analytic .lyncto-channel-row span,
#traffic_channel_analytic .lyncto-channel-row strong {
  font-size: 15px !important;
  line-height: 1.3 !important;
}
#traffic_channel_analytic .lyncto-channel-row {
  margin: 14px 0 !important;
}
#traffic_channel_analytic .lyncto-channel-row em,
#device_analytic .lyncto-device-row em {
  height: 10px !important;
}

@media (max-width: 1024px) {
  #location_analytic .lyncto-location-head {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 767px) {
  #location_analytic .lyncto-analytics-card h3,
  #traffic_analytic .lyncto-analytics-card h3,
  #realtime_analytics .lyncto-analytics-card h3,
  #users_trands_analytic .lyncto-analytics-card h3,
  #traffic_channel_analytic .lyncto-analytics-card h3,
  #device_analytic .lyncto-analytics-card h3 {
    font-size: 20px !important;
    white-space: normal !important;
  }
}

/* v0.8.3 Specific heading fix per user request: Traffic by Channel + Device Analytics */
#traffic_channel_analytic .lyncto-analytics-card h3,
#device_analytic .lyncto-analytics-card h3,
#traffic_channel_analytic h3,
#device_analytic h3 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}


/* v0.8.4 Device Analytics: move type dropdown below heading for narrow sidebar card */
#device_analytic .lyncto-device-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding-bottom: 16px !important;
}
#device_analytic .lyncto-device-head h3 {
  width: 100% !important;
  white-space: normal !important;
}
#device_analytic .lyncto-device-head select {
  display: block !important;
  width: 100% !important;
  max-width: 220px !important;
  margin-top: 0 !important;
  align-self: flex-start !important;
}
@media (max-width: 767px) {
  #device_analytic .lyncto-device-head select {
    max-width: 100% !important;
  }
}


/* v0.8.5 Traffic by Channel: align title with compact dropdown */
#traffic_channel_analytic .lyncto-traffic-channel-head {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}
#traffic_channel_analytic .lyncto-traffic-channel-head h3 {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding-top: 0 !important;
  line-height: 1.25 !important;
}
#traffic_channel_analytic .lyncto-channel-controls {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}
#traffic_channel_analytic .lyncto-channel-controls select {
  width: 180px !important;
  min-width: 0 !important;
  max-width: 180px !important;
  height: 46px !important;
  padding: 0 38px 0 16px !important;
  box-sizing: border-box !important;
}
#traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills {
  width: auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  #traffic_channel_analytic .lyncto-traffic-channel-head {
    flex-direction: column !important;
    gap: 12px !important;
  }
  #traffic_channel_analytic .lyncto-channel-controls {
    width: 100% !important;
    align-items: flex-start !important;
  }
  #traffic_channel_analytic .lyncto-channel-controls select {
    width: 100% !important;
    max-width: 100% !important;
  }
  #traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills {
    justify-content: flex-start !important;
  }
}


/* v0.8.6 Traffic by Channel: force true two-column header and compact dropdown.
   This overrides theme/Elementor select width:100% rules and keeps the range buttons on the next row. */
#traffic_channel_analytic .lyncto-traffic-channel-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 180px !important;
  grid-template-areas:
    "lynctoTrafficTitle lynctoTrafficSelect"
    "lynctoTrafficEmpty lynctoTrafficRanges" !important;
  column-gap: 18px !important;
  row-gap: 10px !important;
  align-items: start !important;
  justify-content: stretch !important;
  margin-bottom: 18px !important;
}
#traffic_channel_analytic .lyncto-traffic-channel-head > h3,
#traffic_channel_analytic .lyncto-traffic-channel-head .lyncto-analytics-card h3 {
  grid-area: lynctoTrafficTitle !important;
  align-self: start !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}
#traffic_channel_analytic .lyncto-channel-controls {
  display: contents !important;
}
#traffic_channel_analytic .lyncto-channel-controls select,
#traffic_channel_analytic select {
  grid-area: lynctoTrafficSelect !important;
  justify-self: end !important;
  align-self: start !important;
  display: block !important;
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 34px 0 14px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  flex: 0 0 180px !important;
}
#traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills,
#traffic_channel_analytic .lyncto-traffic-channel-head .lyncto-range-pills {
  grid-area: lynctoTrafficRanges !important;
  justify-self: end !important;
  align-self: start !important;
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  #traffic_channel_analytic .lyncto-traffic-channel-head {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "lynctoTrafficTitle"
      "lynctoTrafficSelect"
      "lynctoTrafficRanges" !important;
  }
  #traffic_channel_analytic .lyncto-channel-controls select,
  #traffic_channel_analytic select {
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex-basis: auto !important;
  }
  #traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills,
  #traffic_channel_analytic .lyncto-traffic-channel-head .lyncto-range-pills {
    justify-self: start !important;
    justify-content: flex-start !important;
  }
}


/* v0.8.7 Analytics period controls: keep date pills out of the top dropdown column and make every pill clickable. */
#traffic_channel_analytic .lyncto-traffic-channel-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 180px !important;
  grid-template-areas:
    "lynctoTrafficTitle lynctoTrafficSelect"
    "lynctoTrafficRanges lynctoTrafficRanges" !important;
  column-gap: 18px !important;
  row-gap: 14px !important;
  align-items: start !important;
}
#traffic_channel_analytic .lyncto-traffic-channel-head > h3 {
  grid-area: lynctoTrafficTitle !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}
#traffic_channel_analytic .lyncto-channel-controls {
  display: contents !important;
}
#traffic_channel_analytic .lyncto-channel-controls select,
#traffic_channel_analytic select {
  grid-area: lynctoTrafficSelect !important;
  justify-self: end !important;
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}
#traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills,
#traffic_channel_analytic .lyncto-traffic-channel-head .lyncto-range-pills {
  grid-area: lynctoTrafficRanges !important;
  grid-column: 1 / -1 !important;
  justify-self: end !important;
  align-self: start !important;
  width: auto !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}
#traffic_channel_analytic .lyncto-range-pills button,
#traffic_analytic .lyncto-range-pills button,
#realtime_analytics .lyncto-range-pills button,
#device_analytic .lyncto-range-pills button,
.lyncto-range-pills button[data-lyncto-period] {
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  user-select: none !important;
}
#traffic_channel_analytic .lyncto-channel-card,
#traffic_analytic .lyncto-analytics-card,
#realtime_analytics .lyncto-analytics-card,
#device_analytic .lyncto-analytics-card {
  overflow: visible !important;
}
@media (max-width: 767px) {
  #traffic_channel_analytic .lyncto-traffic-channel-head {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "lynctoTrafficTitle"
      "lynctoTrafficSelect"
      "lynctoTrafficRanges" !important;
  }
  #traffic_channel_analytic .lyncto-channel-controls select,
  #traffic_channel_analytic select {
    justify-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  #traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills,
  #traffic_channel_analytic .lyncto-traffic-channel-head .lyncto-range-pills {
    justify-self: start !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}


/* v0.8.8 Analytics range click fix: prevent Elementor/theme hitbox drift and keep pills responsive. */
.lyncto-range-pills[data-lyncto-period-group],
.lyncto-range-pills {
  isolation: isolate !important;
  position: relative !important;
  pointer-events: auto !important;
}
.lyncto-range-pills button[data-lyncto-period] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transform: none !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}
#traffic_channel_analytic .lyncto-traffic-channel-head {
  grid-template-columns: minmax(0, 1fr) 180px !important;
  grid-template-areas:
    "lynctoTrafficTitle lynctoTrafficSelect"
    "lynctoTrafficRanges lynctoTrafficRanges" !important;
}
#traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills,
#traffic_channel_analytic .lyncto-traffic-channel-head .lyncto-range-pills,
#realtime_analytics .lyncto-range-pills,
#traffic_analytic .lyncto-range-pills,
#device_analytic .lyncto-range-pills {
  flex-wrap: wrap !important;
  overflow: visible !important;
}
#traffic_channel_analytic .lyncto-channel-controls .lyncto-range-pills,
#traffic_channel_analytic .lyncto-traffic-channel-head .lyncto-range-pills {
  justify-content: flex-end !important;
  justify-self: end !important;
  width: auto !important;
  max-width: 100% !important;
}
.lyncto-analytics-loading .lyncto-range-pills button[data-lyncto-period].active {
  opacity: .92;
}


/* v0.8.9 Analytics export guard: keeps Elementor button styling intact while preventing unclear exports. */
#export_pdf_analytic.lyncto-export-locked,
#export_csv_analytic.lyncto-export-locked { cursor: not-allowed; }
.lyncto-export-notice-box p { margin: 0 0 8px; color: #334155; line-height: 1.5; }
.lyncto-export-notice-box button[data-export-open-range] { background: #ff5a1f; color: #fff; }
.lyncto-export-notice-box button[data-export-close] { background: #f1f5f9; color: #334155; }

/* v0.9.0 Billing connector: populate billing widgets without changing Elementor card layouts. */
.lyncto-billing-button-disabled {
  opacity: .58 !important;
  cursor: not-allowed !important;
  filter: grayscale(.15);
}
.lyncto-payment-method-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}
.lyncto-payment-method-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #64748b;
}
.lyncto-payment-method-top em {
  font-style: normal;
  font-weight: 700;
  color: #334155;
  background: #fff3ec;
  border-radius: 8px;
  padding: 6px 12px;
}
.lyncto-payment-method-card strong {
  font-size: 22px;
  line-height: 1.2;
  color: #0f172a;
}
.lyncto-payment-method-card p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}
.lyncto-payment-method-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.lyncto-payment-method-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}
.lyncto-billing-empty {
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  color: #64748b;
  background: #f8fafc;
}
.lyncto-billing-table {
  display: grid;
  gap: 8px;
  width: 100%;
}
.lyncto-billing-head,
.lyncto-billing-row {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) minmax(120px, 1fr) minmax(140px, 1fr) minmax(90px, .8fr) minmax(90px, .8fr);
  gap: 12px;
  align-items: center;
}
.lyncto-billing-head {
  padding: 0 16px 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}
.lyncto-billing-row {
  padding: 13px 16px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #66c24f;
  background: #fff;
}
.lyncto-pdf-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 28px;
  border-radius: 5px;
  background: #3f3f46;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  margin-right: 8px;
}
.lyncto-billing-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 7px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.lyncto-billing-status-settled { background: #dcfce7; color: #15803d; }
.lyncto-billing-status-pending { background: #fff7ed; color: #c2410c; }
.lyncto-billing-status-failed { background: #fee2e2; color: #b91c1c; }
.lyncto-billing-status-refunded { background: #e0f2fe; color: #0369a1; }
.lyncto-billing-status-neutral { background: #f1f5f9; color: #475569; }
.lyncto-billing-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: #64748b;
}
.lyncto-billing-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.lyncto-billing-pagination button {
  min-width: 34px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  cursor: pointer;
}
.lyncto-billing-pagination button.active {
  background: #66c24f;
  color: #fff;
  border-color: #66c24f;
}
@media (max-width: 767px) {
  .lyncto-billing-head { display: none; }
  .lyncto-billing-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .lyncto-billing-foot {
    align-items: flex-start;
    flex-direction: column;
  }
  .lyncto-payment-method-actions a { width: 100%; }
}


/* v0.9.3: global dashboard notification popup controls. Behavior-only styling;
   the user's Elementor notice design stays intact. */
#notification_popup.lyncto-global-notice {
  position: relative;
}
#notification_popup.lyncto-notice-hidden {
  display: none !important;
}
#notification_popup .lyncto-notice-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #9A3412;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 1px 4px rgba(15,23,42,.08);
}
#notification_popup .lyncto-notice-close:hover,
#notification_popup .lyncto-notice-close:focus {
  background: #ffffff;
  outline: 1px solid rgba(154,52,18,.22);
}
.lyncto-warn-bell {
  position: relative;
  cursor: pointer;
}
.lyncto-warn-bell .lyncto-notification-badge {
  top: -7px;
  right: -7px;
}

/* v0.9.4: Settings page hooks. Minimal behavior styling only; Elementor cards/buttons keep their design. */
.lyncto-settings-success-text {
  color: #16a34a !important;
}
.lyncto-notice-choice-active {
  opacity: 1;
  filter: none;
}
.lyncto-settings-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(15, 23, 42, .42);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.lyncto-settings-modal-box {
  width: min(560px, 94vw);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .24);
  position: relative;
  overflow: hidden;
}
.lyncto-settings-modal-box h3 {
  margin: 0;
  padding: 22px 28px 18px;
  color: #102042;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}
.lyncto-settings-modal-body {
  padding: 24px 28px 8px;
  text-align: center;
  color: #475569;
}
.lyncto-settings-modal-footer {
  padding: 18px 28px 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.lyncto-settings-modal-footer small {
  flex-basis: 100%;
  text-align: center;
  color: #64748b;
}
.lyncto-settings-modal-footer button {
  border: 0;
  border-radius: 8px;
  min-height: 44px;
  padding: 0 20px;
  font-weight: 700;
  cursor: pointer;
}
.lyncto-settings-modal-footer button:first-child {
  background: #6b7280;
  color: #fff;
}
.lyncto-settings-modal-footer button:nth-child(2) {
  background: #4f7df3;
  color: #fff;
}
.lyncto-settings-modal-x {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #444;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.lyncto-settings-readonly-email,
.lyncto-settings-code {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  min-height: 52px;
  margin: 16px 0;
  padding: 0 14px;
  font-size: 16px;
  text-align: center;
}
.lyncto-settings-readonly-email {
  background: #e9edf2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.lyncto-settings-code {
  letter-spacing: .38em;
  font-weight: 700;
}
.lyncto-2fa-qr img {
  width: 220px;
  max-width: 75vw;
  height: auto;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
}
.lyncto-password-eye {
  margin-left: 8px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  vertical-align: middle;
}
.lyncto-settings-sessions-table {
  width: 100%;
}
.lyncto-session-head,
.lyncto-session-row {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr .8fr;
  gap: 12px;
  align-items: center;
}
.lyncto-session-head {
  background: #f3f6fa;
  border-radius: 12px;
  padding: 14px 18px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.lyncto-session-row {
  border: 1px solid #e5eaf0;
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 10px;
  background: #fff;
}
.lyncto-session-row button {
  border: 0;
  background: #eef2f7;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 700;
  color: #475569;
}
.lyncto-session-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d9fbe7;
  color: #0f8a3a;
  border-radius: 999px;
  padding: 7px 12px;
  font-style: normal;
  font-weight: 700;
}
.lyncto-settings-empty {
  padding: 20px;
  border: 1px dashed #dbe3ee;
  border-radius: 12px;
  color: #64748b;
}
@media (max-width: 767px) {
  .lyncto-session-head { display: none; }
  .lyncto-session-row { grid-template-columns: 1fr; }
  .lyncto-settings-modal-footer button { flex: 1 1 auto; }
}

/* v0.9.7: Mobile off-canvas stability for Pricing/Billing.
   Scoped to the route classes added by JS. The menu's inner Elementor design
   remains unchanged; this only prevents page overflow from pushing the drawer
   and close icon out of place. */
@media (max-width: 767px) {
  html.lyncto-mobile-menu-safe,
  html.lyncto-mobile-menu-safe body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
    overscroll-behavior-x: none;
    -webkit-text-size-adjust: 100%;
  }

  @supports not (overflow-x: clip) {
    html.lyncto-mobile-menu-safe,
    html.lyncto-mobile-menu-safe body { overflow-x: hidden !important; }
  }

  html.lyncto-mobile-menu-safe body {
    min-width: 0 !important;
    position: relative;
    touch-action: pan-y;
  }

  html.lyncto-route-pricing .elementor:not(.elementor-location-popup),
  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) .elementor-section,
  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) .elementor-container,
  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) .elementor-widget-wrap,
  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) .e-con,
  html.lyncto-route-pricing .woocommerce,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup),
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) .elementor-section,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) .elementor-container,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) .elementor-widget-wrap,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) .e-con,
  html.lyncto-route-billing .woocommerce {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) img,
  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) svg,
  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) iframe,
  html.lyncto-route-pricing .elementor:not(.elementor-location-popup) table,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) img,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) svg,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) iframe,
  html.lyncto-route-billing .elementor:not(.elementor-location-popup) table {
    max-width: 100% !important;
  }

  html.lyncto-route-pricing .lyncto-mobile-nav-popup,
  html.lyncto-route-billing .lyncto-mobile-nav-popup {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
    transform: none !important;
    will-change: auto !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  html.lyncto-route-pricing .lyncto-mobile-nav-popup .lyncto-mobile-nav-content,
  html.lyncto-route-billing .lyncto-mobile-nav-popup .lyncto-mobile-nav-content {
    width: var(--lyncto-mobile-drawer-w, min(400px, calc(100vw - 24px))) !important;
    max-width: var(--lyncto-mobile-drawer-w, min(400px, calc(100vw - 24px))) !important;
    min-width: 0 !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    left: 0 !important;
    right: auto !important;
    transform: translate3d(0, 0, 0) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    contain: layout paint;
  }

  html.lyncto-route-pricing .lyncto-mobile-nav-popup .lyncto-mobile-nav-message,
  html.lyncto-route-billing .lyncto-mobile-nav-popup .lyncto-mobile-nav-message {
    width: 100% !important;
    max-width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box !important;
  }

  html.lyncto-route-pricing .lyncto-mobile-nav-popup .lyncto-mobile-nav-close,
  html.lyncto-route-billing .lyncto-mobile-nav-popup .lyncto-mobile-nav-close {
    position: fixed !important;
    top: max(16px, calc(env(safe-area-inset-top, 0px) + 12px)) !important;
    left: min(calc(var(--lyncto-mobile-drawer-w, 376px) - 42px), calc(100vw - 54px)) !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 2147483600 !important;
    will-change: auto !important;
  }
}


/* v1.0.6: Persistent notification preference switches. */
#notic_system_setting [data-lyncto-notification-choice],
#notic_acc_secu_setting [data-lyncto-notification-choice],
#notic_newfea_setting [data-lyncto-notification-choice],
#notic_link_qr_setting [data-lyncto-notification-choice],
#notic_offerpromo_setting [data-lyncto-notification-choice],
#notic_billing_sub_setting [data-lyncto-notification-choice] {
  cursor: pointer !important;
  user-select: none;
  transition: background-color .16s ease, color .16s ease, opacity .16s ease, box-shadow .16s ease;
}
#notic_system_setting [data-lyncto-notification-choice].lyncto-notice-choice-active,
#notic_acc_secu_setting [data-lyncto-notification-choice].lyncto-notice-choice-active,
#notic_newfea_setting [data-lyncto-notification-choice].lyncto-notice-choice-active,
#notic_link_qr_setting [data-lyncto-notification-choice].lyncto-notice-choice-active,
#notic_offerpromo_setting [data-lyncto-notification-choice].lyncto-notice-choice-active,
#notic_billing_sub_setting [data-lyncto-notification-choice].lyncto-notice-choice-active {
  background: #08a8ef !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 10px 22px !important;
  opacity: 1 !important;
  box-shadow: 0 1px 2px rgba(2, 132, 199, .16);
}
#notic_system_setting [data-lyncto-notification-choice].lyncto-notice-choice-inactive,
#notic_acc_secu_setting [data-lyncto-notification-choice].lyncto-notice-choice-inactive,
#notic_newfea_setting [data-lyncto-notification-choice].lyncto-notice-choice-inactive,
#notic_link_qr_setting [data-lyncto-notification-choice].lyncto-notice-choice-inactive,
#notic_offerpromo_setting [data-lyncto-notification-choice].lyncto-notice-choice-inactive,
#notic_billing_sub_setting [data-lyncto-notification-choice].lyncto-notice-choice-inactive {
  background: transparent !important;
  color: inherit !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.lyncto-notice-saving {
  opacity: .72;
  pointer-events: none;
}
.lyncto-notice-saved {
  outline: 2px solid rgba(34, 197, 94, .18);
  outline-offset: 3px;
  border-radius: 12px;
}


/* Lyncto v1.3.0 — lightweight GA4 UTM Builder. Loaded only on Lyncto application pages. */
.lyncto-utm-module{position:relative}
.lyncto-utm-tools{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin:10px 0 12px}
.lyncto-utm-builder-button{appearance:none;border:1px solid #ff5a1f;background:#fff7f1;color:#a83208;border-radius:10px;padding:9px 13px;font:inherit;font-weight:700;line-height:1.2;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.lyncto-utm-builder-button:hover{background:#fff0e5;border-color:#ff7a3d;transform:translateY(-1px)}
.lyncto-utm-tools>small{color:#667085;line-height:1.45;flex:1 1 220px}
.lyncto-utm-status{width:100%;min-height:1.2em;color:#137a4b;font-size:12px;font-weight:600}
.lyncto-locked-module .lyncto-utm-builder-button{opacity:.52;cursor:not-allowed;transform:none}
html.lyncto-utm-modal-open,html.lyncto-utm-modal-open body{overflow:hidden!important}
.lyncto-utm-modal{position:fixed;inset:0;z-index:1000002;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(8,18,38,.55);backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.lyncto-utm-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.lyncto-utm-dialog{width:min(920px,100%);max-height:min(880px,92vh);display:flex;flex-direction:column;background:#fff;border-radius:20px;box-shadow:0 24px 80px rgba(2,12,27,.28);overflow:hidden;transform:translateY(12px) scale(.99);transition:transform .18s ease}
.lyncto-utm-modal.is-open .lyncto-utm-dialog{transform:translateY(0) scale(1)}
.lyncto-utm-dialog-head{display:flex;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid #e8edf4;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.lyncto-utm-dialog-head span{display:block;color:#ff5a1f;font-size:11px;font-weight:800;letter-spacing:.08em}
.lyncto-utm-dialog-head h2{margin:3px 0 4px;color:#0d2344;font-size:26px;line-height:1.2}
.lyncto-utm-dialog-head p{margin:0;color:#667085;line-height:1.5}
.lyncto-utm-close{flex:0 0 40px;width:40px;height:40px;border:1px solid #dbe3ee;border-radius:999px;background:#fff;color:#344054;font-size:26px;line-height:1;cursor:pointer}
.lyncto-utm-dialog-body{padding:22px 26px;overflow:auto;overscroll-behavior:contain}
.lyncto-utm-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}
.lyncto-utm-main-fields{margin-top:17px}
.lyncto-utm-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.lyncto-utm-field-wide{width:100%}
.lyncto-utm-field label{color:#1d2939;font-size:13px;font-weight:700}
.lyncto-utm-field label b{color:#e5484d}
.lyncto-utm-field input{width:100%;min-height:46px;border:1px solid #cfd8e5!important;border-radius:10px!important;background:#fff!important;color:#101828!important;padding:10px 12px!important;font:inherit!important;box-shadow:none!important}
.lyncto-utm-field input:focus{border-color:#ff7a3d!important;box-shadow:0 0 0 3px rgba(255,90,31,.12)!important;outline:0!important}
.lyncto-utm-field small{color:#667085;font-size:11px;line-height:1.4}
.lyncto-utm-advanced{margin-top:18px;border:1px solid #e1e7ef;border-radius:12px;background:#fafbfc}
.lyncto-utm-advanced summary{padding:13px 15px;color:#344054;font-weight:700;cursor:pointer;user-select:none}
.lyncto-utm-advanced-fields{padding:2px 15px 16px}
.lyncto-utm-preview{margin-top:18px;padding:15px;border:1px solid #ffd0b8;border-radius:12px;background:#fff8f3}
.lyncto-utm-preview>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}
.lyncto-utm-preview span{color:#a83208;font-size:11px;font-weight:800;letter-spacing:.06em}
.lyncto-utm-preview strong{color:#475467;font-size:12px;text-align:right}
.lyncto-utm-preview textarea{width:100%;min-height:82px;resize:vertical;border:1px solid #f2b894;border-radius:9px;background:#fff;color:#101828;padding:10px 12px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.lyncto-utm-tip{margin:12px 0 0;color:#667085;font-size:12px;line-height:1.5}
.lyncto-utm-dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 26px;border-top:1px solid #e8edf4;background:#fbfcfe}
.lyncto-utm-dialog-actions button{min-height:42px;border-radius:10px;padding:9px 15px;font:inherit;font-weight:700;cursor:pointer}
.lyncto-utm-secondary{border:1px solid #cfd8e5;background:#fff;color:#344054}
.lyncto-utm-primary{border:1px solid #ff5a1f;background:#ff5a1f;color:#fff}
@media(max-width:767px){
  .lyncto-utm-modal{align-items:flex-end;padding:0;background:rgba(8,18,38,.58)}
  .lyncto-utm-dialog{width:100%;max-height:94vh;border-radius:20px 20px 0 0;transform:translateY(30px)}
  .lyncto-utm-dialog-head{padding:18px 18px 14px}
  .lyncto-utm-dialog-head h2{font-size:21px}
  .lyncto-utm-dialog-head p{font-size:13px}
  .lyncto-utm-dialog-body{padding:17px 18px}
  .lyncto-utm-grid{grid-template-columns:1fr;gap:14px}
  .lyncto-utm-preview>div{display:block}
  .lyncto-utm-preview strong{display:block;margin-top:5px;text-align:left}
  .lyncto-utm-dialog-actions{display:grid;grid-template-columns:1fr 1fr;padding:12px 14px calc(12px + env(safe-area-inset-bottom))}
  .lyncto-utm-dialog-actions .lyncto-utm-primary{grid-column:1/-1;grid-row:1}
  .lyncto-utm-tools{align-items:stretch}
  .lyncto-utm-builder-button{width:100%}
}

/* Lyncto v1.4.0 — edit destination after publish. */
#all_links .lyncto-link-actions button.is-locked,
#all_qrcode .lyncto-qr-actions button.is-locked {
  opacity: .48;
  cursor: help;
}
html.lyncto-destination-modal-open,
html.lyncto-destination-modal-open body { overflow: hidden !important; }
.lyncto-destination-modal {
  position: fixed;
  inset: 0;
  z-index: 1000003;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}
.lyncto-destination-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lyncto-destination-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 38, .58);
  backdrop-filter: blur(4px);
}
.lyncto-destination-dialog {
  position: relative;
  width: min(92vw, 650px);
  max-height: 92vh;
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(2, 12, 27, .28);
  transform: translateY(12px) scale(.99);
  transition: transform .18s ease;
}
.lyncto-destination-modal.is-open .lyncto-destination-dialog { transform: translateY(0) scale(1); }
.lyncto-destination-close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.lyncto-destination-head {
  padding: 24px 64px 18px 26px;
  border-bottom: 1px solid #e8edf4;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}
.lyncto-destination-head > span {
  display: block;
  color: #ff5a1f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.lyncto-destination-head h2 {
  margin: 4px 0 5px;
  color: #0d2344;
  font-size: 26px;
  line-height: 1.2;
}
.lyncto-destination-head p { margin: 0; color: #667085; line-height: 1.5; }
.lyncto-destination-form { padding: 22px 26px 24px; }
.lyncto-destination-short {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 13px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}
.lyncto-destination-short span {
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.lyncto-destination-short strong { color: #0d2344; overflow-wrap: anywhere; }
.lyncto-destination-field { display: flex; flex-direction: column; gap: 7px; }
.lyncto-destination-field > span { color: #1d2939; font-size: 13px; font-weight: 800; }
.lyncto-destination-field input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cfd8e5 !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #101828 !important;
  padding: 11px 13px !important;
  font: inherit !important;
  box-shadow: none !important;
}
.lyncto-destination-field input:focus {
  border-color: #ff7a3d !important;
  box-shadow: 0 0 0 3px rgba(255, 90, 31, .12) !important;
  outline: 0 !important;
}
.lyncto-destination-keep {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 14px;
  color: #344054;
  font-size: 13px;
  line-height: 1.45;
}
.lyncto-destination-keep input { flex: 0 0 auto; margin-top: 2px; }
.lyncto-destination-note {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid #ffd0b8;
  border-radius: 12px;
  background: #fff8f3;
}
.lyncto-destination-note strong { color: #a83208; font-size: 13px; }
.lyncto-destination-note span { color: #667085; font-size: 12px; line-height: 1.5; }
.lyncto-destination-status {
  min-height: 20px;
  margin-top: 12px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.lyncto-destination-status.is-error { color: #b42318; }
.lyncto-destination-status.is-success { color: #137a4b; }
.lyncto-destination-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}
.lyncto-destination-actions button {
  min-height: 42px;
  border-radius: 10px;
  padding: 9px 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.lyncto-destination-cancel { border: 1px solid #cfd8e5; background: #fff; color: #344054; }
.lyncto-destination-save { border: 1px solid #ff5a1f; background: #ff5a1f; color: #fff; }
.lyncto-destination-save[disabled] { opacity: .65; cursor: wait; }
@media (max-width: 767px) {
  .lyncto-destination-modal { align-items: flex-end; padding: 0; }
  .lyncto-destination-dialog { width: 100%; max-height: 94vh; border-radius: 20px 20px 0 0; transform: translateY(30px); }
  .lyncto-destination-head { padding: 19px 58px 15px 18px; }
  .lyncto-destination-head h2 { font-size: 22px; }
  .lyncto-destination-head p { font-size: 13px; }
  .lyncto-destination-form { padding: 17px 18px calc(16px + env(safe-area-inset-bottom)); }
  .lyncto-destination-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .lyncto-destination-actions button { width: 100%; }
}

/* v1.4.1 — live package CTA state inside the Elementor member drawer. */
.lyncto-plan-cta-current,
.lyncto-plan-cta-current:hover,
.lyncto-plan-cta-current:focus {
  background: #6b7280 !important;
  border-color: #6b7280 !important;
  color: #ffffff !important;
  cursor: default !important;
  box-shadow: none !important;
  opacity: .86 !important;
  text-decoration: none !important;
}
.lyncto-plan-cta-current .elementor-button-text,
.lyncto-plan-cta-current [class*="button-text"] { color: #ffffff !important; }
.lyncto-plan-cta-current[aria-disabled="true"] { pointer-events: auto !important; }
