.llrg-wrapper{width:100%;max-width:1080px;margin:0 auto;color:#000!important}.llrg-search-card,.llrg-form{background:#fff;padding:22px;border-radius:18px;box-shadow:0 12px 35px rgba(0,0,0,.08)}.llrg-search-card{margin-bottom:22px}.llrg-search-card h3{margin-top:0}.llrg-search-row,.llrg-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;align-items:end}.llrg-field{position:relative}.llrg-field label{display:block;font-weight:700;margin-bottom:7px;color:#000!important}.llrg-field input,.llrg-field select{width:100%;border:1px solid #d8d8d8;border-radius:12px;padding:13px 14px;font-size:16px;background:#fff;color:#000!important}.llrg-field input:focus,.llrg-field select:focus{border-color:#20d3b9;outline:none;box-shadow:0 0 0 3px #20d4b94a}.llrg-button{border:none;border-radius:30px;padding:14px 26px;font-family:'Inter Tight','Inter',Arial,sans-serif;font-weight:800;font-size:19px;line-height:1.2;cursor:pointer;background:#000;color:#fff!important;min-height:50px;transition:background-color .2s ease}.llrg-form .llrg-button{grid-column:span 3}.llrg-button:hover{background:#7A7A7A;color:#fff!important}.llrg-button:disabled{opacity:.65;cursor:wait}.llrg-message{margin-top:18px;padding:14px 16px;border-radius:12px;font-weight:600;color:#000!important}.llrg-message-error{background:#fff1f1;color:#9b1c1c!important}.llrg-message-info{background:#f1fffb;color:#075e55!important}.llrg-business-results{margin-top:16px;position:relative;z-index:10}.llrg-profile-list{display:grid;gap:10px;max-height:420px;overflow-y:auto}.llrg-profile-option{width:100%;text-align:left;border:1px solid #e2e2e2;background:#fff;color:#000!important;border-radius:14px;padding:14px 16px;cursor:pointer;display:grid;gap:4px}.llrg-profile-option *{color:#000!important}.llrg-profile-option:hover,.llrg-profile-option.is-selected{border-color:#20d3b9;background:#20d4b94a;color:#000!important}.llrg-profile-option:hover *,.llrg-profile-option.is-selected *{color:#000!important}.llrg-selected-profile-static{cursor:default!important}.llrg-profile-option strong{font-size:17px}.llrg-profile-option span,.llrg-profile-option small{opacity:.8}.llrg-empty,.llrg-loading-small{padding:14px 16px;border-radius:12px;background:#f5f5f5;font-weight:700;color:#000!important}.llrg-city-suggestions{margin-top:8px;display:grid;gap:6px;position:absolute;z-index:50;width:100%;max-width:100%}.llrg-city-option{width:100%;text-align:left;border:1px solid #e2e2e2;background:#fff;color:#000!important;border-radius:12px;padding:10px 12px;font-weight:700;cursor:pointer}.llrg-city-option:hover{background:#20d4b94a;border-color:#20d3b9;color:#000!important}.llrg-results{margin-top:24px}.llrg-loading,.llrg-result-card,.llrg-map-card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 12px 35px rgba(0,0,0,.08);margin-top:18px;color:#000!important}.llrg-loading-top{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:12px;font-weight:800}.llrg-progress{width:100%;height:12px;background:#edf1f1;border-radius:999px;overflow:hidden}.llrg-progress-bar{width:0%;height:100%;background:#20d3b9;border-radius:999px;transition:width .35s ease}.llrg-eyebrow{text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:800;margin:0 0 8px;opacity:.7}.llrg-map-help{margin:0 0 12px;font-weight:600;opacity:.8;color:#000!important}#llrg-map{width:100%;height:460px;border-radius:18px;overflow:hidden;margin-top:12px}.llrg-map-marker-wrap{background:transparent;border:none}.llrg-map-marker{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:18px;border:3px solid #fff;box-shadow:0 8px 22px rgba(0,0,0,.25)}.llrg-map-marker[style*="#20d3b9"],.llrg-map-marker[style*="#f5c542"]{color:#000}.llrg-map-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;font-weight:700;color:#000!important}.llrg-map-legend span{display:inline-flex;align-items:center;gap:7px;color:#000!important}.llrg-map-legend i{width:13px;height:13px;border-radius:99px;display:inline-block}.legend-good{background:#20d3b9}.legend-mid{background:#f5c542}.legend-low{background:#ff7a59}.legend-none{background:#000}@media(max-width:900px){.llrg-search-row,.llrg-form{grid-template-columns:1fr}.llrg-form .llrg-button{grid-column:span 1}.llrg-button{font-size:17px}#llrg-map{height:340px}}

.llrg-city-empty {
  width: 100%;
  text-align: left;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #000 !important;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
}


.llrg-manual-note {
  background: #f1fffb;
  border: 1px solid #20d3b9;
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 18px;
  color: #000 !important;
}

.llrg-manual-note strong {
  color: #000 !important;
}


.llrg-popup {
  color: #000 !important;
  font-family: inherit;
  max-height: 420px;
  overflow-y: auto;
}

.llrg-popup * {
  color: #000 !important;
}

.llrg-popup p {
  margin: 6px 0;
}

.llrg-popup hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 10px 0;
}

.llrg-popup-list {
  padding-left: 20px;
  margin: 8px 0 0;
}

.llrg-popup-list li {
  margin-bottom: 10px;
}

.llrg-popup-list span,
.llrg-popup-list small {
  opacity: .78;
}

.leaflet-popup-content-wrapper {
  border-radius: 14px;
}

.llrg-small-note{font-size:14px;opacity:.75;margin-top:8px;color:#000!important}


.llrg-profile-loading {
  border: 1px solid #20d3b9;
  background: #f1fffb;
  border-radius: 14px;
  padding: 14px 16px;
  color: #000 !important;
}

.llrg-profile-loading * {
  color: #000 !important;
}

.llrg-profile-loading-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.llrg-profile-loading-top span {
  opacity: .7;
  font-weight: 700;
}

.llrg-mini-progress {
  height: 8px;
  background: #dff7f3;
  border-radius: 999px;
  overflow: hidden;
}

.llrg-mini-progress div {
  height: 100%;
  width: 45%;
  background: #20d3b9;
  border-radius: 999px;
  animation: llrgMiniProgress 1.1s ease-in-out infinite;
}

@keyframes llrgMiniProgress {
  0% { transform: translateX(-110%); }
  55% { transform: translateX(75%); }
  100% { transform: translateX(240%); }
}


.llrg-popup-list {
  margin: 8px 0 0;
  padding-left: 0 !important;
}

.llrg-popup-list-item {
  margin-bottom: 10px;
}

.llrg-popup-rank {
  font-weight: 900;
  display: inline-block;
  min-width: 24px;
}


.llrg-analysis-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  margin-top: 18px;
  color: #000 !important;
  display: grid;
  gap: 18px;
}

.llrg-analysis-card h3 {
  margin: 0 0 8px;
  color: #000 !important;
}

.llrg-analysis-card p {
  color: #000 !important;
}

.llrg-analysis-good {
  border: 1px solid #20d3b9;
}

.llrg-analysis-medium {
  border: 1px solid #f5c542;
}

.llrg-analysis-need {
  border: 1px solid #ff7a59;
}

.llrg-analysis-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.llrg-analysis-stats div {
  background: #f6f7f8;
  border-radius: 14px;
  padding: 14px;
}

.llrg-analysis-stats strong {
  display: block;
  font-size: 24px;
  color: #000 !important;
}

.llrg-analysis-stats span {
  color: #000 !important;
  opacity: .7;
  font-weight: 700;
}

.llrg-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.llrg-modal {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  position: relative;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  color: #000 !important;
}

.llrg-modal * {
  color: #000 !important;
}

.llrg-modal-close {
  position: absolute;
  right: 16px;
  top: 12px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.llrg-modal h3 {
  margin: 0 0 10px;
}

.llrg-modal-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.llrg-modal-summary span {
  background: #f6f7f8;
  border-radius: 12px;
  padding: 10px;
  font-weight: 700;
}

.llrg-audit-form {
  display: grid;
  gap: 12px;
}

.llrg-audit-form input[type="text"],
.llrg-audit-form input[type="email"] {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 16px;
  color: #000 !important;
}

.llrg-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  align-items: start;
}

.llrg-consent input {
  margin-top: 3px;
}

.llrg-audit-response {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
}

.llrg-audit-response.is-success {
  background: #f1fffb;
  border: 1px solid #20d3b9;
}

.llrg-audit-response.is-error {
  background: #fff1f1;
  border: 1px solid #ff7a59;
}

@media(max-width: 700px) {
  .llrg-analysis-stats,
  .llrg-modal-summary {
    grid-template-columns: 1fr;
  }
}


/* Größere klickbare Schließen-Flächen für Popups */
.leaflet-container a.leaflet-popup-close-button {
  width: 34px !important;
  height: 34px !important;
  line-height: 30px !important;
  font-size: 26px !important;
  text-align: center !important;
  right: 8px !important;
  top: 8px !important;
  z-index: 9999 !important;
  color: #000 !important;
}

.llrg-modal-close {
  width: 44px !important;
  height: 44px !important;
  line-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1000000 !important;
  color: #000 !important;
  cursor: pointer !important;
}


/* v0.45: Audit-Popup Button-Kontrast */
.llrg-modal .llrg-button,
.llrg-audit-form .llrg-button {
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
}

.llrg-modal .llrg-button *,
.llrg-audit-form .llrg-button * {
  color: #fff !important;
}

.llrg-modal .llrg-button:hover,
.llrg-audit-form .llrg-button:hover {
  background: #555 !important;
  color: #fff !important;
}

.llrg-modal-close:hover,
.leaflet-container a.leaflet-popup-close-button:hover {
  background: #e6e6e6 !important;
  color: #000 !important;
  border-radius: 999px !important;
}



/* v0.55: dezente Auswertung/CTA + mobil sauber */
.llrg-analysis-card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.llrg-analysis-main,
.llrg-soft-cta,
.llrg-share-box {
  min-width: 0;
}

.llrg-soft-cta,
.llrg-share-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  background: #f6fffc;
  border: 1px solid rgba(32, 211, 185, 0.45);
  border-radius: 16px;
  padding: 16px;
  color: #000 !important;
}

.llrg-soft-cta p,
.llrg-share-box p {
  margin: 4px 0 0;
  color: #000 !important;
  opacity: .78;
}

.llrg-share-box {
  background: #fafafa;
  border-color: #e7e7e7;
}

.llrg-share-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.llrg-share-actions input {
  width: min(360px, 42vw);
  max-width: 100%;
  min-width: 0;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  padding: 11px 14px;
  font-size: 14px;
  color: #000 !important;
  background: #fff;
  box-sizing: border-box;
}

.llrg-copy-link {
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  background: #000;
  color: #fff !important;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.llrg-copy-link:hover {
  background: #555;
  color: #fff !important;
}

.llrg-modal {
  max-width: min(560px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  box-sizing: border-box;
}

.llrg-modal .llrg-button,
.llrg-audit-form .llrg-button {
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
}

.llrg-modal .llrg-button:hover,
.llrg-audit-form .llrg-button:hover {
  background: #555 !important;
  color: #fff !important;
}

.llrg-modal-close:hover,
.leaflet-container a.leaflet-popup-close-button:hover {
  background: #e6e6e6 !important;
  color: #000 !important;
  border-radius: 999px !important;
}

@media (max-width: 760px) {
  .llrg-analysis-card {
    padding: 18px !important;
    border-radius: 16px;
  }

  .llrg-analysis-stats {
    grid-template-columns: 1fr !important;
  }

  .llrg-soft-cta,
  .llrg-share-box {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .llrg-soft-cta .llrg-button,
  .llrg-share-actions,
  .llrg-share-actions input,
  .llrg-copy-link {
    width: 100%;
  }

  .llrg-share-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .llrg-modal {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .llrg-modal-summary {
    grid-template-columns: 1fr !important;
  }

  .llrg-audit-form input[type="text"],
  .llrg-audit-form input[type="email"] {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .llrg-analysis-card h3,
  .llrg-modal h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .llrg-soft-cta,
  .llrg-share-box {
    gap: 12px;
  }
}


/* v0.57: Freischaltcode-Feld */
.llrg-unlock-field {
  min-width: 0;
}

.llrg-unlock-field input {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .llrg-unlock-field {
    max-width: 420px;
  }
}

/* v0.74 Live Business-Profil-Suche */
.llrg-live-hint {
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid #d9f6f1;
  border-radius: 14px;
  background: #effffb;
  font-weight: 700;
}

.llrg-live-profile-list {
  margin-top: 10px;
}

.llrg-live-title {
  font-weight: 800;
  margin: 0 0 8px 0;
  color: #111;
}

.llrg-profile-option {
  width: 100%;
  text-align: left;
}

.llrg-profile-option:hover,
.llrg-profile-option:focus {
  border-color: #20d3b9;
  background: #effffb;
  outline: none;
}

@media (max-width: 767px) {
  .llrg-live-hint,
  .llrg-profile-option {
    font-size: 15px;
  }
}

/* v0.75 fast live search */
.llrg-live-hint {
  opacity: .95;
}

/* v0.76 gründliche Profil-Suche mit Prozent */
.llrg-profile-loading-percent {
  margin-top: 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d9f6f1;
  background: #effffb;
}

.llrg-profile-loading-percent .llrg-profile-loading-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.llrg-real-progress {
  margin-top: 12px;
  height: 10px;
  width: 100%;
  overflow: hidden;
  border-radius: 999px;
  background: #d9f6f1;
}

.llrg-real-progress > div {
  height: 100%;
  border-radius: 999px;
  background: #20d3b9;
  transition: width .6s ease;
}

.llrg-profile-loading-percent p {
  margin: 10px 0 0;
  font-size: 14px;
  opacity: .78;
}
