*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}:root{--color-primary: hsl(142, 72%, 29%);--color-muted-foreground: rgb(107, 114, 128);--color-border: rgb(229, 231, 235)}.wrapper{height:100vh;width:100vw;position:relative}.sidebar{position:fixed;top:0;left:0;height:100%;width:16rem;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-right:1px solid rgb(229 231 235);z-index:10010;transition:transform .3s ease-in-out;display:flex;flex-direction:column}@media(min-width:768px){.sidebar{width:20rem}}.sidebar-open{transform:translate(0)}.sidebar-closed{transform:translate(-100%)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid rgb(229 231 235)}.sidebar-brand{display:flex;align-items:center;min-width:0}.sidebar-logo-link{display:flex;align-items:center;gap:.375rem;text-decoration:none;color:inherit;border-radius:.375rem;padding:.125rem .25rem;margin-left:-.25rem;transition:background-color .15s}.sidebar-logo-link:hover{background-color:#f3f4f6}.sidebar-logo{width:1.25rem;height:1.25rem;flex-shrink:0}.sidebar-title{font-size:.875rem;font-weight:600;white-space:nowrap}.sidebar-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.icon-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:#4b5563;border-radius:.375rem;background:none;border:none;cursor:pointer;font-size:1rem;transition:background-color .15s}.icon-btn:hover{background-color:#f3f4f6;color:#111827}.sidebar-nav{padding:1rem;display:flex;flex-direction:column;gap:1rem;flex:1}.layers-section{padding-top:.5rem;border-top:1px solid rgb(243 244 246)}.layers-label{display:block;font-size:.75rem;color:var(--color-muted-foreground);margin-bottom:.25rem}.layer-select{width:100%;padding:.5rem .75rem;border-radius:.5rem;border:1px solid rgb(229 231 235);background-color:#f9fafb;font-size:.875rem;color:#374151;cursor:pointer;appearance:auto}.layer-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #157f3c33}.main-container{position:fixed;inset:0;z-index:0}.menu-button{position:absolute;top:1rem;left:1rem;z-index:10050;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;background-color:#fffffff2;border:none;cursor:pointer}.menu-button:hover{background-color:#fff}.menu-button:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color-primary)}.menu-icon{width:1.5rem;height:1.5rem;color:var(--color-primary)}.overlay{position:fixed;inset:0;z-index:10000;background-color:#0006}@media(min-width:768px){.overlay{display:none}}.search-wrapper{display:flex;flex-direction:column}.search-label{font-size:.75rem;color:var(--color-muted-foreground);margin-bottom:.25rem}.search-form{display:flex;align-items:stretch;gap:0}.search-input{flex:1;min-width:0;padding:.5rem .75rem;border:1px solid rgb(229 231 235);border-right:none;border-radius:.5rem 0 0 .5rem;background-color:#f9fafb;font-size:.875rem;color:#374151;outline:none}.search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #157f3c33}.search-submit-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;flex-shrink:0;border:1px solid rgb(229 231 235);border-radius:0 .5rem .5rem 0;background-color:var(--color-primary);color:#fff;cursor:default;transition:background-color .15s}.search-submit-btn svg{display:block}.search-status{margin-top:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.8125rem;line-height:1.4}.search-status-loading{color:#6b7280;font-style:italic}.search-status-info{background-color:#157f3c14;color:var(--color-primary);border:1px solid hsl(142 72% 29% / .15)}.search-status-error{background-color:#ef434314;color:#bc1010;border:1px solid hsl(0 84% 60% / .15)}.geolocation-section{display:flex;flex-direction:column;gap:.375rem;padding-top:.5rem;border-top:1px solid rgb(243 244 246)}.geolocation-label{font-size:.75rem;color:var(--color-muted-foreground)}.geo-btn-group{display:flex;gap:1px;background-color:#e5e7eb;border-radius:.5rem;overflow:hidden;border:1px solid rgb(229 231 235)}.geo-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.375rem .25rem;font-size:.625rem;color:#6b7280;background-color:#fff;border:none;cursor:pointer;transition:background-color .15s,color .15s;line-height:1.2}.geo-btn:hover{background-color:#f9fafb}.geo-btn-active{background-color:var(--color-primary);color:#fff}.geo-btn-active:hover{background-color:#157f3ce6}.geo-btn svg{display:block;flex-shrink:0}.geo-btn-disabled{opacity:.4;cursor:not-allowed}.geo-btn-disabled:hover{background-color:#fff}.geo-follow-indicator{display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.6875rem;color:#9ca3af;background-color:#f9fafb;border:1px solid rgb(229 231 235);transition:background-color .2s,color .2s,border-color .2s}.geo-follow-indicator svg{flex-shrink:0;opacity:.5;transition:opacity .2s}.geo-follow-active{color:var(--color-primary);background-color:#157f3c0f;border-color:#157f3c33}.geo-follow-active svg{opacity:1;animation:geo-follow-pulse 2s ease-in-out infinite}@keyframes geo-follow-pulse{0%,to{opacity:1}50%{opacity:.4}}.sidebar-version{margin-top:auto;padding-top:1rem;font-size:.65rem;color:#9ca3af;text-align:center;border-top:1px solid rgb(243 244 246);user-select:none}#map{height:100%;width:100%}.zoom-controls{display:flex;flex-direction:column;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;overflow:hidden}.zoom-button{padding:.5rem .75rem;font-size:1.125rem;font-weight:700;background:none;border:none;cursor:pointer}.zoom-button:hover{background-color:#f3f4f6}.toast-container{position:fixed;top:1rem;right:1rem;z-index:99999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;opacity:0;transform:translate(100%);transition:opacity .3s ease,transform .3s ease;pointer-events:auto;max-width:24rem}.toast-visible{opacity:1;transform:translate(0)}.toast-success{background-color:#16a34a}.toast-error{background-color:#dc2626}.toast-info{background-color:#2563eb}.toast-loading{background-color:#f59e0b}.user-location-marker{background:none!important;border:none!important}.user-location-marker:before{content:"";display:block;width:24px;height:24px;background:#3b82f6;border:3px solid #ffffff;border-radius:50%;box-shadow:0 0 0 2px #3b82f666;animation:user-location-pulse 1.5s ease-in-out infinite}@keyframes user-location-pulse{0%{box-shadow:0 0 #3b82f680}70%{box-shadow:0 0 0 12px #3b82f600}to{box-shadow:0 0 #3b82f600}}.user-location-heading{background:none!important;border:none!important}.user-location-heading:before{display:none}.user-heading-arrow{width:28px;height:28px;background:#3b82f6;clip-path:polygon(50% 0%,0% 100%,50% 75%,100% 100%);border-radius:2px;box-shadow:0 0 0 2px #3b82f666;animation:user-location-pulse 1.5s ease-in-out infinite}.user-location-compass{background:none!important;border:none!important}.user-location-compass:before{display:none}.user-compass-arrow{width:28px;height:28px;background:#10b981;clip-path:polygon(50% 0%,0% 100%,50% 75%,100% 100%);border-radius:2px;box-shadow:0 0 0 2px #10b98166;animation:user-location-pulse 1.5s ease-in-out infinite}
