@keyframes vfPopupIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes vfStatusPulse{0%,to{opacity:1;box-shadow:0 0 0 0 color-mix(in srgb,var(--accent-d) 35%,transparent)}50%{opacity:.75;box-shadow:0 0 0 3px transparent}}.vf-filters-row{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding-bottom:8px}.vf-filter-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid rgba(0,0,0,.14);border-radius:999px;background:#fff;cursor:pointer;user-select:none;font-size:12px;font-weight:600;white-space:nowrap;line-height:1;font-family:inherit;transition:background .1s,border-color .1s}.vf-filter-pill:hover{background:#f5f5f5}.vf-filter-pill>input[type=checkbox]{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.vf-filter-pill:has(input:checked){background:rgba(115,157,117,.14);border-color:rgba(115,157,117,.55)}.vf-pin-popup{position:absolute;bottom:40px;left:12px;width:calc(100% - 24px);max-width:320px;z-index:20;background:#fff;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.2);animation:vfPopupIn .2s ease;max-height:calc(100% - 80px);overflow-y:auto}.vf-pin-popup[hidden]{display:none!important}.vf-pin-popup__close{position:absolute;top:10px;right:10px;background:rgba(255,255,255,.92);border:1px solid #ddd;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;z-index:1;line-height:1}.vf-pin-popup__inner{padding:0}.vf-popup__img{width:100%;height:130px;object-fit:cover;border-radius:14px 14px 0 0;display:block}.vf-popup__body{padding:12px 40px 14px 14px}.vf-popup__name-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 6px;margin-bottom:5px}.vf-popup__name{font-size:.93rem;font-weight:700;color:#111;text-decoration:none;line-height:1.3}.vf-popup__name:hover{color:var(--accent-d)}.vf-popup__county{font-size:.78rem;color:#888;white-space:nowrap}.vf-popup__badges{display:flex;flex-wrap:wrap;gap:4px;margin:-2px 0 6px}.vf-popup__actions{display:flex;align-items:center;gap:14px;margin-top:10px;flex-wrap:wrap}.vf-popup__directions,.vf-popup__view,.vf-popup__website{display:inline-block;font-size:.82rem;font-weight:600;color:var(--accent-d);text-decoration:none}.vf-popup__directions:hover,.vf-popup__name:hover,.vf-popup__view:hover,.vf-popup__website:hover{text-decoration:underline}.vf-popup-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.vf-popup-chip{display:inline-flex;align-items:center;font-size:.68rem;font-weight:500;padding:.12rem .42rem;border-radius:99px;background:color-mix(in srgb,var(--accent) 14%,white);color:var(--accent-d);border:1px solid #739d75;white-space:nowrap;line-height:1.3}.vf-popup__status{margin:4px 0 6px;min-height:22px}.vf-popup__status:empty{margin:0;min-height:0}.vf-status-chip{display:inline-flex;align-items:center;gap:6px;font-family:inherit;font-size:11.5px;font-weight:700;padding:4px 9px 4px 8px;border-radius:999px;line-height:1;appearance:none;-webkit-appearance:none;cursor:pointer;transition:box-shadow .12s}.vf-status-chip:hover{box-shadow:0 0 0 3px rgba(0,0,0,.05)}.vf-status-chip:focus-visible{outline:2px solid var(--accent-d);outline-offset:2px}.vf-status-chip.is-open{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-d) 20%,transparent)}.vf-status-chip .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.vf-status-chip .chev{display:inline-flex;opacity:.7;margin-left:1px;flex-shrink:0;transition:transform .15s}.vf-status-chip.is-open .chev{transform:rotate(180deg)}.vf-status-chip--open{background:color-mix(in srgb,var(--accent) 12%,white);color:var(--accent-d);border:1px solid color-mix(in srgb,var(--accent-d) 28%,transparent)}.vf-status-chip--open .dot{background:var(--accent-d);animation:vfStatusPulse 2.2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.vf-status-chip--open .dot{animation:none}}.vf-status-chip--soon{background:#f0f0ee;color:#6b6b6b;border:1px solid rgba(0,0,0,.08)}.vf-status-chip--soon .dot{background:#aaa}.vf-status-chip--fallback{background:0 0;color:#999;border:1px dashed rgba(0,0,0,.12)}.vf-status-chip--fallback .dot{background:#ccc}.vf-popup__status .vf-status-chip{font-size:10.5px;padding:3px 8px 3px 7px}.vf-hours-popover{position:fixed;z-index:200;width:290px;max-width:calc(100vw - 24px);background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:11px;box-shadow:0 10px 32px rgba(0,0,0,.18);overflow:hidden}.vf-hours-popover[hidden]{display:none}.vf-hours-popover__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px 10px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.vf-hours-popover__title{font-size:12.5px;font-weight:700;color:#141414}.vf-hours-popover__close{flex-shrink:0;width:22px;height:22px;border:0;background:0 0;color:#999;cursor:pointer;font-size:13px;border-radius:50%;line-height:1}.vf-hours-popover__close:hover{background:#f2f2f2;color:#444}.vf-hours-popover__body{padding:10px 14px 4px}.vf-hours-popover__empty{font-size:12px;color:#999;margin:2px 0 8px}.vf-hours-popover table{width:100%;border-collapse:collapse;font-size:11.5px}.vf-hours-popover th{text-align:left;font-size:9.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#999;padding:0 6px 5px 0}.vf-hours-popover td{padding:5px 6px 5px 0;border-top:1px solid rgba(0,0,0,.08);color:#333;vertical-align:top}.vf-hours-popover td:first-child{font-weight:700;color:#111;white-space:nowrap}.vf-hours-popover__caveat{font-size:10.5px;color:#999;line-height:1.5;margin:8px 0 10px}.vf-hours-popover__link{display:block;padding:10px 14px;border-top:1px solid rgba(0,0,0,.08);background:#fafbf9;font-size:11.5px;font-weight:700;color:var(--accent-d);text-decoration:none}.vf-hours-popover__link:hover{background:#f0f3f0}@media (max-width:768px){.vf-popup__img{height:115px}.vf-pin-popup{max-width:calc(100% - 24px);width:calc(100% - 24px);top:12px;bottom:auto;left:12px}}#top50-filters{padding:10px;display:flex;flex-direction:column;gap:6px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}