.ai-preview {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid #ffffff30;
  border-radius: 12px;
  background: #ffffff0a;
}
.ai-preview div {
  display: grid;
  gap: 5px;
  text-align: center;
}
.ai-preview strong {
  font-size: 1.5rem;
  color: #e0bb83;
}
.ai-preview span {
  font-size: 0.78rem;
  color: #ffffffb8;
}
.fence-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0 20px;
}
.fence-options label {
  position: relative;
  border: 2px solid transparent;
  background: white;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
}
.fence-options label:has(input:checked) {
  border-color: var(--copper);
  box-shadow: 0 0 0 3px #9a5b2520;
}
.fence-options input {
  position: absolute;
  opacity: 0;
}
.fence-options img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.fence-options strong {
  display: block;
  padding: 9px;
  font-size: 0.78rem;
}
@media (max-width: 600px) {
  .fence-options {
    grid-template-columns: 1fr;
  }
  .ai-preview {
    padding: 14px;
    gap: 6px;
  }
}
body.embed{background:transparent}body.embed .top,body.embed .visual{display:none}body.embed .lead-layout{display:block;width:100%;min-height:0;border:0;border-radius:0;box-shadow:none;background:transparent}body.embed .form-side{padding:20px;min-height:0;background:var(--paper);border-radius:12px}body.embed .actions{margin-top:18px}body.embed .progress{margin-bottom:22px}@media(max-width:600px){body.embed .form-side{padding:16px}.parcel-map{height:320px}}
.parcel-map {
  height: 350px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #e7ece8;
  margin-bottom: 10px;
}
.map-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.map-toolbar span {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 700;
}
.parcel-result {
  min-height: 28px;
  padding: 9px 0;
  color: var(--forest);
  font-weight: 850;
}
.segment-help {
  font-size: 0.8rem;
  background: #24433810;
  border-radius: 7px;
  padding: 9px 11px;
}
.field small {
  color: var(--muted);
  font-size: 0.75rem;
}
.ol-attribution {
  font-size: 10px;
}
.ol-zoom button {
  background: var(--forest) !important;
}
.address-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-bottom: 10px;
}
.address-search input {
  min-width: 0;
  border: 2px solid var(--copper);
  border-radius: 8px;
  padding: 12px 13px;
  outline: none;
}
.address-search input:focus {
  box-shadow: 0 0 0 3px #9a5b2520;
}
@media (max-width: 600px) {
  .address-search {
    grid-template-columns: 1fr;
  }
  .parcel-map {
    height: 300px;
  }
}
