.navbar-auth.svelte-35zgjn{display:flex;align-items:center;gap:12px}.auth-loading.svelte-35zgjn{color:#999}.user-menu.svelte-35zgjn{display:flex;align-items:center;gap:12px}.user-name.svelte-35zgjn{font-size:.9rem;color:var(--color-text-muted);font-weight:500}.auth-btn.svelte-35zgjn{padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.sign-in-btn.svelte-35zgjn{background:var(--color-primary);color:#fff}.sign-in-btn.svelte-35zgjn:hover{background:var(--color-primary-dark)}.sign-out-btn.svelte-35zgjn{background:var(--color-border-light);color:#374151}.sign-out-btn.svelte-35zgjn:hover{background:#d1d5db}@media(max-width:768px){.user-name.svelte-35zgjn{display:none}}.navbar.svelte-3fqfm1{flex-shrink:0;background-color:var(--color-bg-tint);box-shadow:0 2px 4px #b35c1e1a;z-index:50;height:calc(56px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 16px 0 16px;display:flex;align-items:center}.navbar-container.svelte-3fqfm1{max-width:1200px;width:100%;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-logo.svelte-3fqfm1{display:flex;align-items:center;text-decoration:none;color:inherit;gap:6px;font-size:1.1rem}.navbar-logo.svelte-3fqfm1 .brand-icon:where(.svelte-3fqfm1){height:24px;width:auto}.navbar-logo.svelte-3fqfm1 .brand-name:where(.svelte-3fqfm1){font-weight:700;color:var(--color-primary)}.navbar-logo.svelte-3fqfm1 .brand-app:where(.svelte-3fqfm1){font-weight:500;color:var(--color-text-dark)}@media(max-width:768px){.navbar.svelte-3fqfm1{display:none}}.footer.svelte-1s9pw74{flex-shrink:0;background-color:var(--color-bg-tint);box-shadow:0 2px 4px #b35c1e1a;z-index:50;height:36px;padding:0 16px;display:flex;align-items:center;border-top:1px solid var(--color-border);background:var(--color-bg-tint);box-shadow:0 -1px 4px #0000000d}.footer-container.svelte-1s9pw74{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand.svelte-1s9pw74{font-size:.75rem;color:#666}.footer-brand.svelte-1s9pw74 a:where(.svelte-1s9pw74){color:var(--color-primary);text-decoration:none;font-weight:500}.footer-brand.svelte-1s9pw74 a:where(.svelte-1s9pw74):hover{text-decoration:underline}.footer-links.svelte-1s9pw74{display:flex;align-items:center;gap:8px}.footer-link.svelte-1s9pw74{font-size:.75rem;color:#666;text-decoration:none;transition:color .2s}.footer-link.svelte-1s9pw74:hover{color:var(--color-primary);text-decoration:underline}.footer-divider.svelte-1s9pw74{font-size:.75rem;color:#ccc}@media(max-width:768px){.footer.svelte-1s9pw74{display:none}}:root{--color-primary: #b35c1e;--color-primary-dark: #8f4a18;--color-action-primary: #4caf50;--color-action-danger: #dc2626;--color-error: #dc2626;--color-text-dark: #333;--color-text-muted: #666;--color-bg-light: #faf6f3;--color-bg-tint: #f8f0ea;--color-bg: #ffffff;--color-border: #e5d8ce;--color-border-light: #e5e7eb}html,body{margin:0;padding:0;height:100%;font-family:Inter,sans-serif;background-color:var(--color-bg-light)}.app-container{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.main-content{flex-grow:1;position:relative;display:flex}.map-container{flex-grow:1;position:relative}#map{width:100%;height:100%}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right{bottom:calc(70px + env(safe-area-inset-bottom,0px))!important}.map-error{display:flex;align-items:center;justify-content:center;height:100%;background-color:#eee;color:#666;font-size:1.2rem;padding:2rem;text-align:center}.flex-center{display:flex;align-items:center;justify-content:center}.custom-marker{display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;will-change:transform}.custom-marker:hover .marker-icon-container{box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.custom-marker.marker-selected .marker-icon-container{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color-primary);transform:translateY(-2px)}.custom-marker.marker-selected{z-index:10!important}.custom-marker.marker-hidden{display:none!important}.marker-issue-badge{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;pointer-events:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.marker-icon-container{width:18px;height:18px;border-radius:50%;background:#e8f0e8;border:1.5px solid rgba(0,0,0,.18);box-shadow:0 1px 3px #00000040;transition:box-shadow .15s ease,transform .15s ease,background-color .15s ease,border-color .15s ease;display:flex!important;align-items:center!important;justify-content:center!important;position:relative}.marker-icon-container.condition-good{background:#6a9e7840;border-color:#6a9e78}.marker-icon-container.condition-ok{background:#c4944a40;border-color:#c4944a}.marker-icon-container.condition-poor{background:#b86a6a40;border-color:#b86a6a}.marker-icon-container svg{pointer-events:none;flex-shrink:0}.location-marker{width:24px;height:24px}.location-marker-dot{width:16px;height:16px;background:#3b82f6;border:3px solid white;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;box-shadow:0 1px 4px #0000004d}.location-marker-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#3b82f640;border-radius:50%;animation:location-pulse 2s ease-out infinite;z-index:1}@keyframes location-pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.search-marker{width:20px;height:20px;cursor:pointer;animation:search-marker-fade-in .3s ease-out}.search-marker-ring{width:20px;height:20px;border:3px solid rgba(107,114,128,.6);border-radius:50%;background:#6b728026;box-shadow:0 1px 3px #0003}@keyframes search-marker-fade-in{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.preview-marker-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:var(--color-primary);border:2px solid white;border-radius:50%;box-shadow:0 1px 4px #0000004d;z-index:2}.preview-marker-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#b35c1e4d;border-radius:50%;animation:preview-pulse 2s ease-out infinite;z-index:1}@keyframes preview-pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}
