
:root{
--primary:#16a34a;
--soft:#f1f5f9;
}

body{
background:var(--soft);
overflow:hidden;
font-family:system-ui;
}

/* HEADER */
.navbar{
height:60px;
}

/* MAP */
#map{
height:calc(100vh - 60px);
z-index:1;
}

/* SIDEBAR */
.sidebar{
height:calc(100vh - 60px);
overflow-y:auto;
background:white;
border-left:1px solid #eee;
}

/* SEARCH */
.search-box{
position:sticky;
top:0;
z-index:5;
background:white;
}

.search-box input{
border-radius:10px;
}

/* CARD */
.venue-card{
border-bottom:1px solid #eee;
cursor:pointer;
transition:.25s;
border-radius:10px;
margin-bottom:10px;
background:white;
}

.venue-card:hover{
transform:translateY(-2px);
box-shadow:0 6px 20px rgba(0,0,0,.05);
}

.venue-name{
font-weight:600;
}

.venue-address{
font-size:13px;
color:#6b7280;
}

.court-row{
font-size:13px;
display:flex;
justify-content:space-between;
}

.price{
color:#16a34a;
font-weight:600;
}

/* MOBILE */
@media(max-width:768px){

.sidebar{
position:fixed;
right:0;
top:60px;
width:100%;
height:calc(100vh - 60px);
z-index:999;
transform:translateX(100%);
transition:.3s;
}

.sidebar.show{
transform:translateX(0);
}

}

/* Modern map layout */
body.pickleball-map-page{padding:0!important;background:#e8efec}
.map-navbar{height:68px;background:linear-gradient(135deg,#064e3b,#087f5b)!important;box-shadow:0 5px 20px rgba(6,78,59,.2)}
#map{height:calc(100dvh - 68px)}
.sidebar{height:calc(100dvh - 68px);border-left:1px solid #dfe9e5;background:#f7faf8}
.sidebar-head{position:sticky;top:0;z-index:10;padding:14px;background:rgba(255,255,255,.96);border-bottom:1px solid #e2ebe7;backdrop-filter:blur(12px)}
.sidebar-handle{display:none;width:44px;height:5px;margin:0 auto 10px;border-radius:99px;background:#ccd8d3}
.venue-results-count{color:#687a74;font-size:12px}
.map-location-status{display:flex;align-items:center;gap:7px;margin-bottom:10px;padding:7px 9px;border:1px solid #e1ebe7;border-radius:10px;background:#f7faf8;color:#687a74;font-size:11px}.map-location-status>span{min-width:0;flex:1}.map-location-status>i{color:#087f5b}.map-location-status .btn{padding:0;color:#087f5b;font-size:11px;text-decoration:none}.map-location-status.is-active{border-color:#a9dac7;background:#eefaf5;color:#176347}.map-location-status.is-loading>i{animation:mapPulse 1s ease-in-out infinite}.map-location-status.is-error{background:#fffaf0;color:#80652b}@keyframes mapPulse{50%{opacity:.35}}
.venue-card{padding:14px!important;border:1px solid #e2ebe7;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(23,51,43,.06)}
.venue-card.is-active{border-color:#087f5b;box-shadow:0 0 0 3px rgba(8,127,91,.1)}
.venue-name{font-size:15px;font-weight:750;color:#17332b}.venue-address{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:5px}
.venue-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.venue-card-meta span{padding:4px 8px;border-radius:999px;background:#f0f6f3;color:#536861;font-size:11px;font-weight:650}
.venue-card-meta .venue-distance-pill{background:#e4f6ee;color:#087f5b;font-weight:800}.map-popup-distance{margin-bottom:8px;padding:6px 8px;border-radius:8px;background:#eaf8f2;color:#087f5b;font-size:12px;font-weight:750}
.map-fab{position:fixed;right:14px;bottom:18px;z-index:900;display:none;border:0;border-radius:999px!important;box-shadow:0 10px 28px rgba(6,78,59,.28)}
.map-loading-card{padding:14px;margin-bottom:10px;border-radius:16px;background:#fff}.map-loading-line{height:12px;margin-bottom:9px;border-radius:99px;background:linear-gradient(90deg,#e5ece9 25%,#f8faf9 50%,#e5ece9 75%);background-size:200% 100%;animation:mapShimmer 1.1s infinite}.map-loading-line.short{width:62%}@keyframes mapShimmer{to{background-position:-200% 0}}
.leaflet-popup-content-wrapper{border-radius:16px;box-shadow:0 12px 35px rgba(15,40,31,.18)}
.map-popup-content{min-width:240px}.map-gps-loading{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;background:#00000066}.map-gps-loading__card{padding:20px 30px;border-radius:10px;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.2);text-align:center}
@media(max-width:767.98px){.map-navbar{height:60px}.navbar-brand span{display:none}#map{height:calc(100dvh - 60px)}.sidebar{position:fixed;top:auto;right:0;bottom:0;left:0;width:100%;height:min(62dvh,580px);z-index:1000;border:0;border-radius:22px 22px 0 0;box-shadow:0 -12px 35px rgba(19,49,38,.18);transform:translateY(calc(100% - 68px));transition:transform .28s ease}.sidebar.show{transform:translateY(0)}.sidebar-handle{display:block}.sidebar-head{border-radius:22px 22px 0 0}.map-fab{display:inline-flex;align-items:center;gap:7px}.sidebar.show~.map-fab{display:none}}
