.va-open { overflow: hidden; }
.va-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.va-launcher { position: fixed; left: max(18px, env(safe-area-inset-left)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 9500; font-family: Arial, Helvetica, sans-serif; }
body .va-launch-button { display: grid; place-items: center; width: 132px; height: 132px; padding: 2px; overflow: hidden; border: 3px solid #fff; border-radius: 50%; background: #edf5f8; color: #fff; box-shadow: 0 5px 20px rgba(5,38,57,.27), inset 0 -4px 0 rgba(0,0,0,.12); cursor: pointer; transition: transform .18s, box-shadow .18s; }
body .va-launch-button:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(5,38,57,.35); }
body .va-launch-button:focus-visible,body .va-hint-close:focus-visible { outline: 3px solid #e5b52f; outline-offset: 3px; }
.va-launch-button img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.va-launch-hint[hidden] { display: none !important; }
.va-launch-hint { position: absolute; left: 0; bottom: 144px; display: grid; gap: 3px; width: min(300px, calc(100vw - 36px)); padding: 14px 42px 14px 16px; border: 1px solid #c5dce5; border-radius: 13px; background: #fff; color: #173c50; box-shadow: 0 8px 30px rgba(7,43,59,.23); font-size: .9rem; line-height: 1.4; }
.va-launch-hint::after { content: ''; position: absolute; left: 25px; bottom: -7px; width: 12px; height: 12px; transform: rotate(45deg); border-right: 1px solid #c5dce5; border-bottom: 1px solid #c5dce5; background: #fff; }
.va-launch-hint strong { color: #075d86; }
body .va-hint-close { position: absolute; top: 6px; right: 7px; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 6px; background: transparent; color: #35576a; cursor: pointer; font-size: 1.4rem; line-height: 1; }
body .va-hint-close:hover { background: #edf5f8; }
.va-overlay[hidden] { display: none !important; }
.va-overlay { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 12px; background: rgba(10, 35, 52, .68); }
.va-dialog { display: flex; flex-direction: column; width: min(100%, 760px); height: min(920px, calc(100dvh - 24px)); overflow: hidden; border: 1px solid #d6e3e9; border-radius: 19px; background: #fff; color: #1a3242; box-shadow: 0 24px 85px rgba(4,27,41,.3); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
.va-map-step { width: min(1100px, 100%); }
.va-location-layout { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); align-items: start; gap: 24px; }
.va-location-layout > div { min-width: 0; }
.va-map-step .va-map { height: clamp(290px, 44dvh, 440px); }
.va-expand-map { display: none; }
.va-dialog * { box-sizing: border-box; }
.va-dialog button,.va-dialog input,.va-dialog textarea { font: inherit; }
.va-header { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 22px; background: #f1f7f9; border-bottom: 1px solid #d9e6eb; color: #1b536f; font-size: .85rem; font-weight: 750; }
.va-close { width: 36px; height: 36px; border: 0; border-radius: 8px; color: #164863; background: transparent; cursor: pointer; font-size: 1.6rem !important; line-height: 1; }
.va-close:hover { background: #e0edf2; }
.va-panel { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 22px clamp(18px, 5vw, 42px); }
.va-footer { flex: 0 0 auto; padding: 11px clamp(18px, 5vw, 42px); border-top: 1px solid #dae7eb; background: #fff; }
.va-progress { margin: 0 0 8px; color: #075d86; font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.va-dialog h2 { margin: 0 0 16px; padding: 0; color: #102d45; font-size: clamp(1.45rem, 4vw, 2rem); line-height: 1.2; }
.va-dialog h2::after { content: none !important; }
.va-dialog p { margin: 0 0 18px; }
.va-options { display: grid; gap: 9px; }
.va-option-item { display: grid; grid-template-columns: minmax(0,1fr) 35px; align-items: center; gap: 5px; padding-right: 9px; border: 1px solid #d6e4ea; border-radius: 10px; background: #f8fafb; }
.va-option { display: flex; gap: 12px; align-items: flex-start; padding: 11px 7px 11px 14px; cursor: pointer; }
.va-option-item:has(input:checked) { border-color: #075d86; background: #edf6fa; box-shadow: inset 3px 0 #e5b52f; }
.va-option-info[hidden] { display: none; }
.va-option-info { grid-column: 1 / -1; margin: 0 !important; padding: 0 15px 12px 40px; color: #496374; font-size: .86rem; }
body .va-dialog .va-info { width: 29px; height: 29px; border: 1px solid #9cbcc9; border-radius: 50%; background: #fff; color: #075d86; font-size: .85rem; font-weight: 800; cursor: pointer; }
body .va-dialog .va-info:hover { background: #e1f1f6; }
.va-option input { flex: 0 0 auto; margin: 5px 0 0; accent-color: #075d86; }
.va-option strong,.va-option small { display: block; }
.va-option strong { color: #123d55; }
.va-option small,.va-field small { color: #596f7c; font-size: .82rem; }
.va-field { display: grid; gap: 5px; margin: 0 0 18px; color: #173e54; font-weight: 700; }
.va-field input,.va-field textarea { width: 100%; min-width: 0; padding: 11px 13px; border: 1px solid #adc5d0; border-radius: 8px; background: #fff; color: #182b37; font-weight: 400; }
.va-field textarea { resize: vertical; min-height: 112px; }
.va-month-wrap { display: grid; gap: 5px; margin: -10px 0 18px; color: #173e54; font-size: .88rem; }
.va-month-wrap input { max-width: 230px; padding: 8px 11px; border: 1px solid #adc5d0; border-radius: 8px; color-scheme: light; background: #fff; color: #182b37; }
.va-month-selects { display: flex; flex-wrap: wrap; gap: 9px; }
.va-month-selects select { min-width: 125px; padding: 8px 11px; border: 1px solid #adc5d0; border-radius: 8px; color: #182b37; background: #fff; font: inherit; }
.va-field small { font-weight: 400; }
.va-suggestions:empty { display: none; }
.va-suggestions { display: grid; overflow: hidden; border: 1px solid #c5dce5; border-radius: 8px; background: #fff; box-shadow: 0 6px 16px rgba(10,35,52,.08); }
body .va-dialog .va-suggestion { display: block; width: 100%; padding: 9px 12px; border: 0; border-bottom: 1px solid #e5eef1; background: #fff; color: #183d51; text-align: left; cursor: pointer; font-weight: 500; }
body .va-dialog .va-suggestion:hover,body .va-dialog .va-suggestion:focus-visible { background: #eaf4f8; }
.va-map-intro { margin: 0 0 8px !important; font-size: .88rem; color: #4f6774; }
.va-map { height: 250px; width: 100%; overflow: hidden; border: 1px solid #c7dce5; border-radius: 11px; background: #e8f0f3; }
.va-position { margin: 5px 0 16px !important; font-size: .84rem; color: #49616f; }
.va-remove-marker[hidden] { display: none; }
body .va-dialog .va-remove-marker { padding: 5px 0; margin: -10px 0 16px; border: 0; background: transparent; color: #075d86; font-size: .88rem; font-weight: 700; text-decoration: underline; cursor: pointer; }
.va-marker { display: grid; place-items: center; width: 32px; height: 32px; border: 3px solid #fff; border-radius: 50% 50% 50% 4px; background: #075d86; color: #fff; box-shadow: 0 3px 8px rgba(10,35,52,.4); transform: rotate(-45deg); }
.va-marker span { transform: rotate(45deg); font-size: 20px; }
.va-marker-popup { display: grid; gap: 7px; color: #173e54; }
body .va-dialog .va-popup-delete { justify-self: start; padding: 5px 9px; border: 1px solid #bcd3df; border-radius: 6px; background: #fff; color: #075d86; font-weight: 700; cursor: pointer; }
body .va-dialog .va-popup-delete:hover { background: #eaf4f8; }
.va-dialog .leaflet-control-layers { color: #173e54; font-size: 13px; }
.va-dialog .leaflet-control-layers-expanded { padding: 6px 9px; border-radius: 8px; background: #fff; box-shadow: 0 2px 9px rgba(10,35,52,.24); }
.va-dialog .leaflet-control-layers label { margin: 0; padding: 2px 0; font-weight: 650; white-space: nowrap; }
.va-dialog .leaflet-control-layers input { accent-color: #075d86; }
.va-dialog .leaflet-popup-content { margin: 12px 16px; }
.va-upload { display: grid; gap: 8px; margin: 12px 0; padding: 15px; border: 1px dashed #a7c5d2; border-radius: 10px; background: #f6fafb; }
.va-upload strong { color: #173e54; }
.va-upload small { color: #596f7c; }
.va-upload input { max-width: 100%; }
.va-remove-file { justify-self: start; padding: 0; border: 0; background: transparent; color: #075d86; text-decoration: underline; cursor: pointer; }
.va-consent { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: #405969; }
.va-consent input { margin-top: 4px; flex: 0 0 auto; accent-color: #075d86; }
.va-error { min-height: 1.4em; margin: 14px 0 !important; color: #a12a22; font-weight: 700; }
.va-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
body .va-dialog .va-actions button,body .va-dialog .va-footer > button { min-height: 46px; padding: 9px 19px; border-radius: 8px; font-weight: 750; cursor: pointer; }
body .va-dialog .va-primary,body .va-dialog .va-primary:visited { border: 1px solid #075d86; background: #075d86; color: #fff; }
body .va-dialog .va-primary:hover { background: #084461; color: #fff; }
body .va-dialog .va-secondary { border: 1px solid #b5ccd6; background: #fff; color: #164d68; }
body .va-dialog .va-secondary:hover { background: #eaf3f7; }
.va-dialog button:disabled { opacity: .65; cursor: wait; }
.va-dialog :focus-visible { outline: 3px solid #e5b52f; outline-offset: 2px; }
.va-review { display: grid; grid-template-columns: minmax(110px, 35%) 1fr; gap: 6px 12px; padding: 18px; border: 1px solid #dae7eb; border-radius: 10px; background: #f7fafb; overflow-wrap: anywhere; }
.va-review-step { width: min(1000px, 100%); }
.va-review-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 15px; align-items: stretch; margin-bottom: 12px; }
.va-review-layout > * { min-width: 0; }
.va-review-map-wrap { display: flex; flex-direction: column; gap: 6px; padding: 10px; border: 1px solid #dae7eb; border-radius: 10px; background: #f7fafb; color: #173c50; font-size: .88rem; }
.va-review-map { flex: 1 1 auto; min-height: 230px; height: 100%; width: 100%; border-radius: 7px; background: #e8f0f3; overflow: hidden; }
.va-review dt { color: #536e7c; font-size: .87rem; }
.va-review dd { margin: 0; color: #173c50; white-space: pre-wrap; }
@media (max-width: 550px) { .va-overlay { padding: 5px; } .va-dialog { width: 100%; height: calc(100dvh - 10px); border-radius: 13px; } .va-panel { padding-top: 16px; } .va-map { height: 210px; } .va-review { grid-template-columns: 1fr; } .va-review dd { margin-bottom: 8px; } }
@media (max-width: 550px) { .va-launcher { left: max(12px, env(safe-area-inset-left)); bottom: max(12px, env(safe-area-inset-bottom)); } body .va-launch-button { width: 60px; height: 60px; padding: 2px; } .va-launch-hint { bottom: 68px; } }
@media (max-width: 760px) {
  .va-map-step .va-panel { padding-inline: 12px; }
  .va-location-layout { grid-template-columns: 1fr; gap: 2px; }
  .va-map-step .va-map { height: clamp(280px, 46dvh, 430px); }
  body .va-dialog .va-expand-map { display: inline-block; margin-bottom: 8px; padding: 6px 11px; border: 1px solid #a8c9d7; border-radius: 7px; background: #f1f8fa; color: #075d86; font-size: .88rem; font-weight: 700; cursor: pointer; }
  .va-map-fullscreen .va-location-map { position: fixed; inset: 0; z-index: 10020; display: flex; flex-direction: column; padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)); background: #fff; }
  .va-map-fullscreen .va-location-map .va-map-intro { display: none; }
  .va-map-fullscreen .va-map-step .va-map { flex: 1 1 auto; min-height: 0; height: auto; }
  .va-map-fullscreen .va-location-map .va-position { flex: 0 0 auto; margin: 8px 0 0 !important; }
  .va-review-layout { grid-template-columns: 1fr; }
  .va-review-map { height: 190px; min-height: 190px; }
}
@media (max-height: 850px) { .va-panel { padding-top: 12px; padding-bottom: 8px; } .va-dialog h2 { margin-bottom: 9px; } .va-dialog p { margin-bottom: 10px; } .va-field { margin-bottom: 10px; } .va-field textarea { min-height: 78px; } .va-map { height: clamp(135px, 25dvh, 220px); } .va-upload { padding: 9px 12px; gap: 4px; margin: 6px 0; } .va-review { padding: 10px; gap: 3px 9px; } }
@media (max-height: 650px) { .va-header { padding-block: 5px; } .va-footer { padding-block: 5px; } .va-panel { font-size: 14px; } .va-map { height: 125px; } .va-dialog h2 { font-size: 1.3rem; } }
@media (max-height: 650px) and (min-width: 761px) { .va-map-step .va-map { height: 48dvh; } }

.va-tessi-speech { display: flex; align-items: center; gap: 13px; margin: 0 0 16px; padding: 9px 13px 9px 8px; border: 1px solid #d6e8ed; border-radius: 13px; background: #f0f7f9; }
.va-tessi-speech img { flex: none; width: 58px; height: 58px; border-radius: 50%; object-fit: cover; background: #fff; }
.va-dialog .va-tessi-speech p { margin: 0; color: #173e54; font-size: .92rem; line-height: 1.4; }
@media (max-width: 550px) { .va-tessi-speech { gap: 8px; padding: 6px 9px 6px 6px; margin-bottom: 10px; } .va-tessi-speech img { width: 42px; height: 42px; } .va-dialog .va-tessi-speech p { font-size: .82rem; } }
