.dcl-app {
  --dcl-ink: #17362d;
  --dcl-muted: #64756f;
  --dcl-accent: #167c5a;
  --dcl-accent-dark: #0f5d43;
  --dcl-warm: #f3f1e9;
  --dcl-line: #dce5e1;
  --dcl-white: #fff;
  color: var(--dcl-ink);
  font-family: inherit;
  line-height: 1.5;
  margin: 2rem auto;
  max-width: 1320px;
}

.dcl-app *, .dcl-app *::before, .dcl-app *::after { box-sizing: border-box; }
.dcl-app .screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; white-space: nowrap; }
.dcl-intro { align-items: flex-end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 1.5rem; }
.dcl-intro h2, .dcl-register h3 { color: var(--dcl-ink); font-size: clamp(1.75rem, 3vw, 2.65rem); letter-spacing: -.035em; line-height: 1.08; margin: .15rem 0 .65rem; }
.dcl-intro p:not(.dcl-eyebrow) { color: var(--dcl-muted); margin: 0; max-width: 720px; }
.dcl-eyebrow { color: var(--dcl-accent); font-size: .76rem; font-weight: 800; letter-spacing: .12em; margin: 0; text-transform: uppercase; }

.dcl-button { align-items: center; appearance: none; background: var(--dcl-white); border: 1px solid var(--dcl-line); border-radius: 10px; color: var(--dcl-ink); cursor: pointer; display: inline-flex; font: inherit; font-weight: 700; gap: .45rem; justify-content: center; line-height: 1.2; min-height: 46px; padding: .75rem 1.05rem; text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.dcl-button:hover { border-color: #9db5ac; color: var(--dcl-ink); transform: translateY(-1px); }
.dcl-button:focus-visible, .dcl-reset:focus-visible, .dcl-list-item:focus-visible, .dcl-app input:focus-visible, .dcl-app textarea:focus-visible { outline: 3px solid rgba(22,124,90,.25); outline-offset: 2px; }
.dcl-button--primary { background: var(--dcl-accent); border-color: var(--dcl-accent); color: #fff; white-space: nowrap; }
.dcl-button--primary:hover { background: var(--dcl-accent-dark); border-color: var(--dcl-accent-dark); color: #fff; }
.dcl-button:disabled { cursor: wait; opacity: .62; }
.dcl-button.is-loading span { animation: dcl-spin .9s linear infinite; }
@keyframes dcl-spin { to { transform: rotate(360deg); } }

.dcl-toolbar { align-items: center; background: #f7f9f8; border: 1px solid var(--dcl-line); border-bottom: 0; border-radius: 16px 16px 0 0; display: flex; gap: .75rem; padding: 1rem; }
.dcl-search { flex: 1 1 360px; position: relative; }
.dcl-search svg { fill: none; height: 20px; left: 14px; pointer-events: none; position: absolute; stroke: var(--dcl-muted); stroke-linecap: round; stroke-width: 2; top: 50%; transform: translateY(-50%); width: 20px; }
.dcl-search-input { appearance: none; background: var(--dcl-white); border: 1px solid #cbd9d4; border-radius: 10px; color: var(--dcl-ink); font: inherit; height: 48px; margin: 0; padding: 0 1rem 0 2.85rem; width: 100%; }
.dcl-reset { appearance: none; background: transparent; border: 0; color: var(--dcl-muted); cursor: pointer; font: inherit; font-weight: 700; padding: .7rem .4rem; text-decoration: underline; text-underline-offset: 3px; }

.dcl-map-layout { border: 1px solid var(--dcl-line); border-radius: 0 0 16px 16px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 34%); min-height: var(--dcl-map-height); overflow: hidden; }
.dcl-map-canvas { background: #e9eeeb; min-height: var(--dcl-map-height); width: 100%; z-index: 1; }
.dcl-results { background: var(--dcl-white); border-left: 1px solid var(--dcl-line); display: flex; flex-direction: column; min-height: 0; }
.dcl-results-head { border-bottom: 1px solid var(--dcl-line); flex: 0 0 auto; padding: 1rem 1.15rem; }
.dcl-count { font-size: .9rem; }
.dcl-list { flex: 1 1 auto; max-height: calc(var(--dcl-map-height) - 57px); overflow-y: auto; overscroll-behavior: contain; }
.dcl-list-item { align-items: center; appearance: none; background: var(--dcl-white); border: 0; border-bottom: 1px solid #edf1ef; color: var(--dcl-ink); cursor: pointer; display: grid; font: inherit; gap: .75rem; grid-template-columns: 30px minmax(0, 1fr) 12px; padding: 1rem; text-align: left; width: 100%; }
.dcl-list-item:hover { background: #f4f8f6; }
.dcl-list-number { align-items: center; background: #e4f2ed; border-radius: 50%; color: var(--dcl-accent-dark); display: flex; font-size: .74rem; font-weight: 800; height: 30px; justify-content: center; width: 30px; }
.dcl-list-content { display: flex; min-width: 0; flex-direction: column; }
.dcl-list-content strong { font-size: .95rem; line-height: 1.25; margin-bottom: .22rem; }
.dcl-list-content span { color: var(--dcl-muted); font-size: .8rem; line-height: 1.35; }
.dcl-list-content em { color: var(--dcl-accent-dark); font-size: .73rem; font-style: normal; font-weight: 700; margin-top: .3rem; }
.dcl-list-arrow { color: #8ba098; font-size: 1.4rem; }
.dcl-empty { color: var(--dcl-muted); padding: 2rem 1.25rem; text-align: center; }

.dcl-marker-wrap { background: transparent; border: 0; }
.dcl-marker { background: var(--dcl-accent); border: 3px solid #fff; border-radius: 50% 50% 50% 0; box-shadow: 0 3px 12px rgba(14, 47, 37, .3); display: block; height: 30px; transform: rotate(-45deg); width: 30px; }
.dcl-marker > span { background: #fff; border-radius: 50%; height: 8px; left: 8px; position: absolute; top: 8px; width: 8px; }
.dcl-marker.is-approximate { background: #b77721; }
.dcl-app .marker-cluster-small, .dcl-app .marker-cluster-medium, .dcl-app .marker-cluster-large { background-color: rgba(22,124,90,.24); }
.dcl-app .marker-cluster-small div, .dcl-app .marker-cluster-medium div, .dcl-app .marker-cluster-large div { background-color: var(--dcl-accent); color: #fff; font-weight: 800; }
.dcl-app .leaflet-popup-content-wrapper { border-radius: 12px; box-shadow: 0 6px 28px rgba(12,44,34,.2); }
.dcl-app .leaflet-popup-content { margin: 1rem 1.1rem; }
.dcl-popup { display: flex; flex-direction: column; gap: .4rem; }
.dcl-popup-title { color: var(--dcl-ink); font-size: 1rem; line-height: 1.25; }
.dcl-popup-address, .dcl-popup-approximate { color: var(--dcl-muted); font-size: .82rem; margin: 0; }
.dcl-popup-type { align-self: flex-start; background: #e8f3ef; border-radius: 99px; color: var(--dcl-accent-dark); font-size: .7rem; font-weight: 700; padding: .2rem .5rem; }
.dcl-popup-approximate { color: #925a13; font-weight: 700; }
.dcl-popup-link { color: var(--dcl-accent-dark); font-size: .82rem; font-weight: 800; margin-top: .2rem; text-decoration: none; }

.dcl-disclaimer { align-items: flex-start; color: var(--dcl-muted); display: flex; font-size: .78rem; gap: .55rem; margin: .85rem 0 0; }
.dcl-disclaimer > span { align-items: center; border: 1px solid #9db0a9; border-radius: 50%; display: inline-flex; flex: 0 0 18px; font-size: .7rem; font-weight: 800; height: 18px; justify-content: center; margin-top: .05rem; }

.dcl-register { background: var(--dcl-warm); border-radius: 18px; display: grid; gap: clamp(1.5rem, 4vw, 4rem); grid-template-columns: minmax(220px, .75fr) minmax(0, 1.35fr); margin-top: 3rem; padding: clamp(1.25rem, 4vw, 3rem); scroll-margin-top: 2rem; }
.dcl-register h3 { font-size: clamp(1.55rem, 2.6vw, 2.2rem); }
.dcl-register-copy > p:last-child { color: var(--dcl-muted); }
.dcl-register-form-wrap { background: #fff; border: 1px solid rgba(23,54,45,.1); border-radius: 14px; box-shadow: 0 8px 30px rgba(31,56,48,.06); padding: clamp(1rem, 3vw, 1.6rem); }
.dcl-form { display: flex; flex-direction: column; gap: 1rem; }
.dcl-form > label, .dcl-form-row label { color: var(--dcl-ink); display: flex; flex-direction: column; font-size: .84rem; font-weight: 700; gap: .35rem; }
.dcl-form-row { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dcl-form input:not([type="checkbox"]), .dcl-form textarea { appearance: none; background: #fff; border: 1px solid #c8d5d0; border-radius: 8px; color: var(--dcl-ink); font: inherit; margin: 0; padding: .7rem .8rem; width: 100%; }
.dcl-form input:not([type="checkbox"]) { height: 45px; }
.dcl-form textarea { min-height: 100px; resize: vertical; }
.dcl-consent { align-items: flex-start; display: flex !important; flex-direction: row !important; font-size: .78rem !important; font-weight: 500 !important; }
.dcl-consent input { accent-color: var(--dcl-accent); flex: 0 0 auto; height: 18px; margin: .1rem 0 0; width: 18px; }
.dcl-form .dcl-button { align-self: flex-start; }
.dcl-hp { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.dcl-notice { border-radius: 8px; font-size: .88rem; font-weight: 700; margin-bottom: 1rem; padding: .8rem 1rem; }
.dcl-notice--success { background: #e2f4eb; color: #0e6647; }
.dcl-notice--error { background: #fce8e6; color: #8c2c23; }

@media (max-width: 800px) {
  .dcl-app { margin: 1.25rem auto; }
  .dcl-intro { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .dcl-toolbar { align-items: stretch; flex-wrap: wrap; }
  .dcl-search { flex-basis: 100%; }
  .dcl-locate { flex: 1; }
  .dcl-map-layout { display: flex; flex-direction: column; }
  .dcl-map-canvas { min-height: min(62vh, 510px); }
  .dcl-results { border-left: 0; border-top: 1px solid var(--dcl-line); }
  .dcl-list { max-height: 430px; }
  .dcl-register { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .dcl-toolbar { border-radius: 12px 12px 0 0; gap: .55rem; padding: .75rem; }
  .dcl-button, .dcl-search-input { min-height: 44px; }
  .dcl-reset { flex: 0 0 auto; }
  .dcl-map-canvas { min-height: 440px; }
  .dcl-map-layout { border-radius: 0 0 12px 12px; }
  .dcl-register { border-radius: 14px; margin-top: 2rem; }
  .dcl-form-row { grid-template-columns: 1fr; }
  .dcl-form .dcl-button { align-self: stretch; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .dcl-app *, .dcl-app *::before, .dcl-app *::after { scroll-behavior: auto !important; transition: none !important; }
}

