:root{--bg:#f6f7f9;--card:#fff;--border:#e2e5ea;--text:#1c2430;--muted:#6b7480;--primary:#1f6feb;--primary-hover:#195fcc;--danger:#d23f3f;--radius:10px}*{box-sizing:border-box}#root,body,html{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.45;-webkit-text-size-adjust:100%}.container{max-width:760px;margin:0 auto;padding:16px}.center{display:grid;place-items:center;min-height:50vh}.center,.muted{color:var(--muted)}.topbar,.topbar-left{display:flex;align-items:center;gap:12px}.topbar{justify-content:space-between;padding:12px 16px;background:var(--card);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand{font-weight:700;text-decoration:none;color:var(--text)}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-right .muted{font-size:14px;max-width:40vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:var(--radius);border:1px solid transparent;background:var(--primary);color:#fff;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap}.btn:hover{background:var(--primary-hover)}.btn:disabled{opacity:.6;cursor:default}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn-ghost:hover{background:#eef0f3}.btn-danger{background:var(--danger)}.btn-danger:hover{background:#b83434}.btn-block{width:100%}.list-header{display:flex;align-items:center;justify-content:space-between;margin:8px 0 16px;gap:12px}.list-header h1{font-size:20px;margin:0}.card{display:block;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px;text-decoration:none;color:inherit}.card:hover{border-color:#c9cfd8}.card-title{font-weight:600}.card-sub{color:var(--muted);font-size:14px;margin-top:2px}.badges{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.badge{font-size:12px;padding:2px 8px;border-radius:999px;background:#eef0f3;color:var(--text);text-transform:capitalize}.badge-approved{background:#e2f5e9;color:#1d7a44}.badge-pending{background:#fdf0d9;color:#9a6a12}.badge-rejected{background:#fbe2e2;color:#a32626}.form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.field{margin-bottom:14px}.field label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.field .hint{font-weight:400;color:var(--muted)}input,select,textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:16px;background:#fff;color:var(--text);font-family:inherit}textarea{min-height:96px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:0;border-color:var(--primary)}input[type=file]{padding:8px}.row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.row.row-3{grid-template-columns:2fr 1fr 1fr}.form-actions{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap;align-items:center}.form-actions .spacer{flex:1 1}.error{background:#fbe2e2;color:#a32626;border:1px solid #f3c4c4;padding:10px 12px;border-radius:var(--radius);margin-bottom:14px;font-size:14px}.photo-preview{margin-top:10px}.photo-preview img{max-width:100%;border-radius:var(--radius);border:1px solid var(--border);display:block}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:16px}.login-card{width:100%;max-width:360px}.login-card h1{font-size:20px;margin:0 0 4px}.login-card p{margin:0 0 16px;color:var(--muted);font-size:14px}.admin-nav{display:flex;gap:2px}.admin-nav-link{padding:4px 10px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;color:var(--text)}.admin-nav-link:hover{background:#eef0f3}.admin-nav-link.active{background:#eef0f3;font-weight:700}.link-primary{color:var(--primary);text-decoration:none}.link-primary:hover{text-decoration:underline}.sub-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;font-size:14px}.sub-meta,.sub-section{margin-bottom:16px}.sub-section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:6px}.sub-field{display:flex;gap:8px;font-size:14px;padding:4px 0;border-bottom:1px solid var(--border)}.sub-field-label{width:130px;flex-shrink:0;color:var(--muted);font-weight:500}@media (max-width:480px){.row,.row.row-3{grid-template-columns:1fr}.topbar-right .muted{display:none}}.admin-filters{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap}.admin-search{flex:1 1;min-width:140px;width:auto;min-height:36px;padding:6px 10px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text);font-family:inherit}.admin-state-input,.admin-type-select{width:130px;min-height:36px;padding:6px 10px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text);font-family:inherit;flex-shrink:0}.admin-type-select{cursor:pointer}.admin-tabs{display:flex;gap:2px;background:#eef0f3;border-radius:var(--radius);padding:3px;flex-shrink:0}.admin-tab{padding:4px 12px;border:none;border-radius:7px;font-size:13px;font-weight:500;color:var(--muted);background:transparent;cursor:pointer;font-family:inherit;white-space:nowrap}.admin-tab--active{background:#fff;color:var(--text);font-weight:700;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dup-warnings{background:#fff8ec;border:1px solid #f5c97a;border-radius:var(--radius);padding:10px 14px;margin-bottom:12px;font-size:13px}.dup-warnings-head{font-weight:700;color:#7a4f00;margin-bottom:8px}.dup-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0;border-top:1px solid #f5c97a}.dup-row-text{flex:1 1;color:var(--text)}.loc-rows{border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.loc-row{display:flex;align-items:center;border-bottom:1px solid var(--border)}.loc-row:last-child{border-bottom:none}.loc-row:hover{background:#f5f7fa}.loc-row-link{flex:1 1;gap:10px;padding:9px 12px;text-decoration:none;color:inherit;min-width:0}.loc-row-link,.loc-row-name{display:flex;align-items:center}.loc-row-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:160px;max-width:220px;flex-shrink:0;gap:6px}.loc-dup-flag{font-size:10px;font-weight:700;background:#f5c97a;color:#7a4f00;padding:1px 5px;border-radius:4px;flex-shrink:0}.loc-row-addr{flex:1 1;font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loc-row-right{display:flex;align-items:center;gap:4px;padding:0 10px 0 8px;flex-shrink:0}.loc-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:5px;color:var(--muted);text-decoration:none;cursor:default;border:none;background:none;padding:0}a.loc-icon-btn{cursor:pointer}a.loc-icon-btn:hover,span.loc-icon-btn:hover{color:var(--text);background:#eef0f3}.loc-photo-tip{position:fixed;transform:translateY(-50%);width:188px;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.22);overflow:hidden;pointer-events:none;z-index:1000}.loc-photo-tip img{width:100%;height:auto;display:block}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-container{width:100%;height:100%}.pub-shell{position:fixed;inset:0;display:flex;flex-direction:column}.pub-desktop,.pub-mobile{flex:1 1;min-height:0}.pub-mobile{display:block}.pub-mobile .map-container{height:100%}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -3px 20px rgba(0,0,0,.12);display:flex;flex-direction:column;max-height:85dvh;transition:transform .32s cubic-bezier(.32,.72,0,1);touch-action:none}.bottom-sheet--peek{transform:translateY(calc(100% - 92px))}.bottom-sheet--expanded{transform:translateY(0)}.bottom-sheet__handle-area{display:flex;justify-content:center;padding:10px 0 6px;cursor:pointer;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bottom-sheet__handle{width:36px;height:4px;border-radius:2px;background:#dde1e8}.bottom-sheet__content{flex:1 1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sheet-search-wrap{padding:0 12px 8px}.sheet-cta{padding:0 16px 10px;display:flex;justify-content:flex-end}.sheet-cta-link{font-size:13px;font-weight:600;color:var(--primary);text-decoration:none}.sheet-cta-link:hover{text-decoration:underline}.filter-fab{bottom:104px;right:14px;z-index:201;display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 14px;border-radius:22px;background:#fff;border:1px solid #dde1e8;box-shadow:0 2px 10px rgba(0,0,0,.15);font-size:14px;font-weight:600;color:var(--text);cursor:pointer;position:fixed}.filter-fab-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0}.drawer-backdrop{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.4)}.filter-drawer{position:fixed;bottom:0;left:0;right:0;z-index:301;background:#fff;border-radius:16px 16px 0 0;max-height:90dvh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.filter-drawer--open{transform:translateY(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border);flex-shrink:0}.drawer-title{font-weight:700;font-size:16px}.drawer-content{overflow-y:auto;flex:1 1;padding:0 0 24px;overscroll-behavior:contain}.filter-panel{padding:12px 16px}.filter-section{margin-bottom:16px}.filter-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.filter-label{display:block;font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.link-btn{background:none;border:none;padding:0;font-size:13px;color:var(--primary);cursor:pointer;font-family:inherit}.link-btn:hover{text-decoration:underline}.type-toggles{display:flex;flex-wrap:wrap;gap:8px}.type-toggle{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:14px;cursor:pointer;color:var(--text);font-family:inherit;transition:opacity .1s}.type-toggle--off{opacity:.45}.type-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pub-search{width:100%;min-height:44px;padding:10px 14px;border:1px solid var(--border);border-radius:22px;font-size:16px;background:#fff;color:var(--text);font-family:inherit;outline:none}.pub-search:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(31,111,235,.15)}.loc-list{padding-bottom:24px}.loc-list-count{padding:8px 16px 4px;font-size:13px;color:var(--muted)}.loc-list-empty{padding:32px 16px;text-align:center;color:var(--muted);font-size:14px}.loc-card{display:flex;flex-direction:column;width:100%;text-align:left;background:#fff;border:none;border-bottom:1px solid var(--border);padding:0;cursor:pointer;font-family:inherit;color:var(--text);min-height:64px}.loc-card--selected,.loc-card:active{background:#f0f4ff}.loc-card-photo{width:100%;height:140px;object-fit:cover;display:block}.loc-card-body{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:12px 16px}.loc-card-name{font-weight:600;font-size:15px;line-height:1.3}.loc-card-sub{font-size:13px;color:var(--muted);margin-top:2px}.use-badge{display:inline-block;flex-shrink:0;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap;margin-top:2px}.loc-detail{display:flex;flex-direction:column}.loc-detail-back{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:600;color:var(--primary);background:none;border:none;cursor:pointer;font-family:inherit;align-self:flex-start}.loc-detail-photo{width:100%;max-height:240px;object-fit:cover;display:block}.loc-detail-body{padding:16px;display:flex;flex-direction:column;gap:10px}.loc-detail-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.loc-detail-name{font-size:20px;font-weight:700;margin:0;line-height:1.25}.loc-detail-address{font-size:14px;color:var(--muted);margin:0}.loc-detail-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:14px}.meta-label{color:var(--muted);font-size:12px;display:block;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.loc-detail-desc{font-size:15px;line-height:1.5;color:var(--text);margin:0}.loc-detail-actions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.cluster-dot{display:flex;align-items:center;justify-content:center;background:#1f6feb;color:#fff;border-radius:50%;font-weight:700;border:2.5px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.3)}.submit-wrap{min-height:100dvh;background:var(--bg);padding:0 0 40px}.submit-page{max-width:600px;margin:0 auto;padding:0 16px}.submit-header{padding:20px 0 16px;border-bottom:1px solid var(--border);margin-bottom:20px}.submit-header h1{font-size:22px;margin:10px 0 6px}.submit-sub{margin:0;color:var(--muted);font-size:15px}.back-link{font-size:14px;color:var(--primary);text-decoration:none;display:inline-block;min-height:44px;line-height:44px}.submit-form{display:flex;flex-direction:column;gap:0}.sf-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.submit-divider{height:1px;background:var(--border);margin:20px 0}.field-hint{display:block;margin-top:4px;font-size:12px;color:var(--muted)}.req{color:var(--danger)}.submit-note{font-size:13px;color:var(--muted);text-align:center;margin-top:12px}.submit-success{max-width:480px;margin:80px auto 0;text-align:center;padding:40px 24px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.submit-success-icon{font-size:48px;color:#2b8a3e;margin-bottom:16px}.submit-success h2{font-size:20px;margin:0 0 10px}.submit-success p{color:var(--muted);margin:0 0 20px}@media (max-width:480px){.sf-row{grid-template-columns:1fr}}.loc-popup .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.18);padding:0;overflow:hidden}.loc-popup .leaflet-popup-content{margin:0;width:100%!important}.loc-popup .leaflet-popup-tip{box-shadow:none}.mpop-photo{width:100%;height:160px;object-fit:cover;display:block}.mpop-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px}.mpop-name{font-size:16px;font-weight:700;line-height:1.25}.mpop-addr{font-size:13px;color:var(--muted)}.mpop-badge{align-self:flex-start}.mpop-desc,.mpop-meta{font-size:13px}.mpop-desc{line-height:1.5;color:var(--text);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.mpop-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #e2e5ea}.mpop-actions--end{justify-content:flex-end}a.mpop-website-btn{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:6px;background:#1f6feb;color:#fff;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}a.mpop-website-btn:hover{background:#195fcc;color:#fff}.mpop-correct-link{font-size:12px;color:#6b7480;text-decoration:none;white-space:nowrap}.mpop-correct-link:hover{color:#1c2430;text-decoration:underline}@media (min-width:768px){.pub-desktop{display:flex;flex-direction:row}.pub-sidebar{width:360px;height:100%;background:#fff;border-right:1px solid var(--border);z-index:10}.pub-sidebar,.pub-sidebar-top{flex-shrink:0;display:flex;flex-direction:column}.pub-sidebar-top{padding:14px 14px 0;gap:10px;border-bottom:1px solid var(--border)}.pub-sidebar-brand{display:flex;align-items:center;justify-content:space-between}.pub-brand{font-weight:800;font-size:15px}.pub-sidebar-links{display:flex;align-items:center;gap:12px}.link-sm{font-size:12px;color:var(--muted);text-decoration:none}.link-sm--action,.link-sm:hover{color:var(--primary)}.link-sm--action{font-weight:600}.pub-sidebar-list{flex:1 1;overflow-y:auto;overscroll-behavior:contain}.pub-map{flex:1 1;position:relative}.pub-sidebar-top .filter-panel{padding:0 0 12px}.pub-sidebar-list .loc-list{padding-bottom:40px}.loc-card-photo{height:100px}.loc-detail-photo{max-height:200px}.btn-sm{min-height:36px;font-size:14px;padding:0 12px}.pub-error{height:100dvh}}@media (max-width:767px){.pub-desktop{display:none!important}.btn-sm{min-height:40px;font-size:14px;padding:0 14px}}:root{--brand-charcoal:#1f2630;--brand-charcoal-deep:#161b22;--brand-accent:#d53e22;--brand-accent-hover:#b5331c;--brand-ink:#1c2430;--brand-muted:#5b6470;--brand-line:#e4e7ec;--brand-surface:#fff;--brand-bg:#f6f7f9;--mk-max:1080px}.mk-page{display:flex;flex-direction:column;min-height:100vh;background:var(--brand-bg);color:var(--brand-ink)}.mk-main{flex:1 0 auto;width:100%}.mk-container{width:100%;max-width:var(--mk-max);margin:0 auto;padding:0 20px}.mk-section{padding:56px 0}.mk-section--tight{padding:36px 0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--brand-charcoal);color:#fff;border-bottom:1px solid hsla(0,0%,100%,.08)}.site-header-inner{max-width:var(--mk-max);margin:0 auto;padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-logo{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:700;font-size:16px;letter-spacing:-.01em}.site-logo svg{display:block;flex-shrink:0}.site-nav{display:flex;align-items:center;gap:4px}.site-nav a{color:hsla(0,0%,100%,.82);text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:6px}.site-nav a:hover{color:#fff;background:hsla(0,0%,100%,.08)}.site-nav .site-nav-cta{background:var(--brand-accent);color:#fff;margin-left:4px}.site-nav .site-nav-cta:hover{background:var(--brand-accent-hover);color:#fff}.site-nav-mobile{position:relative;display:none}.site-nav-mobile>summary{list-style:none;cursor:pointer;color:#fff;padding:8px 10px;border-radius:6px;font-size:14px}.site-nav-mobile>summary::-webkit-details-marker{display:none}.site-nav-mobile[open]>summary{background:hsla(0,0%,100%,.1)}.site-nav-mobile-panel{position:absolute;right:0;top:calc(100% + 8px);min-width:200px;background:var(--brand-charcoal-deep);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:2px;box-shadow:0 12px 30px rgba(0,0,0,.35)}.site-nav-mobile-panel a{color:hsla(0,0%,100%,.88);text-decoration:none;font-size:15px;padding:10px 12px;border-radius:6px}.site-nav-mobile-panel a:hover{background:hsla(0,0%,100%,.08);color:#fff}@media (max-width:720px){.site-nav{display:none}.site-nav-mobile{display:block}}.mk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 22px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;white-space:nowrap}.mk-btn--accent{background:var(--brand-accent);color:#fff}.mk-btn--accent:hover{background:var(--brand-accent-hover);color:#fff}.mk-btn--ghost{background:transparent;color:var(--brand-ink);border-color:var(--brand-line)}.mk-btn--ghost:hover{border-color:#c9cfd8;background:#fff}.mk-hero{background:radial-gradient(120% 120% at 50% -10%,rgba(213,62,34,.1),transparent 60%),var(--brand-bg);border-bottom:1px solid var(--brand-line)}.mk-hero-inner{max-width:760px;margin:0 auto;text-align:center;padding:44px 20px 64px}.mk-hero-logo{display:block;width:300px;max-width:80%;height:auto;margin:0 auto 4px}.mk-hero h1{font-size:clamp(30px,6vw,46px);line-height:1.08;letter-spacing:-.02em;margin:0 0 16px}.mk-hero .mk-lede{font-size:clamp(16px,2.4vw,19px);line-height:1.55;color:var(--brand-muted);margin:0 auto 28px;max-width:560px}.mk-hero-ctas{gap:12px}.mk-hero-ctas,.mk-stats{display:flex;justify-content:center;flex-wrap:wrap}.mk-stats{gap:14px;margin-top:36px}.mk-stat{background:var(--brand-surface);border:1px solid var(--brand-line);border-radius:12px;padding:18px 26px;min-width:150px;text-align:center}.mk-stat-num{font-size:30px;font-weight:800;color:var(--brand-accent);line-height:1}.mk-stat-label{font-size:13px;color:var(--brand-muted);margin-top:6px}.mk-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px}.mk-card{display:block;background:var(--brand-surface);border:1px solid var(--brand-line);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .12s,transform .12s}.mk-card:hover{border-color:#c9cfd8;transform:translateY(-2px)}.mk-card-photo{aspect-ratio:3/2;background:#e9ecf1 50%/cover no-repeat}.mk-card-body{padding:14px 16px}.mk-card-name{font-weight:650;font-size:15px}.mk-card-meta{font-size:13px;color:var(--brand-muted);margin-top:3px}.mk-h2{font-size:clamp(22px,4vw,28px);letter-spacing:-.01em;margin:0 0 8px}.mk-sub{color:var(--brand-muted);margin:0 0 24px;font-size:15px}.mk-prose{max-width:720px;margin:0 auto}.mk-prose h1{font-size:clamp(26px,5vw,36px);letter-spacing:-.02em;margin:0 0 8px}.mk-prose .mk-prose-date{color:var(--brand-muted);font-size:14px;margin:0 0 28px}.mk-prose h2{font-size:20px;margin:32px 0 10px}.mk-prose li,.mk-prose p{font-size:16px;line-height:1.65;color:#2b333f}.mk-prose ul{padding-left:22px}.mk-prose li{margin:6px 0}.mk-prose a{color:var(--brand-accent)}.site-footer{flex-shrink:0;background:var(--brand-charcoal);color:hsla(0,0%,100%,.72);border-top:1px solid hsla(0,0%,100%,.08)}.site-footer-inner{max-width:var(--mk-max);margin:0 auto;padding:36px 20px;display:flex;flex-wrap:wrap;gap:18px 32px;align-items:flex-start;justify-content:space-between}.site-footer a{color:hsla(0,0%,100%,.82);text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline}.site-footer-links{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:14px}.site-footer-fine{font-size:13px;line-height:1.6;color:hsla(0,0%,100%,.55);max-width:460px}.site-footer-brand{display:flex;align-items:center;gap:8px;font-weight:700;color:#fff;font-size:15px}