.locations_locationsTab__5Pdx8{width:100%}.locations_locationsSearchRow__izdSF{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.locations_locationsSearchBarContainer__wQn7L{display:flex;align-items:center;max-width:100%;width:100%;background:#ffffff;border:1px solid #cccccc;border-radius:8px;overflow:hidden;transition:border-color .3s ease}.locations_locationsSearchBarContainer__wQn7L:focus-within{border-color:#019541}.locations_locationsSearchInput__Q7MVP{flex:1 1;padding:12px 16px;border:none;font-size:14px;font-family:Inter,sans-serif;background:transparent}.locations_locationsSearchInput__Q7MVP:focus{outline:none}.locations_locationsSearchButton__S9NjO{padding:12px 16px;background:#019541;color:#ffffff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;flex-shrink:0}.locations_locationsSearchButton__S9NjO:disabled{opacity:.6;cursor:not-allowed}.locations_locationsSearchButton__S9NjO:hover:not(:disabled){cursor:pointer}.locations_locationsSearchButtonIcon__Qtc3_{display:block;width:18px;height:18px}.locations_locationsSearchButtonText__GlRIB{font-size:16px;color:#ffffff;font-weight:400}.locations_locationsGridRow__XelIf{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;grid-auto-rows:1fr}.locations_locationsCard__w_pqZ{background:#ffffff;border:1px solid #cccccc;border-radius:12px;padding:0;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;position:relative;height:100%}.locations_locationsCard__w_pqZ:hover{border-color:#019541;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.locations_locationsCardImage___BXOI{width:100%;height:200px;background:#f5f5f5;border-radius:0;display:flex;align-items:center;justify-content:center;margin-bottom:0;overflow:hidden;position:relative;border-bottom:1px solid #cccccc}.locations_locationsCardImageImg__ZrjLh{width:100%;height:100%;object-fit:cover}.locations_locationsCardTextContainer__u5Wxo{flex:1 1;padding:10px;width:100%;display:flex;flex-direction:column;gap:6px}.locations_locationsCardName__aVpme{font-weight:500;color:#444444;white-space:nowrap}.locations_locationsCardLocation__adyQK,.locations_locationsCardName__aVpme{font-size:14px;margin:0;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.locations_locationsCardLocation__adyQK{font-weight:400;color:#666666}.locations_locationsCardDescription__FDvOd{font-size:14px;color:#666666;margin:0;line-height:1.3;text-align:left;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.locations_locationsCardButtonsContainer__0D_45{display:flex;gap:8px;margin-top:auto;width:100%;display:none}.locations_locationsCardButton__QsZak{flex:1 1;padding:6px 12px;margin-top:12px;background:#019541;border:1px solid #019541;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:500;color:#ffffff;font-family:Inter,sans-serif;transition:all .3s ease}.locations_locationsCardButton__QsZak:hover{border-color:#00642b;background:#00642b;color:#ffffff}.locations_locationsCardButton__QsZak img{display:block}.locations_locationsUnsaveCardButton__f3jew{background:#dc3545;border-color:#dc3545}.locations_locationsUnsaveCardButton__f3jew:hover{background:#c82333;border-color:#bd2130}@media (max-width:480px){.locations_locationsSearchRow__izdSF{margin-bottom:10px}.locations_locationsSearchInput__Q7MVP{padding:10px}.locations_locationsSearchButton__S9NjO{padding:11px 12px;gap:4px}.locations_locationsSearchButtonIcon__Qtc3_{width:16px;height:16px}.locations_locationsSearchButtonText__GlRIB{font-size:14px}.locations_locationsGridRow__XelIf{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;grid-auto-rows:1fr}.locations_locationsCardImage___BXOI{width:100%;height:140px}.locations_locationsCardTextContainer__u5Wxo{padding:6px 6px 10px;gap:4px}.locations_locationsCardName__aVpme{font-size:14px}.locations_locationsCardDescription__FDvOd,.locations_locationsCardLocation__adyQK{font-size:12px}.locations_locationsCardButtonsContainer__0D_45{gap:4px}.locations_locationsCardButton__QsZak{font-size:12px;padding:6px}}.locations_locationsSearchBarContainer__WWuTR{background:#111111;border:1px solid #444444}.locations_locationsSearchInput___llSW{color:#ffffff}.locations_locationsSearchInput___llSW::placeholder{color:#aaaaaa}.locations_locationsCard__y7UEW{background:#111111;border:1px solid #444444}.locations_locationsCard__y7UEW:hover{border-color:#019541}.locations_locationsCardImage__shgpy{background:#111111;border-bottom:1px solid #444444}.locations_locationsCardName__OLT2k{color:#ffffff}.locations_locationsCardDescription__oKpcr,.locations_locationsCardLocation__BIpIJ{color:#aaaaaa}.Empty_emptyState__cKFxt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;min-height:auto;text-align:center;background:#ffffff;border-radius:12px;margin:50px 0;width:100%}.Empty_emptyIcon___xKeC{width:80px;height:80px;margin-bottom:24px;opacity:1;animation:Empty_fadeInScale__E29Jm .6s ease-out}.Empty_emptyTitle__VGbGg{font-size:20px;font-weight:500;color:#444444;margin-bottom:12px;line-height:1.4}.Empty_emptyMessage__JZ4EM{font-size:16px;color:#888888;max-width:500px;line-height:1.3;margin-bottom:24px}.Empty_emptyButtonPrimary__IxDXv{padding:10px 18px;border-radius:8px;border:none;font-size:14px;font-weight:400;cursor:pointer;background-color:#019541;color:#ffffff;transition:all .3s ease}.Empty_emptyButtonPrimary__IxDXv:hover{background-color:#00642b;transform:translateY(-2px)}@keyframes Empty_fadeInScale__E29Jm{0%{opacity:0;transform:scale(.8)}to{opacity:.6;transform:scale(1)}}@media (max-width:480px){.Empty_emptyIcon___xKeC{width:60px;height:60px;margin-bottom:12px}.Empty_emptyTitle__VGbGg{font-size:18px;margin-bottom:6px}.Empty_emptyMessage__JZ4EM{font-size:16px}.Empty_emptyButtonPrimary__IxDXv{padding:10px 16px;font-size:14px}}.dark-Empty_emptyState__s5_xh{background:#111111}.dark-Empty_emptyTitle__ZbVjD{color:#ffffff}.dark-Empty_emptyMessage__ndt7S{color:#aaaaaa}.Loading_loadingContainer__0RaOr{width:100%;display:flex;justify-content:center;align-items:center;padding:40px 20px;height:200px}.Loading_loadingContent__hZ300{display:flex;flex-direction:column;align-items:center;gap:16px}.Loading_spinner__nyZZa{display:flex;gap:8px;align-items:center}.Loading_dot__N_0tN{width:12px;height:12px;background-color:#019541;border-radius:50%;animation:Loading_bounce__6Y2X5 1.4s ease-in-out infinite both}.Loading_dot__N_0tN:first-child{animation-delay:-.32s}.Loading_dot__N_0tN:nth-child(2){animation-delay:-.16s}.Loading_dot__N_0tN:nth-child(3){animation-delay:0s}@keyframes Loading_bounce__6Y2X5{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.Loading_loadingMessage__xOlKp{color:#666666;font-size:14px;font-weight:400;margin:0;text-align:center}.ScrollObserver_scrollSentinel__tXLFd{width:100%;padding:20px 0;display:flex;justify-content:center;align-items:center}.ScrollObserver_sentinelTrigger__ZIbci{height:20px;width:100%}@media (max-width:480px){.ScrollObserver_scrollSentinel__tXLFd{padding:15px 0}}