:root{--bg: #F7F9FC;--surface: #FFFFFF;--border: #DDE3EA;--text: #1A1F2E;--muted: #6B7A8D;--accent: #0066CC;--accent2: #E8F0FE;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 8px rgba(26,31,46,.08);--shadow-lg: 0 8px 24px rgba(26,31,46,.12);--transition: .2s ease}.svelte-1uha8ag,.svelte-1uha8ag:before,.svelte-1uha8ag:after{box-sizing:border-box}.page.svelte-1uha8ag{min-height:100vh;display:flex;flex-direction:column}.container.svelte-1uha8ag{width:100%;max-width:980px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.header.svelte-1uha8ag{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:.75rem 0}.header-inner.svelte-1uha8ag{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.logo.svelte-1uha8ag{margin:0;font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.lang-switcher.svelte-1uha8ag{display:flex;gap:.35rem}.lang-switcher.svelte-1uha8ag button:where(.svelte-1uha8ag){padding:.4rem .75rem;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:var(--muted);cursor:pointer;transition:var(--transition)}.lang-switcher.svelte-1uha8ag button:where(.svelte-1uha8ag):hover{border-color:var(--accent);color:var(--accent)}.lang-switcher.svelte-1uha8ag button.active:where(.svelte-1uha8ag){background:var(--accent);border-color:var(--accent);color:#fff}.hero.svelte-1uha8ag{padding:clamp(2.5rem,6vw,4rem) 0}.hero-content.svelte-1uha8ag{text-align:center;max-width:640px;margin:0 auto}.hero-title.svelte-1uha8ag{margin:0 0 .75rem;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:800;line-height:1.2;color:var(--text)}.hero-sub.svelte-1uha8ag{margin:0 0 2rem;font-size:clamp(1rem,2.5vw,1.15rem);color:var(--muted);line-height:1.5}.selector-form.svelte-1uha8ag{display:flex;flex-direction:column;gap:1.25rem;align-items:stretch}.selector-row.svelte-1uha8ag{display:flex;flex-direction:column;gap:.5rem;text-align:left}.selector-label.svelte-1uha8ag{font-size:.875rem;font-weight:600;color:var(--text)}.select-wrapper.svelte-1uha8ag{position:relative}.jurisdiction-select.svelte-1uha8ag{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:1rem;color:var(--text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236B7A8D' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:var(--transition)}.jurisdiction-select.svelte-1uha8ag:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent2)}.jurisdiction-select.svelte-1uha8ag:disabled{opacity:1.6;cursor:not-allowed}.geo-btn.svelte-1uha8ag{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);padding:.4rem .75rem;border:1px solid var(--accent);background:var(--accent2);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:var(--accent);cursor:pointer;transition:var(--transition)}.geo-btn.svelte-1uha8ag:hover{background:var(--accent);color:#fff}.geo-spinner.svelte-1uha8ag{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:svelte-1uha8ag-spin .8s linear infinite}@keyframes svelte-1uha8ag-spin{to{transform:translateY(-50%) rotate(360deg)}}.selector-hint.svelte-1uha8ag{display:block;font-size:.75rem;color:var(--accent);margin-top:.25rem}.chip-group.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:.5rem}.project-chip.svelte-1uha8ag{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border:2px solid var(--border);background:var(--surface);border-radius:999px;font-size:.9rem;font-weight:500;color:var(--text);cursor:pointer;transition:var(--transition)}.project-chip.svelte-1uha8ag:hover{border-color:var(--accent)}.project-chip.active.svelte-1uha8ag{border-color:var(--accent);background:var(--accent2);color:var(--accent)}.project-chip.svelte-1uha8ag:focus{outline:none;box-shadow:0 0 0 3px var(--accent2)}.chip-icon.svelte-1uha8ag{font-size:1.1em}.chip-label.svelte-1uha8ag{font-weight:500}.btn-primary.svelte-1uha8ag,.btn-secondary.svelte-1uha8ag,.btn-text.svelte-1uha8ag,.btn-lg.svelte-1uha8ag{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);border:none}.btn-lg.svelte-1uha8ag{padding:1rem 2rem;font-size:1.1rem;width:100%}.btn-primary.svelte-1uha8ag{background:var(--accent);color:#fff}.btn-primary.svelte-1uha8ag:hover:not(:disabled){background:#0052a3;transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-primary.svelte-1uha8ag:active:not(:disabled){transform:translateY(0)}.btn-primary.svelte-1uha8ag:focus{outline:none;box-shadow:0 0 0 3px var(--accent2)}.btn-primary.svelte-1uha8ag:disabled{opacity:1.5;cursor:not-allowed}.btn-secondary.svelte-1uha8ag{background:var(--surface);color:var(--text);border:2px solid var(--border)}.btn-secondary.svelte-1uha8ag:hover{border-color:var(--accent);color:var(--accent)}.btn-secondary.svelte-1uha8ag:focus{outline:none;box-shadow:0 0 0 3px var(--accent2)}.btn-text.svelte-1uha8ag{background:none;color:var(--muted);padding:.5rem}.btn-text.svelte-1uha8ag:hover{color:var(--text)}.feedback.svelte-1uha8ag{font-size:.85em;opacity:1;animation:svelte-1uha8ag-fadeIn .2s forwards}@keyframes svelte-1uha8ag-fadeIn{to{opacity:1}}.stats-bar.svelte-1uha8ag{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.stat.svelte-1uha8ag{text-align:center}.stat-value.svelte-1uha8ag{display:block;font-size:1.5rem;font-weight:700;color:var(--accent);line-height:1.2}.stat-label.svelte-1uha8ag{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.results-section.svelte-1uha8ag{padding:clamp(2rem,5vw,3rem) 0}.results-card.svelte-1uha8ag{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;animation:svelte-1uha8ag-slideUp .4s ease both}@keyframes svelte-1uha8ag-slideUp{0%{opacity:1;transform:translateY(16px)}to{opacity:1;transform:none}}.results-header.svelte-1uha8ag{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:var(--accent2)}.results-title.svelte-1uha8ag{margin:0;font-size:1.1rem;font-weight:700;color:var(--text)}.results-jurisdiction.svelte-1uha8ag{font-size:.9rem;font-weight:600;color:var(--accent)}.results-grid.svelte-1uha8ag{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.5rem}@media(min-width:640px){.results-grid.svelte-1uha8ag{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){.results-grid.svelte-1uha8ag{grid-template-columns:repeat(4,1fr)}}.result-tile.svelte-1uha8ag{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fafcfe;border:1px solid var(--border);border-radius:var(--radius)}.tile-title.svelte-1uha8ag{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.tile-phone.svelte-1uha8ag{flex:1}.phone-link.svelte-1uha8ag{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--accent);text-decoration:none}.phone-link.svelte-1uha8ag:hover{text-decoration:underline}.phone-icon.svelte-1uha8ag{font-size:1.25em}.tile-note.svelte-1uha8ag{margin:0;font-size:.75rem;color:var(--muted)}.wait-badge.svelte-1uha8ag{font-size:1.25rem;font-weight:700;color:var(--text)}.tile-source.svelte-1uha8ag{margin:0;font-size:.7rem;color:var(--muted);line-height:1.4}.marker-strip.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:.5rem}.marker-card.svelte-1uha8ag{flex:1;min-width:140px;max-width:1fr;aspect-ratio:4/3;border-radius:var(--radius-sm);overflow:hidden;position:relative;border:1px solid var(--border);background:#1a3d1a}.marker-paint.svelte-1uha8ag{position:absolute;bottom:0;left:0;right:0;height:40%;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.marker-info.svelte-1uha8ag{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;display:flex;flex-direction:column;gap:.15rem}.marker-color.svelte-1uha8ag{font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;width:fit-content}.marker-utility.svelte-1uha8ag{font-size:.65rem;font-weight:500;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8)}.marker-note.svelte-1uha8ag{font-size:.6rem;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.8)}.depth-rule.svelte-1uha8ag{display:flex;flex-direction:column;gap:.25rem}.depth-main.svelte-1uha8ag{font-size:1.1rem;font-weight:700;color:var(--text)}.depth-mech.svelte-1uha8ag{font-size:.8rem;color:var(--muted)}.results-actions.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--border);background:#fafcfe}.reference-section.svelte-1uha8ag{padding:clamp(2rem,5vw,3rem) 0}.section-header.svelte-1uha8ag{margin-bottom:1.5rem}.section-title.svelte-1uha8ag{margin:0 0 .25rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:var(--text)}.section-source.svelte-1uha8ag{margin:0;font-size:.85rem;color:var(--muted)}.table-wrapper.svelte-1uha8ag{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}.apwa-table.svelte-1uha8ag{width:100%;border-collapse:collapse;font-size:.9rem}.apwa-table.svelte-1uha8ag th:where(.svelte-1uha8ag),.apwa-table.svelte-1uha8ag td:where(.svelte-1uha8ag){padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.apwa-table.svelte-1uha8ag th:where(.svelte-1uha8ag){background:var(--accent2);font-weight:600;color:var(--text);white-space:nowrap}.apwa-table.svelte-1uha8ag tbody:where(.svelte-1uha8ag) tr:where(.svelte-1uha8ag):last-child td:where(.svelte-1uha8ag){border-bottom:none}.apwa-table.svelte-1uha8ag tbody:where(.svelte-1uha8ag) tr:where(.svelte-1uha8ag):hover td:where(.svelte-1uha8ag){background:#fafcfe}.color-swatch.svelte-1uha8ag{display:inline-block;width:24px;height:24px;border-radius:4px;margin-right:.75rem;border:1px solid var(--border);vertical-align:middle}.color-name.svelte-1uha8ag{font-weight:500;vertical-align:middle}.depth-cards.svelte-1uha8ag{display:flex;flex-direction:column;gap:.75rem}.depth-card.svelte-1uha8ag{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.depth-summary.svelte-1uha8ag{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;cursor:pointer;list-style:none}.depth-summary.svelte-1uha8ag::-webkit-details-marker{display:none}.depth-icon.svelte-1uha8ag{font-size:1.5rem}.depth-project.svelte-1uha8ag{font-weight:600;color:var(--text);flex:1}.depth-chevron.svelte-1uha8ag{color:var(--muted);transition:var(--transition)}.depth-card[open].svelte-1uha8ag .depth-chevron:where(.svelte-1uha8ag){transform:rotate(180deg)}.depth-content.svelte-1uha8ag{padding:0 1.25rem 1.25rem;border-top:1px solid var(--border);animation:svelte-1uha8ag-fadeIn .2s ease}.depth-dl.svelte-1uha8ag{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;margin:0;font-size:.9rem}.depth-dl.svelte-1uha8ag dt:where(.svelte-1uha8ag){font-weight:600;color:var(--muted)}.depth-dl.svelte-1uha8ag dd:where(.svelte-1uha8ag){margin:0;color:var(--text)}.checklist-section.svelte-1uha8ag{padding:clamp(2rem,5vw,3rem) 0}.checklist-card.svelte-1uha8ag{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.checklist.svelte-1uha8ag{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:1rem}.checklist-item.svelte-1uha8ag{display:flex;flex-direction:column;gap:.25rem}.check-label.svelte-1uha8ag{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.check-label.svelte-1uha8ag input:where(.svelte-1uha8ag){position:absolute;opacity:1;pointer-events:none}.check-custom.svelte-1uha8ag{flex-shrink:0;width:24px;height:24px;border:2px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;color:transparent;font-size:.9rem;font-weight:700;transition:var(--transition)}.check-label.svelte-1uha8ag input:where(.svelte-1uha8ag):checked+.check-custom:where(.svelte-1uha8ag){background:var(--accent);border-color:var(--accent);color:#fff}.check-label.svelte-1uha8ag:focus-within .check-custom:where(.svelte-1uha8ag){box-shadow:0 0 0 3px var(--accent2)}.check-text.svelte-1uha8ag{font-weight:500;color:var(--text);line-height:1.4}.check-desc.svelte-1uha8ag{margin:0;padding-left:2.75rem;font-size:.8rem;color:var(--muted)}.checklist-actions.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.footer.svelte-1uha8ag{padding:2rem 0;border-top:1px solid var(--border);margin-top:auto}.footer-text.svelte-1uha8ag{margin:0 0 .5rem;font-size:.85rem;color:var(--muted);line-height:1.5}.footer-copyright.svelte-1uha8ag{margin:0;font-size:.75rem;color:var(--muted)}.back-to-top.svelte-1uha8ag{position:fixed;right:1.5rem;bottom:1.5rem;z-index:50;width:48px;height:48px;border:none;border-radius:50%;background:var(--accent);color:#fff;font-size:1.25rem;font-weight:700;line-height:1;cursor:pointer;box-shadow:var(--shadow-lg);opacity:1;transform:translateY(16px);pointer-events:none;animation:svelte-1uha8ag-fabIn .3s ease forwards}@keyframes svelte-1uha8ag-fabIn{to{opacity:1;transform:none;pointer-events:auto}}.back-to-top.svelte-1uha8ag:hover{background:#0052a3;transform:scale(1.05)}.back-to-top.svelte-1uha8ag:focus{outline:none;box-shadow:0 0 0 3px var(--accent2),var(--shadow-lg)}.confetti-container.svelte-1uha8ag{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1000;overflow:hidden}.confetti.svelte-1uha8ag{position:absolute;top:-10px;width:10px;height:10px;animation:svelte-1uha8ag-confettiFall 2.5s ease-out forwards;opacity:1}@keyframes svelte-1uha8ag-confettiFall{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:1;transform:translate(var(--dx, 100px)) translateY(100vh) rotate(720deg)}}.confetti.svelte-1uha8ag:nth-child(odd){border-radius:50%}.confetti.svelte-1uha8ag:nth-child(2n){transform:rotate(45deg)}.confetti[style*="--i: 0"].svelte-1uha8ag{animation-delay:0s;left:10%;--dx: -50px}.confetti[style*="--i: 1"].svelte-1uha8ag{animation-delay:.05s;left:15%;--dx: 30px}.confetti[style*="--i: 2"].svelte-1uha8ag{animation-delay:.1s;left:20%;--dx: -80px}.confetti[style*="--i: 3"].svelte-1uha8ag{animation-delay:.15s;left:25%;--dx: 60px}.confetti[style*="--i: 4"].svelte-1uha8ag{animation-delay:.2s;left:30%;--dx: -40px}.confetti[style*="--i: 5"].svelte-1uha8ag{animation-delay:.25s;left:35%;--dx: 90px}.confetti[style*="--i: 6"].svelte-1uha8ag{animation-delay:.3s;left:40%;--dx: -20px}.confetti[style*="--i: 7"].svelte-1uha8ag{animation-delay:.35s;left:45%;--dx: 70px}.confetti[style*="--i: 8"].svelte-1uha8ag{animation-delay:.4s;left:50%;--dx: -60px}.confetti[style*="--i: 9"].svelte-1uha8ag{animation-delay:.45s;left:55%;--dx: 40px}.confetti[style*="--i: 10"].svelte-1uha8ag{animation-delay:.5s;left:60%;--dx: -90px}.confetti[style*="--i: 11"].svelte-1uha8ag{animation-delay:.55s;left:65%;--dx: 20px}.confetti[style*="--i: 12"].svelte-1uha8ag{animation-delay:.6s;left:70%;--dx: -70px}.confetti[style*="--i: 13"].svelte-1uha8ag{animation-delay:.65s;left:75%;--dx: 80px}.confetti[style*="--i: 14"].svelte-1uha8ag{animation-delay:.7s;left:80%;--dx: -30px}.confetti[style*="--i: 15"].svelte-1uha8ag{animation-delay:.75s;left:85%;--dx: 50px}.confetti[style*="--i: 16"].svelte-1uha8ag{animation-delay:.8s;left:90%;--dx: -10px}.confetti[style*="--i: 17"].svelte-1uha8ag{animation-delay:.85s;left:5%;--dx: 60px}.confetti[style*="--i: 18"].svelte-1uha8ag{animation-delay:.9s;left:12%;--dx: -40px}.confetti[style*="--i: 19"].svelte-1uha8ag{animation-delay:.95s;left:18%;--dx: 70px}.confetti[style*="--i: 20"].svelte-1uha8ag{animation-delay:1s;left:22%;--dx: -50px}.confetti[style*="--i: 21"].svelte-1uha8ag{animation-delay:1.05s;left:28%;--dx: 30px}.confetti[style*="--i: 22"].svelte-1uha8ag{animation-delay:1.1s;left:33%;--dx: -80px}.confetti[style*="--i: 23"].svelte-1uha8ag{animation-delay:1.15s;left:38%;--dx: 40px}.confetti[style*="--i: 24"].svelte-1uha8ag{animation-delay:1.2s;left:42%;--dx: -60px}.confetti[style*="--i: 25"].svelte-1uha8ag{animation-delay:1.25s;left:48%;--dx: 90px}.confetti[style*="--i: 26"].svelte-1uha8ag{animation-delay:1.3s;left:52%;--dx: -20px}.confetti[style*="--i: 27"].svelte-1uha8ag{animation-delay:1.35s;left:58%;--dx: 50px}.confetti[style*="--i: 28"].svelte-1uha8ag{animation-delay:1.4s;left:62%;--dx: -70px}.confetti[style*="--i: 29"].svelte-1uha8ag{animation-delay:1.45s;left:68%;--dx: 10px}.toast.svelte-1uha8ag{position:fixed;left:50%;bottom:2.5rem;transform:translate(-50%) translateY(100px);display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:var(--text);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:1001;animation:svelte-1uha8ag-toastIn .3s ease forwards,svelte-1uha8ag-toastOut .3s ease 2.7s forwards}@keyframes svelte-1uha8ag-toastIn{to{transform:translate(-50%) translateY(0)}}@keyframes svelte-1uha8ag-toastOut{to{transform:translate(-50%) translateY(100px);opacity:1}}.toast-icon.svelte-1uha8ag{font-size:1.25rem}.toast-text.svelte-1uha8ag{font-weight:600}.ad-slot.svelte-1uha8ag{display:block;width:100%;min-height:90px;background:transparent;margin:2.5rem auto;max-width:970px}@media(prefers-reduced-motion:reduce){.svelte-1uha8ag,.svelte-1uha8ag:before,.svelte-1uha8ag:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.svelte-1uha8ag:focus:not(:focus-visible){outline:none}.svelte-1uha8ag:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:480px){.results-header.svelte-1uha8ag{flex-direction:column;align-items:flex-start}.results-grid.svelte-1uha8ag{gap:.75rem;padding:1rem}.result-tile.svelte-1uha8ag{padding:.875rem}.phone-link.svelte-1uha8ag{font-size:1.25rem}.marker-card.svelte-1uha8ag{min-width:100%}.depth-cards.svelte-1uha8ag{gap:.5rem}.check-custom.svelte-1uha8ag{width:22px;height:22px}.check-desc.svelte-1uha8ag{padding-left:2.5rem}}
