.HikeCard-module__zLBc_a__card{background:var(--card-bg);cursor:pointer;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.HikeCard-module__zLBc_a__imageContainer{aspect-ratio:1;background:var(--image-placeholder);position:relative;overflow:hidden}.HikeCard-module__zLBc_a__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.HikeCard-module__zLBc_a__imageLoading{opacity:0}.HikeCard-module__zLBc_a__imageLoaded{opacity:1;transition:opacity .4s}.HikeCard-module__zLBc_a__imageOutgoing{z-index:1}.HikeCard-module__zLBc_a__slideOutLeft{animation:.3s forwards HikeCard-module__zLBc_a__slideOutLeft}.HikeCard-module__zLBc_a__slideOutRight{animation:.3s forwards HikeCard-module__zLBc_a__slideOutRight}.HikeCard-module__zLBc_a__slideInLeft{animation:.3s forwards HikeCard-module__zLBc_a__slideInLeft}.HikeCard-module__zLBc_a__slideInRight{animation:.3s forwards HikeCard-module__zLBc_a__slideInRight}@keyframes HikeCard-module__zLBc_a__slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes HikeCard-module__zLBc_a__slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes HikeCard-module__zLBc_a__slideInLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes HikeCard-module__zLBc_a__slideInRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.HikeCard-module__zLBc_a__noImage{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.9rem;display:flex}.HikeCard-module__zLBc_a__navButton{background:var(--card-bg);width:32px;height:32px;color:var(--text-primary);cursor:pointer;opacity:0;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;line-height:0;transition:opacity .2s,background .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.HikeCard-module__zLBc_a__navButton:hover{background:var(--accent-light);color:var(--accent-color)}.HikeCard-module__zLBc_a__imageContainer:hover .HikeCard-module__zLBc_a__navButton{opacity:1}.HikeCard-module__zLBc_a__navButton:hover{background:#fff}.HikeCard-module__zLBc_a__prevButton{padding-right:2px;left:8px}.HikeCard-module__zLBc_a__nextButton{padding-left:2px;right:8px}.HikeCard-module__zLBc_a__imageIndicators{z-index:2;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.HikeCard-module__zLBc_a__indicator{background:#ffffff80;border-radius:50%;width:6px;height:6px;transition:background .2s}.HikeCard-module__zLBc_a__activeIndicator{background:#fff}.HikeCard-module__zLBc_a__content{flex-direction:column;flex:1;padding:20px;display:flex}.HikeCard-module__zLBc_a__title{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 8px;font-size:1.25rem;font-weight:600;line-height:1.3}.HikeCard-module__zLBc_a__statsRow{flex-wrap:nowrap;gap:24px;margin-bottom:12px;display:flex}.HikeCard-module__zLBc_a__stat{flex-direction:column;gap:2px;display:flex}.HikeCard-module__zLBc_a__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.7rem}.HikeCard-module__zLBc_a__statValue{color:var(--text-primary);font-size:.95rem;font-weight:600}.HikeCard-module__zLBc_a__details{color:var(--text-secondary);flex-direction:column;gap:6px;margin-bottom:16px;font-size:.85rem;display:flex}.HikeCard-module__zLBc_a__detail{gap:4px;display:flex}.HikeCard-module__zLBc_a__detailLabel{color:var(--text-muted)}.HikeCard-module__zLBc_a__cardFooter{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:16px;display:flex}.HikeCard-module__zLBc_a__date{color:var(--text-secondary);margin-top:8px;font-size:.8rem}.HikeCard-module__zLBc_a__locationLink{color:var(--accent-color);align-items:center;gap:2px;font-size:.8rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.HikeCard-module__zLBc_a__locationLink:hover{opacity:.7;text-decoration:underline}.HikeCard-module__zLBc_a__driveTime{background:var(--accent-color);color:#fff;white-space:nowrap;box-sizing:border-box;border-radius:999px;height:calc(.96rem + 10px);padding:5px 12px;font-size:.8rem;font-weight:500;line-height:1.2;text-decoration:none;transition:filter .2s;display:inline-block}a.HikeCard-module__zLBc_a__driveTime{cursor:pointer}a.HikeCard-module__zLBc_a__driveTime:hover{filter:brightness(.85)}[data-theme=dark] .HikeCard-module__zLBc_a__driveTime{background:#4a9d66}[data-theme=dark] a.HikeCard-module__zLBc_a__driveTime:hover{filter:brightness(.9)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .HikeCard-module__zLBc_a__driveTime{background:#4a9d66}:root:not([data-theme=light]) a.HikeCard-module__zLBc_a__driveTime:hover{filter:brightness(.9)}}.HikeCard-module__zLBc_a__driveTimeSkeleton{background:linear-gradient(90deg,var(--border-color)0%,var(--hover-bg)50%,var(--border-color)100%);box-sizing:border-box;background-size:200% 100%;border-radius:999px;width:120px;height:calc(.96rem + 10px);margin-left:auto;animation:1.5s ease-in-out infinite HikeCard-module__zLBc_a__skeleton-loading;display:inline-block}@keyframes HikeCard-module__zLBc_a__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.HikeCard-module__zLBc_a__tags{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:6px;margin-top:0;margin-bottom:0;display:flex}.HikeCard-module__zLBc_a__tag{background:var(--tag-bg);color:var(--tag-color);border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:500}.HikeCard-module__zLBc_a__tagSunrise{color:#c2185b;background:#fce4ec}.HikeCard-module__zLBc_a__tagDaytime{color:#5a4203;background:#fef3cd}.HikeCard-module__zLBc_a__tagSunset{color:#e65100;background:#ffe0b2}[data-theme=dark] .HikeCard-module__zLBc_a__tagSunrise{color:#ff8cc8;background:#b4508c4d}[data-theme=dark] .HikeCard-module__zLBc_a__tagDaytime{color:#ffd966;background:#b496324d}[data-theme=dark] .HikeCard-module__zLBc_a__tagSunset{color:#ffa64d;background:#b4783c4d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .HikeCard-module__zLBc_a__tagSunrise{color:#ff8cc8;background:#b4508c4d}:root:not([data-theme=light]) .HikeCard-module__zLBc_a__tagDaytime{color:#ffd966;background:#b496324d}:root:not([data-theme=light]) .HikeCard-module__zLBc_a__tagSunset{color:#ffa64d;background:#b4783c4d}}
.HikeModal-module__vJGaKG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.HikeModal-module__vJGaKG__modal{background:var(--card-bg);border-radius:20px;flex-direction:column;width:100%;max-width:1100px;height:90vh;display:flex;position:relative;overflow:hidden}.HikeModal-module__vJGaKG__closeButton{-webkit-backdrop-filter:blur(20px);width:40px;height:40px;color:var(--text-primary);cursor:pointer;z-index:10;background:#fff9;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #00000026}.HikeModal-module__vJGaKG__closeButton:hover{color:var(--text-primary);background:#fffc;transform:scale(1.05)}[data-theme=dark] .HikeModal-module__vJGaKG__closeButton{color:#fff;background:#00000080}[data-theme=dark] .HikeModal-module__vJGaKG__closeButton:hover{background:#000000b3}.HikeModal-module__vJGaKG__content{flex-direction:row;height:100%;display:flex;overflow:hidden}.HikeModal-module__vJGaKG__imageSection{background:var(--image-placeholder);width:50%;min-height:400px;position:relative;overflow:hidden}.HikeModal-module__vJGaKG__image{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.HikeModal-module__vJGaKG__imageOutgoing{z-index:1}.HikeModal-module__vJGaKG__slideOutLeft{animation:.3s forwards HikeModal-module__vJGaKG__slideOutLeft}.HikeModal-module__vJGaKG__slideOutRight{animation:.3s forwards HikeModal-module__vJGaKG__slideOutRight}.HikeModal-module__vJGaKG__slideInLeft{animation:.3s forwards HikeModal-module__vJGaKG__slideInLeft}.HikeModal-module__vJGaKG__slideInRight{animation:.3s forwards HikeModal-module__vJGaKG__slideInRight}@keyframes HikeModal-module__vJGaKG__slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes HikeModal-module__vJGaKG__slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes HikeModal-module__vJGaKG__slideInLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes HikeModal-module__vJGaKG__slideInRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.HikeModal-module__vJGaKG__noImage{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.HikeModal-module__vJGaKG__navButton{-webkit-backdrop-filter:blur(20px);width:40px;height:40px;color:var(--text-primary);cursor:pointer;z-index:2;background:#fff9;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.HikeModal-module__vJGaKG__navButton:hover{color:var(--text-primary);background:#fffc;transform:translateY(-50%)scale(1.05)}[data-theme=dark] .HikeModal-module__vJGaKG__navButton{color:#fff;background:#00000080}[data-theme=dark] .HikeModal-module__vJGaKG__navButton:hover{background:#000000b3}.HikeModal-module__vJGaKG__prevButton{padding-right:2px;left:12px}.HikeModal-module__vJGaKG__nextButton{padding-left:2px;right:12px}.HikeModal-module__vJGaKG__imageIndicators{z-index:2;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.HikeModal-module__vJGaKG__indicator{background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .2s}.HikeModal-module__vJGaKG__activeIndicator{background:#fff}.HikeModal-module__vJGaKG__details{flex-direction:column;width:50%;padding:32px;display:flex;overflow-y:auto}.HikeModal-module__vJGaKG__details::-webkit-scrollbar{width:28px}.HikeModal-module__vJGaKG__details::-webkit-scrollbar-track{background:0 0}.HikeModal-module__vJGaKG__details::-webkit-scrollbar-thumb{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;will-change:transform;backface-visibility:hidden;background:url(/hiking-pole.svg) 50%/contain no-repeat;border:none;transform:translateZ(0)}.HikeModal-module__vJGaKG__title{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 16px;font-size:1.75rem;font-weight:700;line-height:1.2}.HikeModal-module__vJGaKG__date{color:var(--text-secondary);font-size:.9rem}.HikeModal-module__vJGaKG__statsGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.HikeModal-module__vJGaKG__stat{flex-direction:column;gap:4px;display:flex}.HikeModal-module__vJGaKG__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.75rem}.HikeModal-module__vJGaKG__statValue{color:var(--text-primary);font-size:1rem;font-weight:600}.HikeModal-module__vJGaKG__locationWrapper{align-items:center;gap:8px;display:flex}.HikeModal-module__vJGaKG__locationLink{color:var(--accent-color);align-items:center;gap:4px;font-size:.9rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.HikeModal-module__vJGaKG__locationLink:hover{opacity:.7;text-decoration:underline}.HikeModal-module__vJGaKG__driveTime{background:var(--accent-color);color:#fff;white-space:nowrap;box-sizing:border-box;border-radius:999px;height:calc(.96rem + 10px);padding:5px 12px;font-size:.8rem;font-weight:500;line-height:1.2;text-decoration:none;transition:filter .2s;display:inline-block}a.HikeModal-module__vJGaKG__driveTime{cursor:pointer}a.HikeModal-module__vJGaKG__driveTime:hover{filter:brightness(.85)}[data-theme=dark] .HikeModal-module__vJGaKG__driveTime{background:#4a9d66}[data-theme=dark] a.HikeModal-module__vJGaKG__driveTime:hover{filter:brightness(.9)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .HikeModal-module__vJGaKG__driveTime{background:#4a9d66}:root:not([data-theme=light]) a.HikeModal-module__vJGaKG__driveTime:hover{filter:brightness(.9)}}.HikeModal-module__vJGaKG__driveTimeSkeleton{background:linear-gradient(90deg,var(--border-color)0%,var(--hover-bg)50%,var(--border-color)100%);box-sizing:border-box;background-size:200% 100%;border-radius:999px;width:120px;height:calc(.96rem + 10px);animation:1.5s ease-in-out infinite HikeModal-module__vJGaKG__skeleton-loading;display:inline-block}@keyframes HikeModal-module__vJGaKG__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.HikeModal-module__vJGaKG__tags{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.HikeModal-module__vJGaKG__tag{background:var(--tag-bg);color:var(--tag-color);border-radius:20px;padding:6px 12px;font-size:.8rem;font-weight:500}.HikeModal-module__vJGaKG__tagSunrise{color:#c2185b;background:#fce4ec}.HikeModal-module__vJGaKG__tagDaytime{color:#5a4203;background:#fef3cd}.HikeModal-module__vJGaKG__tagSunset{color:#e65100;background:#ffe0b2}[data-theme=dark] .HikeModal-module__vJGaKG__tagSunrise{color:#ff8cc8;background:#b4508c4d}[data-theme=dark] .HikeModal-module__vJGaKG__tagDaytime{color:#ffd966;background:#b496324d}[data-theme=dark] .HikeModal-module__vJGaKG__tagSunset{color:#ffa64d;background:#b4783c4d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .HikeModal-module__vJGaKG__tagSunrise{color:#ff8cc8;background:#b4508c4d}:root:not([data-theme=light]) .HikeModal-module__vJGaKG__tagDaytime{color:#ffd966;background:#b496324d}:root:not([data-theme=light]) .HikeModal-module__vJGaKG__tagSunset{color:#ffa64d;background:#b4783c4d}}.HikeModal-module__vJGaKG__section{margin-bottom:24px}.HikeModal-module__vJGaKG__sectionTitle{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 8px;font-size:1rem;font-weight:600}.HikeModal-module__vJGaKG__sectionText{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.6}.HikeModal-module__vJGaKG__detailsFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;display:flex}@media (max-width:768px){.HikeModal-module__vJGaKG__overlay{align-items:flex-start;padding:0}.HikeModal-module__vJGaKG__modal{border-radius:0;min-height:100vh;max-height:100vh;overflow-y:auto}.HikeModal-module__vJGaKG__modal::-webkit-scrollbar{-webkit-appearance:none;width:28px}.HikeModal-module__vJGaKG__modal::-webkit-scrollbar-track{background:0 0}.HikeModal-module__vJGaKG__modal::-webkit-scrollbar-thumb{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;will-change:transform;backface-visibility:hidden;-webkit-appearance:none;background:url(/hiking-pole.svg) 50%/contain no-repeat;border:none;transform:translateZ(0)}@supports (-webkit-touch-callout:none){.HikeModal-module__vJGaKG__modal:after{content:"";background:linear-gradient(to top,var(--card-bg)0%,transparent 100%);pointer-events:none;z-index:1;height:40px;position:sticky;bottom:0;left:0;right:0}}.HikeModal-module__vJGaKG__content{flex-direction:column;overflow:visible}.HikeModal-module__vJGaKG__imageSection{aspect-ratio:1;flex-shrink:0;width:100%;min-height:280px;max-height:none}.HikeModal-module__vJGaKG__details{width:100%;padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px) + 100px);overflow:visible}.HikeModal-module__vJGaKG__title{padding-right:40px;font-size:1.5rem}.HikeModal-module__vJGaKG__closeButton{position:fixed;top:16px;right:12px}}
.SkeletonCard-module__FfyS_a__card{background:var(--card-bg);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.SkeletonCard-module__FfyS_a__image{aspect-ratio:1;background:var(--image-placeholder);animation:1.5s ease-in-out infinite SkeletonCard-module__FfyS_a__shimmer}.SkeletonCard-module__FfyS_a__content{flex-direction:column;flex:1;padding:20px;display:flex}.SkeletonCard-module__FfyS_a__title{background:var(--border-color);border-radius:6px;width:75%;height:26px;margin-bottom:16px;animation:1.5s ease-in-out .1s infinite SkeletonCard-module__FfyS_a__shimmer}.SkeletonCard-module__FfyS_a__statsRow{grid-template-columns:1fr 1fr;gap:0;margin-bottom:12px;display:grid}.SkeletonCard-module__FfyS_a__stat{flex-direction:column;gap:4px;display:flex}.SkeletonCard-module__FfyS_a__statLabel{background:var(--border-color);border-radius:4px;width:50px;height:12px;animation:1.5s ease-in-out .15s infinite SkeletonCard-module__FfyS_a__shimmer}.SkeletonCard-module__FfyS_a__statValue{background:var(--border-color);border-radius:4px;width:60px;height:18px;animation:1.5s ease-in-out .2s infinite SkeletonCard-module__FfyS_a__shimmer}.SkeletonCard-module__FfyS_a__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.SkeletonCard-module__FfyS_a__date{background:var(--border-color);border-radius:4px;width:120px;height:16px;animation:1.5s ease-in-out .3s infinite SkeletonCard-module__FfyS_a__shimmer}.SkeletonCard-module__FfyS_a__link{background:var(--border-color);border-radius:4px;width:90px;height:16px;animation:1.5s ease-in-out .35s infinite SkeletonCard-module__FfyS_a__shimmer}@keyframes SkeletonCard-module__FfyS_a__shimmer{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
.HikeGallery-module__9i8JOW__gallery{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;width:100%;display:grid}.HikeGallery-module__9i8JOW__loading,.HikeGallery-module__9i8JOW__error,.HikeGallery-module__9i8JOW__empty{text-align:center;min-height:300px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.HikeGallery-module__9i8JOW__spinner{border:3px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite HikeGallery-module__9i8JOW__spin}@keyframes HikeGallery-module__9i8JOW__spin{to{transform:rotate(360deg)}}.HikeGallery-module__9i8JOW__error{color:var(--error-color)}.HikeGallery-module__9i8JOW__errorHint,.HikeGallery-module__9i8JOW__emptyHint{color:var(--text-muted);margin-top:8px;font-size:.9rem}@media (max-width:768px){.HikeGallery-module__9i8JOW__gallery{grid-template-columns:1fr;gap:20px}}
.StateFilter-module__qGwjGG__filterWrapper{flex-direction:column;gap:8px;display:inline-flex;position:relative}.StateFilter-module__qGwjGG__label{color:var(--text-secondary);font-size:.85rem;font-weight:500;font-family:var(--font-body);cursor:default;-webkit-user-select:none;user-select:none}.StateFilter-module__qGwjGG__measureText{visibility:hidden;white-space:nowrap;font-family:var(--font-body);padding:0;font-size:.95rem;position:absolute}.StateFilter-module__qGwjGG__button{border:1px solid var(--border-color);background:var(--card-bg);width:100%;min-width:150px;height:46px;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;text-align:left;border-radius:12px;outline:none;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.StateFilter-module__qGwjGG__button:hover{background:var(--hover-bg)}.StateFilter-module__qGwjGG__buttonActive{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--accent-light)}.StateFilter-module__qGwjGG__filterIcon{color:var(--text-secondary);pointer-events:none;flex-shrink:0;margin-right:8px}.StateFilter-module__qGwjGG__buttonText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.StateFilter-module__qGwjGG__buttonText.StateFilter-module__qGwjGG__placeholder{color:var(--text-secondary)}.StateFilter-module__qGwjGG__icon{color:var(--text-secondary);pointer-events:none;flex-shrink:0;margin-left:8px;transition:transform .2s,color .2s}.StateFilter-module__qGwjGG__iconOpen{transform:rotate(180deg)}.StateFilter-module__qGwjGG__dropdown{background:var(--card-bg);border:1px solid var(--border-color);z-index:100;border-radius:12px;flex-direction:column;gap:8px;width:100%;max-height:80vh;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.StateFilter-module__qGwjGG__option{width:100%;color:var(--text-primary);font-family:var(--font-body);text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:12px;font-size:.95rem;transition:background .2s}.StateFilter-module__qGwjGG__option:hover{background:var(--hover-bg)}.StateFilter-module__qGwjGG__optionSelected{background:var(--hover-bg);color:var(--accent-color);font-weight:500}.StateFilter-module__qGwjGG__clearButton{background:var(--accent-color);color:#fff;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;outline:none;align-self:flex-end;margin-left:auto;padding:6px 16px;font-size:.9rem;font-weight:500;transition:background .2s,transform .2s}[data-theme=dark] .StateFilter-module__qGwjGG__clearButton{background:#4a9d66}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .StateFilter-module__qGwjGG__clearButton{background:#4a9d66}}.StateFilter-module__qGwjGG__clearButton:hover{filter:brightness(.85)}[data-theme=dark] .StateFilter-module__qGwjGG__clearButton:hover{filter:brightness(.9)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .StateFilter-module__qGwjGG__clearButton:hover{filter:brightness(.9)}}.StateFilter-module__qGwjGG__stateGroup{flex-direction:column;gap:8px;display:flex}.StateFilter-module__qGwjGG__parkGroup{flex-direction:column;gap:8px;margin-left:20px;display:flex}.StateFilter-module__qGwjGG__parkOption{padding-left:20px;padding-right:20px;font-size:.9rem}@media (max-width:900px){.StateFilter-module__qGwjGG__filterWrapper{box-sizing:border-box;flex:0 0 calc(66.666% - 6px);min-width:0;max-width:calc(66.666% - 6px)}.StateFilter-module__qGwjGG__button{box-sizing:border-box;min-width:0;width:100%!important}}@media (max-width:768px){.StateFilter-module__qGwjGG__filterWrapper{flex:0 0 calc(50% - 6px);min-width:0;max-width:calc(50% - 6px);position:static}.StateFilter-module__qGwjGG__dropdown{width:auto!important;margin-left:0!important;position:fixed!important;left:16px!important;right:16px!important}}@media (max-width:480px){.StateFilter-module__qGwjGG__label{font-size:.8rem}.StateFilter-module__qGwjGG__button{height:44px;font-size:.9rem}}
.SortDropdown-module__1xSbna__sortWrapper{flex-direction:column;gap:8px;display:inline-flex;position:relative}.SortDropdown-module__1xSbna__label{color:var(--text-secondary);font-size:.85rem;font-weight:500;font-family:var(--font-body);cursor:default;-webkit-user-select:none;user-select:none}.SortDropdown-module__1xSbna__measureText{visibility:hidden;white-space:nowrap;font-family:var(--font-body);padding:0;font-size:.95rem;position:absolute}.SortDropdown-module__1xSbna__button{border:1px solid var(--border-color);background:var(--card-bg);width:100%;min-width:150px;height:46px;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;text-align:left;border-radius:12px;outline:none;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.SortDropdown-module__1xSbna__button:hover{background:var(--hover-bg)}.SortDropdown-module__1xSbna__buttonActive{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--accent-light)}.SortDropdown-module__1xSbna__sortIcon{color:var(--text-secondary);pointer-events:none;flex-shrink:0;margin-right:8px}.SortDropdown-module__1xSbna__buttonText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.SortDropdown-module__1xSbna__icon{color:var(--text-secondary);pointer-events:none;flex-shrink:0;margin-left:8px;transition:transform .2s,color .2s}.SortDropdown-module__1xSbna__iconOpen{transform:rotate(180deg)}.SortDropdown-module__1xSbna__dropdown{background:var(--card-bg);border:1px solid var(--border-color);z-index:100;border-radius:12px;flex-direction:column;gap:8px;width:100%;max-height:80vh;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}@media (max-width:768px){.SortDropdown-module__1xSbna__sortWrapper{position:static}.SortDropdown-module__1xSbna__dropdown{width:auto!important;margin-left:0!important;position:fixed!important;left:16px!important;right:16px!important}}.SortDropdown-module__1xSbna__option{width:100%;color:var(--text-primary);font-family:var(--font-body);text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:12px;font-size:.95rem;transition:background .2s}.SortDropdown-module__1xSbna__option:hover{background:var(--hover-bg)}.SortDropdown-module__1xSbna__optionSelected{background:var(--hover-bg);color:var(--accent-color);font-weight:500}@media (max-width:900px){.SortDropdown-module__1xSbna__sortWrapper{flex:1;width:100%;min-width:0;overflow:visible}.SortDropdown-module__1xSbna__button{box-sizing:border-box;max-width:100%}}@media (max-width:768px){.SortDropdown-module__1xSbna__sortWrapper{flex:0 0 calc(50% - 6px);min-width:0;max-width:calc(50% - 6px)}.SortDropdown-module__1xSbna__button{width:100%!important}}@media (max-width:480px){.SortDropdown-module__1xSbna__label{font-size:.8rem}.SortDropdown-module__1xSbna__button{height:44px;font-size:.9rem}}
.ThemeToggle-module__b1g1DG__toggle{border:1px solid var(--border-color);background:var(--card-bg);width:46px;height:46px;color:var(--text-secondary);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.ThemeToggle-module__b1g1DG__toggle:hover{background:var(--hover-bg);color:var(--text-primary)}.ThemeToggle-module__b1g1DG__moonIcon{z-index:1;position:relative}.ThemeToggle-module__b1g1DG__star1,.ThemeToggle-module__b1g1DG__star2,.ThemeToggle-module__b1g1DG__star3{opacity:0;color:var(--text-secondary);transition:opacity .3s,transform .3s;position:absolute}.ThemeToggle-module__b1g1DG__star1{top:6px;right:8px;transform:scale(.5)}.ThemeToggle-module__b1g1DG__star2{bottom:10px;right:6px;transform:scale(.5)}.ThemeToggle-module__b1g1DG__star3{top:12px;left:6px;transform:scale(.5)}.ThemeToggle-module__b1g1DG__lightMode:hover .ThemeToggle-module__b1g1DG__star1{animation:.8s ease-out forwards ThemeToggle-module__b1g1DG__twinkleOnce}.ThemeToggle-module__b1g1DG__lightMode:hover .ThemeToggle-module__b1g1DG__star2{animation:.8s ease-out .15s forwards ThemeToggle-module__b1g1DG__twinkleOnce}.ThemeToggle-module__b1g1DG__lightMode:hover .ThemeToggle-module__b1g1DG__star3{animation:.8s ease-out .3s forwards ThemeToggle-module__b1g1DG__twinkleOnce}@keyframes ThemeToggle-module__b1g1DG__twinkleOnce{0%{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}
.Stars-module__8-3sbG__starsContainer{pointer-events:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar1,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar2,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar3,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar4,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar5,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar6,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar7,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__shootingStar8,.Stars-module__8-3sbG__paused .Stars-module__8-3sbG__twinkle{animation-play-state:paused}[data-theme=light] .Stars-module__8-3sbG__starsContainer{display:none}html:not([data-theme=dark]) .Stars-module__8-3sbG__starsContainer{display:none}[data-theme=dark] .Stars-module__8-3sbG__starsContainer{display:block}.Stars-module__8-3sbG__twinkle{background:#fff;border-radius:50%;animation:1.5s ease-in-out forwards Stars-module__8-3sbG__twinkleBright;position:absolute;box-shadow:0 0 6px 2px #fffc}@keyframes Stars-module__8-3sbG__twinkleBright{0%{opacity:0;transform:scale(.3)}40%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(.5)}}.Stars-module__8-3sbG__shootingStar1,.Stars-module__8-3sbG__shootingStar2,.Stars-module__8-3sbG__shootingStar3,.Stars-module__8-3sbG__shootingStar4,.Stars-module__8-3sbG__shootingStar5,.Stars-module__8-3sbG__shootingStar6,.Stars-module__8-3sbG__shootingStar7,.Stars-module__8-3sbG__shootingStar8{opacity:0;will-change:transform,opacity,background-size;background:linear-gradient(90deg,#ffffffe6,#0000) 0 no-repeat;border-radius:50%;width:90px;height:2px;position:absolute;transform:rotate(-45deg)}.Stars-module__8-3sbG__shootingStar1:before,.Stars-module__8-3sbG__shootingStar2:before,.Stars-module__8-3sbG__shootingStar3:before,.Stars-module__8-3sbG__shootingStar4:before,.Stars-module__8-3sbG__shootingStar5:before,.Stars-module__8-3sbG__shootingStar6:before,.Stars-module__8-3sbG__shootingStar7:before,.Stars-module__8-3sbG__shootingStar8:before{content:"";will-change:opacity;background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;top:-1px;left:0;box-shadow:0 0 10px 2px #fffc}.Stars-module__8-3sbG__shootingStar1{animation:25s ease-out 3s infinite Stars-module__8-3sbG__shootingStar;top:8%;left:75%}.Stars-module__8-3sbG__shootingStar2{width:65px;animation:32s ease-out 10s infinite Stars-module__8-3sbG__shootingStar;top:25%;left:55%}.Stars-module__8-3sbG__shootingStar3{width:140px;animation:38s ease-out 18s infinite Stars-module__8-3sbG__shootingStar;top:45%;left:85%}.Stars-module__8-3sbG__shootingStar4{width:75px;animation:28s ease-out 7s infinite Stars-module__8-3sbG__shootingStar;top:15%;left:40%}.Stars-module__8-3sbG__shootingStar5{width:130px;animation:42s ease-out 25s infinite Stars-module__8-3sbG__shootingStar;top:60%;left:70%}.Stars-module__8-3sbG__shootingStar6{width:55px;animation:35s ease-out 15s infinite Stars-module__8-3sbG__shootingStar;top:35%;left:90%}.Stars-module__8-3sbG__shootingStar7{width:110px;animation:30s ease-out 1s infinite Stars-module__8-3sbG__shootingStar;top:5%;left:50%}.Stars-module__8-3sbG__shootingStar8{width:85px;animation:40s ease-out 22s infinite Stars-module__8-3sbG__shootingStar;top:55%;left:45%}@keyframes Stars-module__8-3sbG__shootingStar{0%{opacity:0;background-size:100% 100%;transform:rotate(-45deg)translate(0)}.2%{opacity:1}1.8%{opacity:1;background-size:100% 100%;transform:rotate(-45deg)translate(-350px)}2.3%{opacity:1;background-size:70% 100%;transform:rotate(-45deg)translate(-350px)}2.8%{opacity:1;background-size:40% 100%;transform:rotate(-45deg)translate(-350px)}3.3%{opacity:1;background-size:10% 100%;transform:rotate(-45deg)translate(-350px)}3.6%{opacity:1;background-size:0% 100%;transform:rotate(-45deg)translate(-350px)}4.2%{opacity:0;transform:rotate(-45deg)translate(-350px)}4.5%,to{opacity:0;transform:rotate(-45deg)translate(-350px)}}@media (prefers-color-scheme:light){html:not([data-theme=dark]) .Stars-module__8-3sbG__starsContainer{display:none}}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .Stars-module__8-3sbG__starsContainer{display:block}}
.AddressInput-module__S7WbiG__addressWrapper{flex-direction:column;gap:8px;display:flex}.AddressInput-module__S7WbiG__inputWrapper{position:relative}.AddressInput-module__S7WbiG__label{color:var(--text-secondary);font-size:.85rem;font-weight:500;font-family:var(--font-body);cursor:default;-webkit-user-select:none;user-select:none}.AddressInput-module__S7WbiG__addressContainer{align-items:center;width:360px;display:flex;position:relative}.AddressInput-module__S7WbiG__icon{color:var(--text-secondary);pointer-events:none;z-index:1;position:absolute;left:14px}.AddressInput-module__S7WbiG__input{border:1px solid var(--border-color);background:var(--card-bg);width:100%;color:var(--text-primary);font-family:var(--font-body);border-radius:12px;outline:none;padding:12px 16px 12px 44px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.AddressInput-module__S7WbiG__input::placeholder{color:var(--text-secondary)}.AddressInput-module__S7WbiG__input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--accent-light)}.pac-container{border:1px solid var(--border-color);background:var(--card-bg);z-index:1000;font-family:var(--font-body);border-radius:12px;margin-top:8px;overflow:hidden;box-shadow:0 4px 16px #0000001a}[data-theme=dark] .pac-container{box-shadow:0 4px 16px #0000004d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .pac-container{box-shadow:0 4px 16px #0000004d}}.pac-item{cursor:pointer;border-top:1px solid var(--border-color);font-family:var(--font-body);color:var(--text-primary);align-items:center;padding:12px 16px 12px 44px;font-size:.95rem;line-height:1.6;transition:background-color .2s;display:flex;position:relative}.pac-item:first-child{border-top:none}:is(.pac-item:hover,.pac-item-selected){background:var(--hover-bg)}.pac-item-query{color:var(--text-primary);font-size:.95rem;line-height:1.6}.pac-icon{display:none!important}.lucide-pin-icon{color:var(--text-secondary);opacity:.7;flex-shrink:0;align-items:center;margin-right:12px;display:inline-flex}.pac-matched{color:var(--accent-color);font-weight:600}.pac-item-query .pac-matched{color:var(--accent-color)}.pac-item-query span:not(.pac-matched){color:var(--text-secondary)}@media (max-width:900px){.AddressInput-module__S7WbiG__addressWrapper,.AddressInput-module__S7WbiG__addressContainer{width:100%}}.AddressInput-module__S7WbiG__locationDropdown{background:var(--card-bg);border:1px solid var(--border-color);z-index:1001;border-radius:12px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001a}[data-theme=dark] .AddressInput-module__S7WbiG__locationDropdown{box-shadow:0 4px 16px #0000004d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .AddressInput-module__S7WbiG__locationDropdown{box-shadow:0 4px 16px #0000004d}}.AddressInput-module__S7WbiG__locationOption{width:100%;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;transition:background-color .2s;display:flex;position:relative}.AddressInput-module__S7WbiG__locationOption:hover:not(:disabled){background:var(--hover-bg)}.AddressInput-module__S7WbiG__locationOption:disabled{opacity:.6;cursor:not-allowed}.AddressInput-module__S7WbiG__locationIcon{color:var(--text-secondary);flex-shrink:0}@media (max-width:768px){.AddressInput-module__S7WbiG__input{height:44px;font-size:16px}.AddressInput-module__S7WbiG__label{font-size:.8rem}}
.PageContent-module__WeWika__page{max-width:1400px;min-height:100vh;margin:0 auto;padding:40px 24px 60px}.PageContent-module__WeWika__header{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.PageContent-module__WeWika__titleRow{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.PageContent-module__WeWika__titleRightControls{flex:none;align-items:center;gap:12px;display:flex}.PageContent-module__WeWika__title{color:var(--text-primary);letter-spacing:-.02em;flex:0 auto;min-width:0;margin:0;font-size:1.75rem;font-weight:700}.PageContent-module__WeWika__controls{flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:12px;width:100%;display:flex}.PageContent-module__WeWika__pauseButtonWrapper{position:relative}.PageContent-module__WeWika__pauseButton{border:1px solid var(--border-color);background:var(--card-bg);width:46px;height:46px;color:var(--text-secondary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s;display:flex}.PageContent-module__WeWika__pauseButton:hover{background:var(--hover-bg);color:var(--text-primary)}.PageContent-module__WeWika__tooltip{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-primary);white-space:nowrap;opacity:0;visibility:hidden;z-index:10;border-radius:8px;padding:8px 12px;font-size:.85rem;transition:opacity .2s,visibility .2s;position:absolute;box-shadow:0 4px 12px #00000026}.PageContent-module__WeWika__tooltipLeft{top:50%;right:calc(100% + 8px);transform:translateY(-50%)}.PageContent-module__WeWika__tooltipLeft:before{content:"";border:6px solid #0000;border-left-color:var(--border-color);position:absolute;top:50%;left:100%;transform:translateY(-50%)}.PageContent-module__WeWika__tooltipLeft:after{content:"";border:5px solid #0000;border-left-color:var(--card-bg);position:absolute;top:50%;left:100%;transform:translateY(-50%)}.PageContent-module__WeWika__tooltipTop{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.PageContent-module__WeWika__tooltipTop:before{content:"";transform:translateX(calc(-50% + var(--pointer-offset,0px)));border:6px solid #0000;border-top-color:var(--border-color);position:absolute;top:100%;left:50%}.PageContent-module__WeWika__tooltipTop:after{content:"";transform:translateX(calc(-50% + var(--pointer-offset,0px)));border:5px solid #0000;border-top-color:var(--card-bg);position:absolute;top:100%;left:50%}.PageContent-module__WeWika__tooltipBottom{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.PageContent-module__WeWika__tooltipBottom:before{content:"";border:6px solid #0000;border-bottom-color:var(--border-color);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.PageContent-module__WeWika__tooltipBottom:after{content:"";border:5px solid #0000;border-bottom-color:var(--card-bg);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}@media (hover:hover){.PageContent-module__WeWika__pauseButtonWrapper:hover .PageContent-module__WeWika__tooltip{opacity:1;visibility:visible;transition-delay:.3s}}.PageContent-module__WeWika__main{width:100%}.PageContent-module__WeWika__footer{flex-direction:column;align-items:center;margin-top:60px;display:flex}.PageContent-module__WeWika__stargazeButton{border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;border-radius:12px;padding:12px 24px;font-size:.9rem;transition:background .2s,color .2s,border-color .2s}.PageContent-module__WeWika__stargazeButton:hover{background:var(--hover-bg);color:var(--text-primary)}.PageContent-module__WeWika__stargazeSpacer{width:100%;height:100vh}.PageContent-module__WeWika__filterGroup{flex-wrap:wrap;flex:none;align-items:flex-end;gap:12px;min-width:0;display:flex}.PageContent-module__WeWika__addressWrapper{flex:none;display:flex}.PageContent-module__WeWika__themeToggleWrapper{flex-shrink:0;display:flex}@media (max-width:1400px){.PageContent-module__WeWika__controls{gap:12px}}@media (max-width:1200px){.PageContent-module__WeWika__controls{gap:12px}.PageContent-module__WeWika__filterGroup{flex:auto;min-width:0;max-width:100%}.PageContent-module__WeWika__addressWrapper{flex:none;min-width:280px}}@media (max-width:1000px){.PageContent-module__WeWika__addressWrapper{flex:0 0 100%;width:100%}}@media (max-width:900px){.PageContent-module__WeWika__controls{gap:12px;width:100%}.PageContent-module__WeWika__filterGroup,.PageContent-module__WeWika__addressWrapper{flex:0 0 100%;width:100%;min-width:0;max-width:100%}}@media (max-width:768px){.PageContent-module__WeWika__page{padding:24px 16px 40px}.PageContent-module__WeWika__header{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:24px}.PageContent-module__WeWika__titleRow{flex-wrap:nowrap}.PageContent-module__WeWika__titleRightControls{flex-shrink:0}.PageContent-module__WeWika__controls{gap:16px;width:100%}.PageContent-module__WeWika__filterGroup{gap:12px}}@media (max-width:480px){.PageContent-module__WeWika__controls{gap:12px}.PageContent-module__WeWika__titleRightControls{flex-direction:row;align-items:center;gap:12px;width:auto}.PageContent-module__WeWika__pauseButtonWrapper{width:auto}.PageContent-module__WeWika__pauseButton{width:46px;height:46px}.PageContent-module__WeWika__themeToggleWrapper{width:auto}.PageContent-module__WeWika__toggle{width:46px;height:46px}}
