.map-app{position:relative;width:100vw;height:100vh;overflow:hidden}.map-container{width:100%;height:100%;z-index:0}.map-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem;font-family:system-ui,sans-serif}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.filter-card{position:absolute;top:1rem;left:1rem;z-index:1000;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:1.25rem;width:260px;font-family:system-ui,sans-serif}.filter-card h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1f2937}.filter-group{margin-bottom:.75rem}.filter-group label{display:block;font-size:.8rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.filter-group input[type=text],.filter-group input[type=number]{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .2s;box-sizing:border-box}.filter-group input:focus{border-color:#2563eb}.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.checkbox-group input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb}.parking-card{position:absolute;bottom:1.5rem;right:1.5rem;z-index:1000;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:1.5rem;width:300px;font-family:system-ui,sans-serif;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.parking-card h2{margin:0 0 .25rem;font-size:1.2rem;font-weight:700;color:#1f2937}.parking-card .address{margin:0 0 1rem;font-size:.85rem;color:#6b7280}.close-btn{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;line-height:1;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}.close-btn:hover{background:#f3f4f6;color:#374151}.card-section{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;border-bottom:1px solid #f3f4f6}.card-section:last-child{border-bottom:none}.card-section strong{color:#374151;font-weight:500}.card-section span{color:#1f2937;font-weight:600}.hourly-pricing{display:grid;gap:.25rem;padding:.5rem 0 .75rem}.hourly-price-row{display:flex;justify-content:space-between;align-items:center;padding:.45rem .6rem;border-radius:10px;background:#f9fafb;font-size:.85rem;color:#374151}.hourly-price-row.active-price{background:#eff6ff;color:#1d4ed8;font-weight:700}.free-parking-section{padding:.5rem 0}.free-parking-text{font-size:.8rem;color:#6b7280;font-weight:500}.loading-text{color:#9ca3af;font-style:italic}.error-text{color:#ef4444}.capacity-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;margin:.25rem 0 .5rem;overflow:hidden}.capacity-fill{height:100%;background:#22c55e;border-radius:3px;transition:width .5s ease}.find-nearest-btn{position:absolute;bottom:1.5rem;left:1.5rem;z-index:1000;background:#2563eb;color:#fff;border:none;border-radius:50px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;font-family:system-ui,sans-serif;cursor:pointer;box-shadow:0 4px 12px #2563eb66;transition:background .2s,transform .1s;display:flex;align-items:center;gap:.5rem}.find-nearest-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.find-nearest-btn:active:not(:disabled){transform:translateY(0)}.find-nearest-btn:disabled{opacity:.7;cursor:not-allowed}.user-location-marker{background:none!important;border:none!important}.user-dot{width:16px;height:16px;background:#2563eb;border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px #2563eb4d,0 2px 8px #0000004d}@media(max-width:640px){.filter-card{top:.5rem;left:.5rem;right:.5rem;width:auto}.parking-card{bottom:0;right:0;left:0;width:auto;border-radius:12px 12px 0 0}.find-nearest-btn{bottom:auto;top:.5rem;right:.5rem;left:auto;padding:.6rem 1rem;font-size:.8rem}}
