.MapWithPlacesV6-module__cC0ZOG__wrapper{--bg:#0f1117;--surface:#1a1d27;--surface2:#222536;--border:#2e3248;--accent:#f59e0b;--accent2:#ef4444;--text:#e8eaf0;--text-muted:#8891a8;--radius:14px;--shadow:0 4px 24px #00000080;background:var(--bg);width:100%;height:100dvh;color:var(--text);flex-direction:column;font-family:DM Sans,Helvetica Neue,sans-serif;display:flex;position:relative;overflow:hidden}.MapWithPlacesV6-module__cC0ZOG__loading{color:#8891a8;background:#0f1117;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100dvh;font-family:DM Sans,sans-serif;display:flex}.MapWithPlacesV6-module__cC0ZOG__spinner{border:3px solid #2e3248;border-top-color:#f59e0b;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite MapWithPlacesV6-module__cC0ZOG__spin}@keyframes MapWithPlacesV6-module__cC0ZOG__spin{to{transform:rotate(360deg)}}.MapWithPlacesV6-module__cC0ZOG__searchPanel{z-index:10;pointer-events:none;flex-direction:column;gap:10px;width:min(640px,100% - 32px);display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.MapWithPlacesV6-module__cC0ZOG__searchBox{pointer-events:all;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow),0 0 0 1px #f59e0b14;border-radius:50px;align-items:center;padding:0 16px;transition:border-color .2s;display:flex;position:relative}.MapWithPlacesV6-module__cC0ZOG__searchBox:focus-within{border-color:var(--accent);box-shadow:var(--shadow),0 0 0 3px #f59e0b26}.MapWithPlacesV6-module__cC0ZOG__searchIcon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;margin-right:10px}.MapWithPlacesV6-module__cC0ZOG__searchInput{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:13px 0;font-family:inherit;font-size:15px}.MapWithPlacesV6-module__cC0ZOG__searchInput::placeholder{color:var(--text-muted)}.MapWithPlacesV6-module__cC0ZOG__clearBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px 6px;font-size:13px;transition:color .2s,background .2s}.MapWithPlacesV6-module__cC0ZOG__clearBtn:hover{color:var(--text);background:var(--border)}.MapWithPlacesV6-module__cC0ZOG__filtersRow{pointer-events:all;flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.MapWithPlacesV6-module__cC0ZOG__filterChip{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:50px;padding:6px 14px;font-family:inherit;font-size:13px;transition:all .18s;box-shadow:0 2px 8px #0000004d}.MapWithPlacesV6-module__cC0ZOG__filterChip:hover{border-color:var(--accent);color:var(--accent)}.MapWithPlacesV6-module__cC0ZOG__filterActive{background:var(--accent);border-color:var(--accent);color:#0f1117;font-weight:600}.MapWithPlacesV6-module__cC0ZOG__resultsCount{pointer-events:all;text-align:center;color:var(--text-muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);background:#0f1117b3;border-radius:50px;width:fit-content;margin:0 auto;padding:4px 12px;font-size:12px}.MapWithPlacesV6-module__cC0ZOG__mapContainer{flex:1;width:100%;min-height:0}.MapWithPlacesV6-module__cC0ZOG__infoWindow{flex-direction:column;gap:4px;width:190px;font-family:DM Sans,sans-serif;display:flex}.MapWithPlacesV6-module__cC0ZOG__infoWindow img{object-fit:cover;border-radius:8px;width:100%;height:110px;margin-bottom:4px}.MapWithPlacesV6-module__cC0ZOG__infoName{color:#1a1d27;margin:0;font-size:14px;font-weight:700;line-height:1.2}.MapWithPlacesV6-module__cC0ZOG__infoCat{color:#92400e;background:#fef3c7;border-radius:50px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.MapWithPlacesV6-module__cC0ZOG__infoCity{color:#555;margin:2px 0 0;font-size:12px}.MapWithPlacesV6-module__cC0ZOG__infoDist{color:#777;margin:0;font-size:12px}.MapWithPlacesV6-module__cC0ZOG__infoBtn{color:#0f1117;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;margin-top:6px;padding:7px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.MapWithPlacesV6-module__cC0ZOG__infoBtn:hover{background:#d97706}.MapWithPlacesV6-module__cC0ZOG__cardsWrapper{z-index:10;background:linear-gradient(#0000,#0f1117f2 30%);padding:16px 16px 20px;position:absolute;bottom:0;left:0;right:0}.MapWithPlacesV6-module__cC0ZOG__cards{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding-bottom:2px;display:flex;overflow-x:auto}.MapWithPlacesV6-module__cC0ZOG__cards::-webkit-scrollbar{display:none}.MapWithPlacesV6-module__cC0ZOG__card{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow);flex:0 0 260px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden}.MapWithPlacesV6-module__cC0ZOG__card:hover{border-color:#f59e0b66;transform:translateY(-2px)}.MapWithPlacesV6-module__cC0ZOG__card.MapWithPlacesV6-module__cC0ZOG__active{border-color:var(--accent);box-shadow:var(--shadow),0 0 0 2px #f59e0b40}.MapWithPlacesV6-module__cC0ZOG__card img{object-fit:cover;flex-shrink:0;width:90px;height:100%;min-height:100px}.MapWithPlacesV6-module__cC0ZOG__cardContent{flex-direction:column;flex:1;gap:3px;min-width:0;padding:12px;display:flex}.MapWithPlacesV6-module__cC0ZOG__cardContent h3{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.MapWithPlacesV6-module__cC0ZOG__category{color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:11px;font-weight:600}.MapWithPlacesV6-module__cC0ZOG__cardContentS{color:var(--text-muted);margin:0;font-size:12px}.MapWithPlacesV6-module__cC0ZOG__cardButton{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;margin-top:auto;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:500;transition:all .18s}.MapWithPlacesV6-module__cC0ZOG__cardButton:hover{background:var(--accent);border-color:var(--accent);color:#0f1117}.MapWithPlacesV6-module__cC0ZOG__noResults{text-align:center;color:var(--text-muted);padding:20px;font-size:14px}@media (max-width:480px){.MapWithPlacesV6-module__cC0ZOG__card{flex:0 0 230px}.MapWithPlacesV6-module__cC0ZOG__searchPanel{top:10px}}
