*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}
:root{--orange:#ff6600;--yellow:#ffdd00;--black:#121212;--red:#e30000;--green:#18b957;--gray:#f4f5f7;--shadow:0 10px 30px rgba(0,0,0,.18)}
html,body{height:100%;overflow:hidden;background:#f5f5f5;color:#111}
#map{width:100vw;height:100vh;z-index:1;background:#dcebf5}.leaflet-container{font-size:14px}.leaflet-control-attribution{display:none}
.top-app{position:fixed;top:env(safe-area-inset-top,0);left:12px;right:12px;z-index:900;display:flex;align-items:center;gap:10px;padding-top:6px;pointer-events:none}.top-app>*{pointer-events:auto}
.round{width:52px;height:52px;border:none;border-radius:50%;background:#fff;font-size:28px;font-weight:900;box-shadow:var(--shadow);display:grid;place-items:center;color:#111}.brand{flex:1;background:var(--yellow);border-radius:18px;padding:10px 14px;box-shadow:var(--shadow);display:flex;flex-direction:column}.brand strong{font-size:16px;line-height:1.15}.brand span{font-size:13px;color:#555;font-weight:700}.gps-btn{position:fixed;right:18px;bottom:42vh;z-index:850;width:50px;height:50px;border:none;border-radius:50%;background:#fff;font-size:25px;font-weight:900;box-shadow:var(--shadow)}
.search-area{position:fixed;top:78px;left:14px;right:14px;z-index:820}.search-area input{width:100%;height:48px;border:none;border-radius:16px;padding:0 16px;font-size:16px;font-weight:700;box-shadow:var(--shadow);outline:none;background:#fff}
#sosBtn{position:fixed;top:132px;left:14px;right:14px;z-index:810;border:none;border-radius:16px;background:var(--red);color:#fff;height:48px;font-size:16px;font-weight:900;box-shadow:var(--shadow)}#sosBtn.active{background:var(--green)}
.category-row{position:fixed;top:188px;left:10px;right:10px;z-index:805;display:flex;gap:8px;overflow-x:auto;padding:2px 4px 8px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.cat{border:none;border-radius:999px;background:#fff;padding:11px 14px;font-weight:900;white-space:nowrap;box-shadow:0 5px 18px rgba(0,0,0,.14)}.cat.active{background:var(--yellow);color:#111}
.bottom-sheet{position:fixed;left:0;right:0;bottom:0;z-index:950;background:rgba(255,255,255,.96);border-radius:24px 24px 0 0;box-shadow:0 -12px 35px rgba(0,0,0,.22);padding:14px 16px calc(16px + env(safe-area-inset-bottom,0));transition:transform .28s ease,height .28s ease;will-change:transform,height;touch-action:none;backdrop-filter:blur(8px)}.bottom-sheet.dragging{transition:none}.bottom-sheet.peek{height:150px}.bottom-sheet.mid{height:46vh}.bottom-sheet.full{height:88vh}.bottom-sheet.hidden-sheet{transform:translateY(105%);height:46vh}.sheet-close{position:absolute;right:18px;top:10px;z-index:2;width:36px;height:36px;border:none;background:#fff;color:#e30000;border-radius:50%;font-size:30px;font-weight:900;line-height:34px;box-shadow:0 4px 12px #0002}.drag-handle{width:74px;height:7px;background:#bdbdbd;border-radius:999px;margin:0 auto 10px}.sheet-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-right:42px}.sheet-head h2{font-size:24px;letter-spacing:-.6px}.sheet-head p{font-size:14px;color:#777;margin-top:3px}.sheet-head #countBadge{background:#ffffff;color:#fff;min-width:38px;height:32px;border-radius:999px;display:grid;place-items:center;font-weight:900}.fast-actions{display:flex;gap:9px;overflow-x:auto;padding:12px 0 10px;scrollbar-width:none}.fast-actions::-webkit-scrollbar{display:none}.fast-actions button{border:none;border-radius:5px;background:#f0f0f0;padding:12px 8px;font-weight:900;min-width:110px;box-shadow:0 5px 14px #0001}.fast-actions button.active{background:var(--yellow)}#lista{height:calc(100% - 112px);overflow-y:auto;padding:4px 0 20px;-webkit-overflow-scrolling:touch}.open-sheet{position:fixed;left:18px;right:18px;bottom:16px;z-index:930;border:none;border-radius:999px;background:var(--yellow);height:54px;font-weight:900;font-size:17px;box-shadow:var(--shadow)}.hidden{display:none!important}
.store{background:#fff;border:2px solid #eee;border-radius:24px;padding:16px;margin:0 0 14px;box-shadow:0 8px 22px rgba(0,0,0,.08)}.store.abc,.store.ad{border-color:#ffe100;background:linear-gradient(120deg,#fffde4,#fff)}.store.sos{border-color:#ff3030}.store-head{display:flex;gap:12px;align-items:flex-start}.store-icon{width:58px;height:58px;border-radius:16px;background:#111;display:grid;place-items:center;font-size:30px;flex:0 0 58px}.store-title h3{font-size:19px;line-height:1.15}.store-title p{color:#777;font-size:14px;margin-top:3px}.badges{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.b24{background:#ffe5e5;color:#d00000}.babc{background:var(--yellow);color:#111}.bad{background:#111;color:#fff}.info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.info-row div,.profile-grid div{background:#f3f3f3;border-radius:16px;padding:11px 8px;text-align:center}.info-row strong,.profile-grid strong{display:block;font-size:16px}.info-row span,.profile-grid span{font-size:12px;color:#777}.desc{font-size:14px;line-height:1.35;color:#686868;margin-bottom:14px}.actions{display:grid;grid-template-columns:1fr 1fr .9fr;gap:9px}.btn{border:none;border-radius:16px;min-height:46px;display:grid;place-items:center;text-decoration:none;font-weight:900;font-size:14px;color:#111}.whats{background:#20c768;color:#fff}.route{background:var(--yellow)}.profile{background:#f1f1f1}.pin,.pin-user{font-size:31px;filter:drop-shadow(0 4px 5px rgba(0,0,0,.28))}
.profile-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:1200;display:none;align-items:flex-end;padding:14px}.profile-modal.show{display:flex}.profile-card{width:100%;max-width:520px;margin:0 auto;background:#fff;border-radius:26px;padding:18px;position:relative;box-shadow:var(--shadow)}.close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:none;border-radius:50%;background:#fff;color:#e30000;font-size:30px;font-weight:900;box-shadow:0 4px 14px #0002}.cover{height:76px;border-radius:18px;background:linear-gradient(135deg,var(--yellow),var(--orange))}.avatar{width:76px;height:76px;border-radius:20px;background:#111;display:grid;place-items:center;font-size:40px;margin:-38px 0 10px 16px;border:4px solid #fff}.profile-card h2{font-size:24px}.profile-card>p{color:#777;margin:4px 0 8px}.profile-badges{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.profile-info{background:#f7f7f7;border-radius:16px;padding:12px;margin:8px 0}.profile-info strong{display:block;margin-bottom:4px}.profile-info span{color:#666;line-height:1.35}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-actions a{height:48px;border-radius:16px;display:grid;place-items:center;text-decoration:none;font-weight:900}.profile-actions a:first-child{background:#20c768;color:#fff}.profile-actions a:last-child{background:var(--yellow);color:#111}
.drawer{position:fixed;top:0;right:0;bottom:0;width:min(86vw,360px);z-index:1300;background:#fff;transform:translateX(105%);transition:.25s ease;box-shadow:-10px 0 30px #0003;padding:22px}.drawer.open{transform:translateX(0)}.drawer-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.drawer-title strong{font-size:20px}.drawer-title button{width:38px;height:38px;border:none;border-radius:50%;font-size:28px;background:#f1f1f1}.drawer a{display:block;padding:16px 0;color:#111;text-decoration:none;font-weight:900;border-bottom:1px solid #eee}#overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1250;display:none}#overlay.show{display:block}.install-box{position:fixed;left:14px;right:14px;bottom:18px;z-index:1400;background:#111;color:#fff;border-radius:18px;padding:12px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow)}.install-box span{flex:1;font-weight:900}.install-box button{border:none;border-radius:12px;padding:10px 14px;font-weight:900;background:var(--yellow)}
@media(min-width:768px){.bottom-sheet{left:auto;right:22px;width:430px;border-radius:24px}.bottom-sheet.mid{height:72vh}.bottom-sheet.full{height:92vh}.top-app{right:auto;width:430px}.search-area,#sosBtn{left:22px;right:auto;width:430px}.category-row{left:22px;right:auto;width:430px}.gps-btn{bottom:40px}.profile-modal{align-items:center}.open-sheet{left:auto;right:22px;width:430px}}
@media(max-width:390px){.brand strong{font-size:14px}.brand span{font-size:12px}.sheet-head h2{font-size:22px}.fast-actions button{min-width:122px;padding:11px 13px}.store{padding:14px}.actions{gap:7px}.btn{font-size:13px}.category-row{top:186px}.search-area{top:76px}#sosBtn{top:130px}}
