.explore-body { overflow:hidden !important; height:100vh !important; height:100dvh !important; background:#e7ebef; }
.explore-page-column { padding:0 !important; width:100% !important; max-width:none !important; }
.explore-map-page { --ink:#17202a; --muted:#697586; --primary:#6757e8; --primary-dark:#4d3fd0; position:relative; width:100%; height:var(--explore-viewport-height,100dvh); min-height:0; overflow:hidden; background:#e9edf0; color:var(--ink); font-family:Inter,Arial,sans-serif; }
.explore-map { position:absolute; inset:0; }
.explore-map .mapboxgl-canvas { outline:0; }
.explore-map .mapboxgl-ctrl-bottom-left { left:320px; }
.explore-map .mapboxgl-ctrl-bottom-right { right:16px; bottom:88px; }

.explore-map-status { position:absolute; z-index:9; left:calc(50% + 158px); top:50%; width:min(390px,calc(100% - 48px)); padding:28px; box-sizing:border-box; border:1px solid rgba(22,30,42,.08); border-radius:22px; background:rgba(255,255,255,.96); box-shadow:0 18px 48px rgba(31,43,62,.18); text-align:center; transform:translate(-50%,-50%); backdrop-filter:blur(15px); }
.explore-map-status[hidden] { display:none; }
.explore-map-status__spinner { width:40px; height:40px; margin:0 auto 15px; display:block; border:4px solid #e4e1fb; border-top-color:var(--primary); border-radius:50%; animation:explore-map-spin .8s linear infinite; }
.explore-map-status__spinner[hidden] { display:none; }
.explore-map-status h2 { margin:0 0 7px; font-size:20px; }
.explore-map-status p { margin:0; color:var(--muted); font-size:12px; line-height:1.55; }
.explore-map-status button { height:40px; margin-top:16px; padding:0 18px; border:0; border-radius:12px; background:var(--primary); color:#fff; font:800 11px Inter,Arial,sans-serif; cursor:pointer; }
@keyframes explore-map-spin { to { transform:rotate(360deg); } }

.explore-topbar { position:absolute; z-index:12; top:20px; left:340px; right:24px; display:flex; align-items:center; gap:14px; pointer-events:none; }
.explore-topbar > * { pointer-events:auto; }
.explore-brand { min-width:188px; height:58px; padding:0 18px 0 10px; border:1px solid rgba(22,30,42,.08); border-radius:18px; display:flex; align-items:center; gap:10px; background:rgba(255,255,255,.94); box-shadow:0 12px 35px rgba(31,43,62,.16); backdrop-filter:blur(18px); }
.explore-brand__icon { width:42px; height:42px; display:grid; place-items:center; border-radius:14px; background:#ece9ff; font-size:23px; }
.explore-brand strong,.explore-brand small { display:block; line-height:1.12; }
.explore-brand strong { font-size:16px; }
.explore-brand small { margin-top:3px; color:var(--muted); font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.06em; }
.explore-search-wrap { position:relative; flex:1; max-width:560px; }
.explore-search { height:58px; padding:0 12px 0 18px; display:flex; align-items:center; gap:12px; border:1px solid rgba(22,30,42,.08); border-radius:18px; background:rgba(255,255,255,.96); box-shadow:0 12px 35px rgba(31,43,62,.16); backdrop-filter:blur(18px); }
.explore-search i { color:var(--primary); font-size:22px; }
.explore-search input { flex:1; height:auto !important; margin:0 !important; border:0 !important; box-shadow:none !important; font:600 14px Inter,Arial,sans-serif; color:var(--ink); }
.explore-search button { width:32px; height:32px; display:grid; place-items:center; border:0; border-radius:50%; background:#f0f2f5; color:#697586; font-size:22px; cursor:pointer; }
.explore-search-results { position:absolute; top:66px; width:100%; max-height:330px; overflow:auto; padding:7px; border:1px solid #e4e7eb; border-radius:16px; background:white; box-shadow:0 18px 45px rgba(31,43,62,.2); }
.explore-search-result { width:100%; padding:12px; display:flex; align-items:flex-start; gap:11px; border:0; border-radius:12px; background:transparent; text-align:left; cursor:pointer; }
.explore-search-result:hover { background:#f4f2ff; }
.explore-search-result i { margin-top:2px; color:var(--primary); font-size:20px; }
.explore-search-result strong,.explore-search-result small { display:block; }
.explore-search-result strong { font-size:13px; color:var(--ink); }
.explore-search-result small { margin-top:3px; color:var(--muted); font-size:11px; }
.explore-search-empty { padding:18px 14px; color:var(--muted); font-size:12px; font-weight:600; text-align:center; }
.explore-round-btn { width:48px; height:48px; display:grid; place-items:center; border:1px solid rgba(22,30,42,.08); border-radius:16px; background:rgba(255,255,255,.96); color:var(--ink); box-shadow:0 10px 28px rgba(31,43,62,.16); font-size:21px; cursor:pointer; transition:.2s ease; }
.explore-round-btn:hover { transform:translateY(-2px); color:var(--primary); }
.explore-round-btn.is-active { border-color:var(--primary); background:var(--primary); color:#fff; }
.explore-round-btn--profile { width:58px; height:58px; border-radius:18px; }

.explore-categories { position:absolute; z-index:11; top:91px; left:340px; right:24px; display:flex; gap:8px; overflow-x:auto; overflow-y:hidden; padding:2px 0 10px; scrollbar-width:none; pointer-events:auto; touch-action:pan-x; overscroll-behavior-x:contain; -webkit-overflow-scrolling:touch; }
.explore-categories::-webkit-scrollbar { display:none; }
.explore-categories button { flex:none; height:38px; padding:0 14px; border:1px solid rgba(22,30,42,.08); border-radius:20px; background:rgba(255,255,255,.95); box-shadow:0 6px 18px rgba(31,43,62,.12); color:#525e6e; font:700 12px Inter,Arial,sans-serif; cursor:pointer; pointer-events:auto; }
.explore-categories button span { margin-right:5px; }
.explore-categories button.is-active { border-color:var(--primary); background:var(--primary); color:white; }
.explore-beta-badge { position:absolute; z-index:10; top:145px; left:340px; min-height:30px; padding:0 10px 0 7px; display:flex; align-items:center; gap:7px; border:1px solid rgba(103,87,232,.2); border-radius:10px; background:rgba(255,255,255,.94); color:#655f72; box-shadow:0 7px 20px rgba(31,43,62,.12); backdrop-filter:blur(12px); }
.explore-beta-badge strong { padding:4px 6px; border-radius:6px; background:#6757e8; color:#fff; font-size:8px; letter-spacing:.12em; }
.explore-beta-badge span { font-size:9px; font-weight:750; white-space:nowrap; }
.explore-map-controls { position:absolute; z-index:10; right:24px; top:160px; display:flex; flex-direction:column; gap:9px; }

.explore-hill-legend { position:absolute; z-index:10; left:340px; bottom:24px; display:flex; align-items:center; gap:10px; padding:10px 13px; border:1px solid rgba(22,30,42,.08); border-radius:13px; background:rgba(255,255,255,.94); box-shadow:0 8px 24px rgba(31,43,62,.13); color:#596575; font-size:9px; backdrop-filter:blur(14px); }
.explore-hill-legend strong { color:var(--ink); font-size:10px; }
.explore-hill-legend span { display:flex; align-items:center; gap:4px; white-space:nowrap; }
.explore-hill-legend i { width:8px; height:8px; border-radius:50%; }
.explore-hill-legend .is-beginner { background:#27ae60; }
.explore-hill-legend .is-easy { background:#2f80ed; }
.explore-hill-legend .is-moderate { background:#f2994a; }
.explore-hill-legend .is-advanced { background:#eb5757; }

.explore-panel { box-sizing:border-box; position:absolute; z-index:14; top:0; bottom:0; left:0; width:316px; max-width:100%; padding:14px 5px 15px; overflow:hidden; display:flex; flex-direction:column; background:rgba(255,255,255,.97); border-right:1px solid rgba(22,30,42,.08); box-shadow:10px 0 35px rgba(31,43,62,.11); backdrop-filter:blur(20px); transition:transform .28s ease; }
.explore-panel__handle { display:none; width:42px; height:4px; margin:0 auto 14px; border-radius:5px; background:#d2d7df; }
.explore-panel__mobile-toggle { display:none; }
.explore-panel header { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; padding:0 5px 18px; }
.explore-panel > header,.explore-panel__summary { flex:0 0 auto; }
.explore-panel header h1 { margin:5px 0 0; font-size:24px; line-height:1.1; letter-spacing:-.04em; }
.explore-eyebrow { color:var(--primary); font-size:10px; line-height:1; font-weight:800; letter-spacing:.14em; }
.explore-panel header button,.explore-sheet-close { width:34px; height:34px; display:grid; place-items:center; flex:none; border:0; border-radius:50%; background:#f0f2f5; color:#596575; font-size:24px; cursor:pointer; }
.explore-travel-trigger{width:calc(100% - 8px);min-height:54px;margin:0 4px 12px;padding:9px 11px;display:flex;align-items:center;gap:10px;border:1px solid #e3e0fb;border-radius:14px;background:linear-gradient(135deg,#f4f1ff,#fff);color:#5b4bc4;text-align:left;cursor:pointer;transition:.18s ease}.explore-travel-trigger>i:first-child{width:35px;height:35px;display:grid;place-items:center;flex:none;border-radius:11px;background:#6757e8;color:#fff;font-size:18px}.explore-travel-trigger>span{min-width:0;flex:1}.explore-travel-trigger strong,.explore-travel-trigger small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-travel-trigger strong{font-size:11px}.explore-travel-trigger small{margin-top:3px;color:#7a739c;font-size:8px}.explore-travel-trigger>i:last-child{font-size:12px}.explore-travel-trigger:hover,.explore-travel-trigger.is-active{border-color:#bdb4f2;box-shadow:0 7px 18px rgba(91,72,197,.1)}.explore-travel-trigger.is-active>i:first-child{background:#24a36d}.explore-travel-trigger.is-active{border-color:#b7e2cf;background:linear-gradient(135deg,#ecfbf4,#fff);color:#16734b}.explore-travel-trigger.is-active small{color:#56806d}
.explore-panel__summary { margin:0 4px 14px; display:flex; align-items:center; justify-content:space-between; gap:8px; color:var(--muted); font-size:11px; font-weight:700; }
.explore-panel__summary select { width:auto; height:34px; padding:0 28px 0 10px; border:1px solid #e0e4e9; border-radius:10px; background:white; font:700 11px Inter,Arial,sans-serif; }
.explore-nearby-list { box-sizing:border-box; flex:1 1 auto; min-width:0; min-height:0; width:100%; max-width:100%; height:auto; overflow-x:hidden; overflow-y:auto; padding:0 4px 24px; scroll-padding-bottom:24px; scrollbar-width:thin; }
.explore-list-item { box-sizing:border-box; min-width:0; width:100%; max-width:100%; margin:0 0 9px; padding:11px; overflow:hidden; display:grid; grid-template-columns:44px minmax(0,1fr) max-content; align-items:center; gap:10px; border:1px solid #e8eaee; border-radius:15px; background:white; text-align:left; cursor:pointer; transition:.2s ease; }
.explore-list-item:hover { border-color:#cfc9ff; transform:translateY(-1px); box-shadow:0 8px 20px rgba(31,43,62,.08); }
.explore-list-item__icon { width:44px; height:44px; display:grid; place-items:center; border-radius:14px; background:#f2f0ff; font-size:21px; }
.explore-list-item__icon .explore-pin-image{width:34px;height:34px;display:block;object-fit:contain}.explore-list-item__icon .explore-pin-image-missing{width:12px;height:12px;border-radius:50%;background:var(--pin-color,#aeb5c0)}
.explore-list-item__icon .explore-pin-calendar{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e1e5ec;border-radius:12px;background:#fff;color:#182132}.explore-list-item__icon .explore-pin-calendar i{position:absolute;inset:0 0 auto;height:8px;background:#f04464}.explore-list-item__icon .explore-pin-calendar strong{padding-top:6px;font-size:18px;line-height:1.45}
.explore-list-item > span:nth-child(2) { min-width:0; overflow:hidden; }
.explore-list-item strong,.explore-list-item small { display:block; }
.explore-list-item strong { overflow:hidden; font-size:12px; color:var(--ink); text-overflow:ellipsis; white-space:nowrap; }
.explore-list-item small { display:flex; align-items:center; gap:5px; margin-top:4px; overflow:hidden; color:var(--muted); font-size:10px; white-space:nowrap; }
.explore-list-item__meta { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.explore-list-item__distance { min-width:0; max-width:62px; overflow:hidden; color:var(--primary); font-size:10px; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }
.explore-list-item .explore-difficulty-tag.is-icon-only { display:inline-flex; flex:0 0 15px; width:15px; height:15px; padding:0; border:0; border-radius:0; background:transparent!important; box-shadow:none; }
.explore-difficulty-signal { display:block; width:15px; height:15px; fill:currentColor; }
.explore-empty { padding:42px 20px; text-align:center; color:var(--muted); font-size:13px; line-height:1.6; }

.explore-actions { position:absolute; z-index:11; right:24px; bottom:24px; display:flex; gap:10px; }
.explore-action { height:52px; padding:0 18px; display:flex; align-items:center; gap:9px; border:1px solid rgba(22,30,42,.1); border-radius:17px; background:white; color:var(--ink); box-shadow:0 12px 32px rgba(31,43,62,.18); font:800 12px Inter,Arial,sans-serif; cursor:pointer; }
.explore-action i { font-size:19px; }
.explore-action--primary { border-color:var(--primary); background:var(--primary); color:white; }
.explore-action:hover { transform:translateY(-2px); }

.skate-map-native-marker { cursor:pointer; outline:0; }
.skate-map-native-marker > svg { opacity:0; }
.skate-map-native-marker__body { position:absolute; z-index:1; left:50%; bottom:0; width:42px; height:48.28px; display:block; color:#6757e8; filter:drop-shadow(0 4px 5px rgba(22,30,42,.34)); transform:translateX(-50%); pointer-events:none; transition:filter .18s ease; }
.skate-map-native-marker__body svg { width:100%; height:100%; display:block; overflow:visible; }
.skate-map-native-marker__badge { box-sizing:border-box; position:absolute; z-index:2; bottom:15px; left:50%; width:24px; height:24px; display:grid; place-items:center; border:0; border-radius:50%; background:transparent; color:#17202a; font-size:15px; line-height:1; transform:translateX(-50%); pointer-events:none; transition:filter .18s ease; }
.skate-map-native-marker__badge .explore-pin-image{width:22px;height:22px;display:block;object-fit:contain}.skate-map-native-marker__badge .explore-pin-image-missing{width:8px;height:8px;border-radius:50%;background:var(--pin-color,#fff)}.skate-map-native-marker__badge .explore-pin-calendar{position:relative;width:25px;height:25px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:7px;background:#fff;color:#182132;box-shadow:0 1px 3px rgba(0,0,0,.18)}.skate-map-native-marker__badge .explore-pin-calendar i{position:absolute;inset:0 0 auto;height:5px;background:#f04464}.skate-map-native-marker__badge .explore-pin-calendar strong{padding-top:4px;font-size:12px;line-height:1.35}
.skate-map-native-marker.is-event-marker .skate-map-native-marker__badge{bottom:10px;width:34px;height:34px}.skate-map-native-marker.is-event-marker .explore-pin-calendar{box-sizing:border-box;width:34px;height:34px;border:0;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.24)}.skate-map-native-marker.is-event-marker .explore-pin-calendar i{inset:0 0 auto;height:9px;border-radius:17px 17px 0 0;background:#f04464}.skate-map-native-marker.is-event-marker .explore-pin-calendar strong{padding-top:7px;font-size:17px;line-height:1}
.skate-map-event-pulse { box-sizing:border-box; position:absolute; z-index:0; left:50%; bottom:10px; width:34px; height:34px; border:3px solid var(--green,#25d366); border-radius:50%; opacity:.72; transform:translateX(-50%) scale(.72); transform-origin:center; animation:exploreEventPulse 1.85s ease-out infinite; pointer-events:none; }
.skate-map-native-marker.is-event-live .skate-map-native-marker__body { filter:drop-shadow(0 5px 7px rgba(22,30,42,.4)) drop-shadow(0 0 4px rgba(37,211,102,.48)); }
@keyframes exploreEventPulse { 0%{opacity:.78;transform:translateX(-50%) scale(.72)} 70%,100%{opacity:0;transform:translateX(-50%) scale(2.25)} }
@media(prefers-reduced-motion:reduce){.skate-map-event-pulse{animation:none;opacity:.3;transform:translateX(-50%) scale(1.25)}}
.skate-map-native-marker__badge > span { display:block; transform:translateY(-.5px); }
.skate-map-native-marker:hover .skate-map-native-marker__body,.skate-map-native-marker:focus-visible .skate-map-native-marker__body,.skate-map-native-marker.is-selected .skate-map-native-marker__body { filter:drop-shadow(0 6px 7px rgba(22,30,42,.52)) drop-shadow(0 0 3px rgba(103,87,232,.45)); }
.skate-map-native-marker:hover .skate-map-native-marker__badge,.skate-map-native-marker:focus-visible .skate-map-native-marker__badge,.skate-map-native-marker.is-selected .skate-map-native-marker__badge { filter:brightness(1.08); }
.skate-map-user-marker { width:24px; height:24px; display:grid; place-items:center; border:3px solid white; border-radius:50%; background:#2f80ed; box-shadow:0 0 0 9px rgba(47,128,237,.18); }
.skate-map-user-marker span { width:8px; height:8px; border-radius:50%; background:white; }
.skate-map-user-marker.is-travel{width:30px;height:30px;border-color:#fff;background:#6757e8;box-shadow:0 0 0 9px rgba(103,87,232,.18)}.skate-map-user-marker.is-travel i{color:#fff;font-size:16px;line-height:1;transform:rotate(-18deg)}

.explore-detail-card { position:absolute; z-index:16; left:340px; bottom:24px; width:min(430px,calc(100% - 700px)); min-width:350px; padding:18px; border:1px solid rgba(22,30,42,.08); border-radius:20px; background:rgba(255,255,255,.98); box-shadow:0 18px 48px rgba(31,43,62,.23); }
.explore-detail-card.is-visible { animation:explore-detail-reveal .22s ease-out; }
.explore-detail-head { display:flex; align-items:flex-start; gap:12px; }
.explore-detail-heading { min-width:0; flex:1; }
.explore-detail-title-row { margin:2px 36px 4px 0; display:flex; align-items:center; flex-wrap:wrap; gap:7px; }
.explore-detail-icon { box-sizing:border-box; position:relative; width:52px; height:52px; display:grid; place-items:center; flex:none; overflow:visible; border:1px solid rgba(255,255,255,.72); border-radius:16px; background:var(--pin-color,#6757e8); box-shadow:0 6px 15px color-mix(in srgb,var(--pin-color,#6757e8) 28%,transparent); font-size:26px; }
.explore-detail-icon:not(.is-event-day) .explore-pin-image { width:42px; height:42px; display:block; object-fit:contain; }
.explore-detail-icon:not(.is-event-day) .explore-pin-image-missing { width:18px; height:18px; border:4px solid rgba(255,255,255,.88); border-radius:50%; background:transparent; }
.explore-detail-author-photo{box-sizing:border-box;position:absolute;z-index:3;right:-5px;bottom:-5px;width:21px;height:21px;display:block;border:2px solid #fff;border-radius:50%;background:#fff;object-fit:cover;box-shadow:0 2px 6px rgba(20,27,38,.3)}
.explore-detail-head h2 { margin:0; min-width:0; font-size:18px; line-height:1.2; letter-spacing:-.03em; }
.explore-event-heading-status { min-height:22px; padding:3px 8px; display:inline-flex; align-items:center; gap:5px; flex:none; border:1px solid #a8dec1; border-radius:999px; background:#eaf9f0; color:#147343; font-size:9px; font-weight:900; letter-spacing:.02em; line-height:1; white-space:nowrap; }
.explore-event-heading-status i { width:7px; height:7px; border-radius:50%; background:#25b965; box-shadow:0 0 0 0 rgba(37,185,101,.45); animation:exploreHeadingPulse 1.85s ease-out infinite; }
.explore-event-heading-status.is-upcoming { border-color:#eadca4; background:#fff8dc; color:#7a5a00; }
.explore-event-heading-status.is-upcoming i { background:#e0a51b; animation:none; }
.explore-event-page-btn{margin:12px 0;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dedafa;border-radius:13px;background:linear-gradient(135deg,#f5f2ff,#fff);color:#5545c7;text-decoration:none;transition:.18s ease}.explore-event-page-btn:hover{border-color:#bdb5f4;color:#4434b6;transform:translateY(-1px);box-shadow:0 7px 17px rgba(91,72,197,.12)}.explore-event-page-btn>span{min-width:0;display:grid;grid-template-columns:19px 1fr;align-items:center}.explore-event-page-btn>span>i{grid-row:1/3;font-size:17px}.explore-event-page-btn b,.explore-event-page-btn small{grid-column:2;display:block}.explore-event-page-btn b{font-size:11px}.explore-event-page-btn small{margin-top:2px;color:#7b749e;font-size:8px}
@keyframes exploreHeadingPulse { 0%{box-shadow:0 0 0 0 rgba(37,185,101,.5)} 70%,100%{box-shadow:0 0 0 7px rgba(37,185,101,0)} }
@media(prefers-reduced-motion:reduce){.explore-event-heading-status i{animation:none}}
.explore-detail-head small { color:var(--muted); font-size:11px; }
.explore-detail-close { position:absolute; right:12px; top:12px; width:30px; height:30px; border:0; border-radius:50%; background:#f0f2f5; color:#667180; font-size:20px; cursor:pointer; }
.explore-detail-card p { margin:13px 0; color:#4d5867; font-size:12px; line-height:1.55; }
.explore-rating-summary{margin:12px 0;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e3e6eb;border-radius:13px;background:#f8f9fb}.explore-rating-summary__score{min-width:0}.explore-rating-summary__stars{display:flex;gap:2px;color:#c8ced7;font-size:15px;line-height:1}.explore-rating-summary__stars .is-filled{color:#f4b740}.explore-rating-summary__score>span{display:block;margin-top:5px;color:#677180;font-size:9px}.explore-rating-summary__score strong{color:#273140;font-size:11px}.explore-rating-summary>button{flex:none;padding:8px 10px;border:0;border-radius:9px;background:#6757e8;color:#fff;font:800 9px Inter,Arial,sans-serif;cursor:pointer}
.explore-weather-card{margin:12px 0;padding:13px;display:flex;align-items:center;gap:12px;border:1px solid #cfe2f7;border-radius:14px;background:linear-gradient(135deg,#eff8ff,#f5f2ff);color:#315a83}.explore-weather-card>.icon{width:44px;height:44px;display:grid;place-items:center;flex:none;border-radius:13px;background:#fff;color:#4b83d4;font-size:27px;box-shadow:0 6px 16px rgba(63,113,170,.13)}.explore-weather-card__main{min-width:0;flex:1}.explore-weather-card__main>span{display:flex;align-items:baseline;gap:9px}.explore-weather-card__main strong{color:#263b55;font-size:22px;line-height:1}.explore-weather-card__main b{overflow:hidden;color:#49627d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.explore-weather-card__main small,.explore-weather-card__main em{display:block}.explore-weather-card__main small{margin-top:6px;color:#58718b;font-size:9px}.explore-weather-card__main em{margin-top:4px;color:#8698ab;font-size:8px;font-style:normal}.explore-weather-card.is-loading .ion-load-c{animation:exploreWeatherSpin .85s linear infinite}.explore-weather-card.is-unavailable{border-color:#e1e5eb;background:#f6f7f9;color:#687485}.explore-weather-card.is-unavailable>div{min-width:0;flex:1}.explore-weather-card.is-unavailable strong,.explore-weather-card.is-unavailable small{display:block}.explore-weather-card.is-unavailable strong{font-size:11px}.explore-weather-card.is-unavailable small{margin-top:3px;font-size:8px}.explore-weather-card.is-unavailable button{flex:none;padding:7px 9px;border:0;border-radius:8px;background:#e9edf3;color:#4c5868;font-size:8px;font-weight:800;cursor:pointer}@keyframes exploreWeatherSpin{to{transform:rotate(360deg)}}
.explore-rating-modal[hidden]{display:none!important}.explore-rating-modal{position:fixed;z-index:2400;inset:0;display:flex;align-items:center;justify-content:center;padding:20px}.explore-rating-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(8,12,18,.72);cursor:default}.explore-rating-modal__panel{position:relative;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:26px;border:1px solid #e1e5eb;border-radius:18px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.36)}.explore-rating-modal__close{position:absolute;right:14px;top:12px;width:32px;height:32px;border:0;border-radius:50%;background:#f0f2f5;color:#667180;font-size:21px;cursor:pointer}.explore-rating-modal__panel>h2{margin:5px 38px 18px 0;color:#202a37;font-size:19px}.explore-rating-user{display:flex;align-items:center;gap:11px;margin-bottom:18px}.explore-rating-user img{width:44px;height:44px;border-radius:50%;object-fit:cover}.explore-rating-user span,.explore-rating-user strong,.explore-rating-user small{display:block}.explore-rating-user strong{color:#273140;font-size:13px}.explore-rating-user small{margin-top:3px;color:#77818e;font-size:9px}.explore-rating-stars{margin:2px 0 18px;display:flex;justify-content:center;gap:10px}.explore-rating-stars button{padding:0;border:0;background:transparent;color:#a9b0bb;font-size:38px;line-height:1;cursor:pointer;transition:color .15s,transform .15s}.explore-rating-stars button:hover{transform:translateY(-2px)}.explore-rating-stars button.is-selected{color:#f4b740}.explore-rating-comment>span{display:block;margin-bottom:7px;color:#3b4655;font-size:11px;font-weight:800}.explore-rating-comment>span small{font-weight:500}.explore-rating-comment textarea{width:100%;min-height:116px;padding:13px;border:1px solid #dce1e8;border-radius:12px;background:#fff;color:#273140;box-sizing:border-box;resize:vertical;font:500 12px Inter,Arial,sans-serif}.explore-rating-message{min-height:18px;margin-top:7px;color:#24764d;font-size:10px}.explore-rating-message.is-error{color:#c13d3d}.explore-rating-modal footer{margin-top:12px;display:flex;justify-content:flex-end;gap:9px}.explore-rating-modal footer button{min-height:40px;padding:0 16px;border-radius:10px;font:800 10px Inter,Arial,sans-serif;cursor:pointer}.explore-rating-cancel{border:1px solid #d7dce4;background:#fff;color:#465263}.explore-rating-submit{border:0;background:#2f73e8;color:#fff}.explore-rating-submit:disabled{opacity:.55;cursor:wait}@media(max-width:600px){.explore-rating-modal{align-items:flex-end;padding:0}.explore-rating-modal__panel{width:100%;max-height:88vh;padding:22px 18px;border-radius:20px 20px 0 0}.explore-rating-stars{gap:6px}.explore-rating-stars button{font-size:34px}}
.explore-detail-hill-stats { margin:0 0 13px; display:grid; grid-template-columns:repeat(4,1fr); gap:7px; }
.explore-detail-hill-stats span { padding:9px 7px; border-radius:11px; background:#f5f6f8; text-align:center; }
.explore-detail-hill-stats small,.explore-detail-hill-stats strong { display:block; }
.explore-detail-hill-stats small { margin-bottom:4px; color:var(--muted); font-size:8px; }
.explore-detail-hill-stats strong { color:var(--ink); font-size:12px; }
.explore-traffic-alert { margin:0 0 13px; padding:11px 12px; display:flex; align-items:flex-start; gap:10px; border:1px solid #ffd5a3; border-radius:13px; background:#fff7e8; color:#8a4b08; }
.explore-traffic-alert > span { font-size:22px; line-height:1; }
.explore-traffic-alert strong,.explore-traffic-alert small { display:block; }
.explore-traffic-alert strong { margin-bottom:3px; font-size:12px; }
.explore-traffic-alert small { color:#875f34; font-size:9px; line-height:1.4; }
.explore-traffic-alert.is-checking { border-color:#dce3ed; background:#f5f7fa; color:#526071; }
.explore-traffic-alert.is-checking small { color:#7a8796; }
.explore-detail-tags { display:flex; flex-wrap:wrap; gap:6px; }
.explore-detail-tags span { padding:6px 9px; border-radius:9px; background:#f2f4f7; color:#596575; font-size:10px; font-weight:700; }
.explore-detail-tags .explore-difficulty-tag { display:inline-flex; align-items:center; gap:5px; padding:6px 9px; border:0; border-radius:8px; font-size:11px; font-weight:650; box-shadow:none; }
.explore-detail-tags .explore-difficulty-tag > span { display:inline; margin:0; padding:0; border:0; border-radius:0; background:transparent!important; color:inherit!important; font:inherit; box-shadow:none; }
.explore-detail-tags .explore-difficulty-tag.is-beginner,
.explore-detail-tags .explore-difficulty-tag.is-easy { color:#177d60!important; background:#e6f8f1!important; }
.explore-detail-tags .explore-difficulty-tag.is-moderate { color:#9b6907!important; background:#fff4d9!important; }
.explore-detail-tags .explore-difficulty-tag.is-advanced { color:#a43b3b!important; background:#ffe8e8!important; }
.explore-detail-footer { margin-top:14px; padding-top:12px; border-top:1px solid #eceef1; display:flex; align-items:center; justify-content:flex-end; gap:10px; }
.explore-creator { display:flex; align-items:center; gap:9px; color:var(--ink); font-size:11px; font-weight:700; }
.explore-detail-head .explore-creator { width:max-content; max-width:calc(100% - 34px); margin-top:8px; text-decoration:none; }
.explore-creator__byline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-creator__byline b{color:#98a0ab}.explore-creator__verified{width:13px;height:13px;margin-left:4px;display:inline-grid;place-items:center;border-radius:50%;background:#1688f8;color:#fff;font-size:8px;font-style:normal;vertical-align:1px}
.explore-confirm-btn { height:34px; padding:0 11px; border:0; border-radius:10px; background:#e9f8ef; color:#15824c; font:800 10px Inter,Arial,sans-serif; cursor:pointer; }
.explore-detail-actions { display:flex; align-items:center; gap:6px; }
.explore-manage-btn { height:34px; padding:0 10px; display:flex; align-items:center; gap:5px; border:0; border-radius:10px; background:#f0edff; color:#5747d0; font:800 9px Inter,Arial,sans-serif; cursor:pointer; }

.explore-route-builder { position:absolute; z-index:15; left:340px; top:150px; width:360px; padding:18px; border:1px solid rgba(22,30,42,.08); border-radius:20px; background:rgba(255,255,255,.98); box-shadow:0 18px 45px rgba(31,43,62,.2); }
.explore-route-builder h2 { margin:7px 38px 5px 0; font-size:19px; }
.explore-route-builder > p { margin:0; color:var(--muted); font-size:11px; line-height:1.5; }
.explore-hill-route-profile { margin:13px 0 2px; display:flex; align-items:center; justify-content:space-between; gap:12px; color:#596575; font-size:10px; font-weight:800; }
.explore-hill-route-profile select { box-sizing:border-box; height:36px; min-width:132px; margin:0; padding:0 30px 0 10px; border:1px solid #ddd9fa; border-radius:10px; background:#fff; color:#40358c; font:750 10px Inter,Arial,sans-serif; }
.explore-hill-route-profile--metrics { margin:10px 0 0; padding-top:10px; border-top:1px solid #e5e1fb; }
.explore-route-builder .explore-sheet-close { position:absolute; right:12px; top:12px; }
.explore-route-progress { margin:18px 0 8px; display:flex; align-items:center; }
.explore-route-progress span { width:28px; height:28px; display:grid; place-items:center; flex:none; border:2px solid #d7dbe2; border-radius:50%; color:#8a94a3; font-size:10px; font-weight:800; }
.explore-route-progress span.is-active { border-color:var(--primary); background:var(--primary); color:white; }
.explore-route-progress i { height:2px; flex:1; background:#e1e4e9; }
.explore-route-result { margin-top:12px; display:flex; align-items:center; gap:12px; }
.explore-route-result strong { font-size:18px; }
.explore-route-result span { color:var(--muted); font-size:11px; }
.explore-route-result button { margin-left:auto; height:34px; padding:0 11px; border:0; border-radius:10px; background:var(--primary); color:white; font:800 10px Inter,Arial,sans-serif; cursor:pointer; }

.explore-token-notice { position:absolute; z-index:20; left:50%; top:50%; width:min(430px,calc(100% - 40px)); padding:30px; border-radius:24px; background:white; box-shadow:0 24px 65px rgba(31,43,62,.25); text-align:center; transform:translate(-50%,-50%); }
.explore-token-notice__icon { width:64px; height:64px; margin:0 auto 15px; display:grid; place-items:center; border-radius:20px; background:#f0edff; font-size:31px; }
.explore-token-notice h2 { margin:0 0 8px; font-size:23px; }
.explore-token-notice p { margin:0 0 14px; color:var(--muted); font-size:12px; line-height:1.55; }
.explore-token-notice code { display:block; padding:11px; border-radius:10px; background:#171b24; color:#d7d2ff; font-size:11px; }
.explore-token-notice small { display:block; margin-top:12px; color:#8a94a3; font-size:10px; }
.explore-toast { position:absolute; z-index:40; left:50%; bottom:90px; max-width:420px; padding:12px 17px; border-radius:12px; background:#17202a; color:white; box-shadow:0 12px 30px rgba(23,32,42,.28); font-size:12px; font-weight:700; transform:translateX(-50%); }

.explore-sheet { --primary:#6757e8; --primary-dark:#4d3fd0; position:fixed; z-index:10030; inset:0; display:none; align-items:center; justify-content:center; padding:22px; }
.explore-menu-emoji { width:24px; margin-right:9px; display:inline-block; vertical-align:middle; text-align:center; font-size:19px !important; }
.explore-sheet.is-open { display:flex; }
.explore-sheet__backdrop { position:absolute; inset:0; border:0; background:rgba(12,17,25,.58); backdrop-filter:blur(3px); }
.explore-sheet__panel { position:relative; width:min(760px,100%); max-height:92vh; overflow-y:auto; padding:25px 28px 30px; border-radius:24px; background:white; box-shadow:0 24px 70px rgba(12,17,25,.32); }
.explore-sheet__panel > .explore-panel__handle { display:none; }
.explore-sheet__panel > .explore-sheet-close { position:absolute; right:20px; top:20px; }
.explore-sheet__panel h2 { margin:7px 45px 5px 0; font-size:25px; letter-spacing:-.04em; }
.explore-travel-sheet__panel{width:min(520px,100%)}.explore-travel-search{height:52px;padding:0 15px;display:flex;align-items:center;gap:11px;border:1px solid #dfe3ea;border-radius:14px;background:#f8f9fb}.explore-travel-search>i{color:#6757e8;font-size:18px}.explore-travel-search input{min-width:0;height:100%!important;margin:0!important;padding:0!important;flex:1;border:0!important;background:transparent!important;box-shadow:none!important;color:#273140;font:600 13px Inter,Arial,sans-serif!important}.explore-travel-search input:focus{border:0!important;box-shadow:none!important}.explore-travel-search__spinner{width:17px;height:17px;flex:none;border:2px solid #d8d3fa;border-top-color:#6757e8;border-radius:50%;animation:exploreWeatherSpin .8s linear infinite}.explore-travel-results{margin-top:10px;overflow:hidden;border:1px solid #e3e6eb;border-radius:14px;background:#fff}.explore-travel-result{width:100%;min-height:58px;padding:9px 13px;display:flex;align-items:center;gap:11px;border:0;border-bottom:1px solid #edf0f3;background:#fff;color:#384352;text-align:left;cursor:pointer}.explore-travel-result:last-child{border-bottom:0}.explore-travel-result:hover{background:#f7f5ff}.explore-travel-result>i:first-child{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:10px;background:#eeebff;color:#6757e8;font-size:16px}.explore-travel-result>span{min-width:0;flex:1}.explore-travel-result strong,.explore-travel-result small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-travel-result strong{color:#26303d;font-size:11px}.explore-travel-result small{margin-top:3px;color:#7b8491;font-size:9px}.explore-travel-result>i:last-child{color:#a2a9b3;font-size:11px}.explore-travel-hint{min-height:17px;margin:9px 2px 14px;color:#7b8491;font-size:9px}.explore-travel-current{width:100%;min-height:50px;padding:9px 12px;display:flex;align-items:center;gap:11px;border:1px solid #dce2e9;border-radius:13px;background:#fff;color:#354150;text-align:left;cursor:pointer}.explore-travel-current>i{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:50%;background:#eaf3ff;color:#2f80ed;font-size:17px}.explore-travel-current span{min-width:0}.explore-travel-current strong,.explore-travel-current small{display:block}.explore-travel-current strong{font-size:10px}.explore-travel-current small{margin-top:2px;color:#7b8491;font-size:8px}
.explore-form-intro { margin:0 0 18px; color:var(--muted); font-size:12px; }
.explore-create-heading { max-width:580px; margin:0 auto 21px; text-align:center; }
.explore-create-heading h2 { margin:7px 0 5px; }
.explore-create-heading .explore-form-intro { margin:7px 0 0; }
.explore-type-grid { margin-bottom:20px; display:grid; grid-template-columns:repeat(auto-fit,minmax(116px,1fr)); gap:12px; }
.explore-type-option { position:relative; display:block; min-width:0; }
.explore-type-grid input { position:absolute; opacity:0; pointer-events:none; }
.explore-type-card { position:relative; width:100%; min-width:0; min-height:112px; box-sizing:border-box; padding:13px 8px 12px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:9px; overflow:hidden; border:1px solid #e3e7ed; border-radius:18px; background:#fff; box-shadow:0 7px 20px rgba(28,39,56,.06); cursor:pointer; transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease; }
.explore-type-card:hover { border-color:var(--pin-color,var(--primary)); box-shadow:0 11px 24px rgba(28,39,56,.11); transform:translateY(-2px); }
.explore-type-card__visual { width:58px; height:58px; min-width:58px; min-height:58px; max-width:58px; max-height:58px; padding:0; display:flex; align-items:center; justify-content:center; overflow:hidden; box-sizing:border-box; border:0; border-radius:17px; background:#f2f4f8; }
.explore-type-card__image { display:block!important; width:48px!important; height:48px!important; min-width:0!important; max-width:48px!important; max-height:48px!important; margin:0!important; object-fit:contain; }
.explore-type-card__fallback { font-size:28px; line-height:1; }
.explore-type-grid b { max-width:100%; color:#394454; font-size:11px; line-height:1.25; text-align:center; overflow-wrap:anywhere; }
.explore-type-grid input:checked + .explore-type-card { border-color:var(--pin-color,var(--primary)); background:#f8f7ff; box-shadow:0 0 0 3px rgba(103,87,232,.13),0 12px 27px rgba(28,39,56,.1); }
.explore-type-grid input:checked + .explore-type-card::after { content:"\2713"; position:absolute; top:8px; right:8px; width:20px; height:20px; display:grid; place-items:center; border-radius:50%; background:var(--pin-color,var(--primary)); color:#fff; font-size:11px; font-weight:800; box-shadow:0 3px 8px rgba(28,39,56,.18); }
.explore-type-grid input:focus-visible + .explore-type-card { outline:3px solid rgba(103,87,232,.25); outline-offset:2px; }
[data-explore-create-sheet].is-choosing-type [data-explore-create-form] > :not(.explore-type-grid) { display:none !important; }
[data-explore-create-sheet].is-choosing-type .explore-sheet__panel { max-width:720px; padding:30px 32px 32px; background:linear-gradient(180deg,#f8faff 0,#fff 155px); }
.site-dark-theme [data-explore-create-sheet].is-choosing-type .explore-sheet__panel { background:linear-gradient(180deg,#202938 0,#171e29 155px); }
.site-dark-theme .explore-type-card { border-color:#333d4e; background:#1c2431; box-shadow:0 7px 20px rgba(0,0,0,.2); }
.site-dark-theme .explore-type-card:hover { border-color:var(--pin-color,var(--primary)); }
.site-dark-theme .explore-type-card__visual { background:#273142; }
.site-dark-theme .explore-type-grid b { color:#edf1f6; }
.site-dark-theme .explore-type-grid input:checked + .explore-type-card { border-color:var(--pin-color,var(--primary)); background:#242c3b; box-shadow:0 0 0 3px rgba(103,87,232,.2),0 12px 27px rgba(0,0,0,.25); }
.explore-schedule-fields,.explore-access-fields{margin:15px 0 4px;padding:14px;border:1px solid #e1e5eb;border-radius:13px}.explore-schedule-fields legend,.explore-access-fields legend{padding:0 6px;color:#303846;font-size:12px;font-weight:800}.explore-schedule-fields p{margin:0 0 10px;color:#7b8491;font-size:11px}.explore-schedule-fields>div,.explore-access-fields>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.explore-schedule-fields label>span,.explore-access-fields label>span{display:block;margin-bottom:5px;color:#4e5968;font-size:10px;font-weight:800}.explore-schedule-fields input,.explore-access-fields input,.explore-access-fields select{width:100%;height:43px;padding:0 11px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;box-sizing:border-box}.explore-event-creator{display:flex;align-items:center;gap:11px;margin:12px 0;padding:11px;border-radius:14px;background:#111;color:#fff;text-decoration:none}.explore-event-creator img{width:44px;height:44px;border:3px solid #fff;border-radius:50%;object-fit:cover}.explore-event-creator span,.explore-event-creator strong,.explore-event-creator small{display:block}.explore-event-creator strong{font-size:13px}.explore-event-creator small{margin-top:3px;color:#aeb4c0;font-size:10px}
.explore-recurrence-select{display:block;margin-top:12px}.explore-schedule-fields .explore-recurrence-select select{width:100%;height:43px;padding:0 11px;border:1px solid #dfe3e8;border-radius:10px;background:#fff}.explore-schedule-fields>.explore-weekdays{margin:10px 0;display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.explore-weekdays label{cursor:pointer}.explore-weekdays input{position:absolute;opacity:0;pointer-events:none}.explore-weekdays span{height:34px!important;margin:0!important;display:grid!important;place-items:center;border:1px solid #dfe3e8;border-radius:9px;background:#fff;color:#657080!important;font-size:9px!important}.explore-weekdays input:checked+span{border-color:#6757e8;background:#eeeaff;color:#5646cb!important}.explore-schedule-fields [hidden]{display:none!important}.explore-event-alert{margin:12px 0;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid #eadca4;border-radius:13px;background:#fff8dc}.explore-event-alert>span{font-size:23px}.explore-event-alert strong,.explore-event-alert small{display:block}.explore-event-alert strong{color:#7a5a00;font-size:11px}.explore-event-alert small{margin-top:3px;color:#8a7538;font-size:9px}.explore-event-alert.is-active{border-color:#a8dec1;background:#eaf9f0}.explore-event-alert.is-active strong{color:#147343}.explore-event-alert.is-active small{color:#4c8064}

@media (min-width:901px){.explore-round-btn--profile{display:none!important}}
.explore-selected-location { margin:0 0 15px; padding:11px 13px; display:flex; align-items:center; gap:9px; border:1px dashed #cbd1da; border-radius:12px; color:#7a8492; font-size:11px; }
.explore-selected-location.is-ready { border-style:solid; border-color:#91d8b4; background:#f0fbf5; color:#187c4c; }
.explore-hill-metrics { margin:0 0 15px; padding:13px; border:1px solid #e0dcff; border-radius:14px; background:#f7f5ff; }
.explore-hill-metrics__status { color:#5b4bc4; font-size:10px; font-weight:700; line-height:1.45; }
.explore-hill-metrics__status.is-error { color:#b84444; }
.explore-hill-metrics__grid { margin-top:11px; display:grid; grid-template-columns:repeat(5,1fr); gap:7px; }
.explore-hill-metrics__grid span { padding:9px 6px; border-radius:10px; background:#fff; text-align:center; }
.explore-hill-metrics__grid small,.explore-hill-metrics__grid strong { display:block; }
.explore-hill-metrics__grid small { min-height:22px; color:#7a8492; font-size:8px; line-height:1.3; }
.explore-hill-metrics__grid strong { color:#31296f; font-size:12px; }
.explore-hill-metrics__help { margin-top:9px; display:block; color:#7a8492; font-size:8px; line-height:1.45; }
.explore-hill-metrics button { height:34px; margin-top:10px; padding:0 12px; border:0; border-radius:9px; background:#6757e8; color:#fff; font:800 9px Inter,Arial,sans-serif; cursor:pointer; }
.explore-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.explore-form-grid label { display:block; }
.explore-form-grid label.is-wide { grid-column:1/-1; }
.explore-form-grid label > span { display:block; margin:0 0 6px; color:#4e5968; font-size:10px; font-weight:800; }
.explore-form-grid input,.explore-form-grid select,.explore-form-grid textarea { width:100%; height:43px !important; margin:0 !important; padding:0 12px !important; border:1px solid #dfe3e8 !important; border-radius:11px !important; box-sizing:border-box !important; background:white !important; box-shadow:none !important; font:500 12px Inter,Arial,sans-serif !important; }
.explore-form-grid textarea { min-height:88px !important; padding-top:11px !important; resize:vertical; }
.explore-form-message { min-height:18px; margin:10px 0 5px; color:#c0392b; font-size:11px; }
.explore-form-message.is-success { color:#15824c; }
.explore-submit-btn { width:100%; height:48px; border:0; border-radius:13px; background:var(--primary); color:white; font:800 12px Inter,Arial,sans-serif; cursor:pointer; }
.explore-submit-btn:disabled { opacity:.6; cursor:wait; }
.explore-anonymous-option{display:flex;margin:15px 0;padding:13px 14px;align-items:flex-start;gap:11px;border:1px solid #ddd6ff;border-radius:10px;background:#f7f5ff;cursor:pointer}.explore-anonymous-option input{width:17px;height:17px;flex:0 0 17px;margin:2px 0 0;accent-color:#6d4aff}.explore-anonymous-option span,.explore-anonymous-option strong,.explore-anonymous-option small{display:block}.explore-anonymous-option strong{color:#342866;font-size:11px}.explore-anonymous-option small{margin-top:4px;color:#736b8d;font-size:9px;line-height:1.45}.site-dark-theme .explore-anonymous-option{border-color:#463b70;background:#221d36}.site-dark-theme .explore-anonymous-option strong{color:#d7cfff}.site-dark-theme .explore-anonymous-option small{color:#aaa2c4}
.explore-route-form-summary { margin:14px 0 18px; padding:14px; display:flex; align-items:center; justify-content:space-between; border-radius:13px; background:#f0edff; color:var(--primary-dark); }
.explore-route-form-summary strong { font-size:20px; }
.explore-route-form-summary span { font-size:10px; font-weight:700; }

@media (max-width:900px) {
  .explore-sheet{align-items:flex-end;padding:0}.explore-sheet__panel{width:100%;height:100dvh;max-height:100dvh;border-radius:0;padding-top:calc(22px + env(safe-area-inset-top));padding-bottom:calc(22px + env(safe-area-inset-bottom))}.explore-sheet__panel>.explore-panel__handle{display:none}
  .explore-map-page { height:var(--explore-viewport-height,100dvh); min-height:0; }
  .explore-panel { top:auto; left:0; right:0; width:auto; max-width:100vw; height: min(80vh, 601px); padding:8px 16px calc(20px + env(safe-area-inset-bottom)); border:0; border-radius:25px 25px 0 0; transform:translate3d(0,calc(100% - 76px),0); box-shadow:0 -12px 40px rgba(31,43,62,.18); overscroll-behavior:contain; touch-action:pan-y; }
  .explore-panel.is-open { transform:translate3d(0,0,0); }
  .explore-map-page.has-open-detail .explore-panel { transform:translate3d(0,110%,0); pointer-events:none; }
  .explore-panel__handle { display:block; }
  .explore-panel__mobile-toggle { width:100%; height:18px; margin:0 0 2px; padding:0; display:grid; place-items:center; border:0; background:transparent; cursor:pointer; touch-action:manipulation; }
  .explore-panel__mobile-toggle span { width:46px; height:5px; display:block; border-radius:999px; background:#cbd2dc; transition:width .2s ease,background .2s ease; }
  .explore-panel.is-open .explore-panel__mobile-toggle span { width:58px; background:#aeb8c6; }
  .explore-panel:not(.is-open) [data-close-explore-panel] { visibility:hidden; pointer-events:none; }
  .explore-panel header { padding-bottom:10px; }
  .explore-panel header h1 { font-size:20px; }
  .explore-travel-trigger{min-height:48px;margin-bottom:9px;padding:7px 10px}.explore-travel-trigger>i:first-child{width:32px;height:32px}.explore-travel-sheet__panel{height:auto;max-height:86dvh;padding-bottom:calc(22px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.explore-travel-sheet__panel>.explore-panel__handle{display:block}
  .explore-nearby-list { height:auto; padding-bottom:calc(20px + env(safe-area-inset-bottom)); scroll-padding-bottom:calc(20px + env(safe-area-inset-bottom)); }
  .explore-topbar { top:12px; left:12px; right:12px; gap:8px; }
  .explore-brand { display:none; }
  .explore-search { height:50px; border-radius:16px; }
  .explore-round-btn--profile { width:50px; height:50px; border-radius:16px; }
  .explore-categories { top:69px; left:12px; right:12px; padding:2px 12px 12px 0; scroll-padding-inline:0 12px; scroll-snap-type:x proximity; }
  .explore-categories button { scroll-snap-align:start; touch-action:pan-x; }
  .explore-beta-badge { top:116px; left:12px; min-height:27px; padding-right:7px; }
  .explore-beta-badge span { display:none; }
  .explore-map-controls { top:125px; right:12px; }
  .explore-map-controls .explore-round-btn { width:44px; height:44px; }
  .explore-hill-legend { box-sizing:border-box; left:12px; right:auto; bottom:81px; width:min(232px,calc(100% - 144px)); padding:9px 11px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px 8px; overflow:visible; }
  .explore-hill-legend strong { grid-column:1/-1; }
  .explore-hill-legend span { min-width:0; font-size:8px; }
  .explore-actions { right:12px; bottom:81px; }
  .explore-action { width:50px; height:50px; padding:0; justify-content:center; border-radius:16px; }
  .explore-action span { display:none; }
  .explore-detail-card { box-sizing:border-box; left:0; right:0; bottom:0; width:auto; min-width:0; max-height:min(72vh,650px); max-height:min(72dvh,650px); overflow-x:hidden; overflow-y:auto; padding:28px 18px calc(20px + env(safe-area-inset-bottom)); border:0; border-radius:25px 25px 0 0; box-shadow:0 -16px 45px rgba(23,32,42,.25); overscroll-behavior:contain; }
  .explore-detail-card.is-visible { animation:explore-detail-slide-up .28s cubic-bezier(.2,.75,.25,1); }
  .explore-detail-card::before { content:""; position:absolute; top:9px; left:50%; width:46px; height:5px; border-radius:999px; background:#cbd2dc; transform:translateX(-50%); }
  .explore-route-builder { left:12px; top:122px; width:calc(100% - 78px); }
  .explore-map .mapboxgl-ctrl-bottom-left { left:5px; bottom:65px; }
  .explore-map .mapboxgl-ctrl-bottom-right { right:5px; bottom:65px; }
  .explore-map-status { left:50%; top:46%; }
  .explore-type-grid { grid-template-columns:repeat(4,1fr); }
}
.explore-business-hours{display:flex;align-items:flex-start;gap:10px;margin:12px 0;padding:12px;border:1px solid #e4e0ff;border-radius:10px;background:#f7f5ff;color:#3f356f}.explore-business-hours i{margin-top:1px;color:#6d4aff;font-size:20px}.explore-business-hours strong,.explore-business-hours span{display:block}.explore-business-hours strong{margin-bottom:3px;font-size:11px}.explore-business-hours span{white-space:pre-line;color:#5d6572;font-size:11px;line-height:1.5}

@keyframes explore-detail-slide-up { from { transform:translate3d(0,100%,0); opacity:.4; } to { transform:translate3d(0,0,0); opacity:1; } }
@keyframes explore-detail-reveal { from { transform:translateY(10px) scale(.985); opacity:.5; } to { transform:translateY(0) scale(1); opacity:1; } }

.explore-panel__summary{flex-wrap:wrap}.explore-panel__summary [data-explore-modality]{width:100%;height:38px;border:1px solid #e1e5eb;border-radius:10px;padding:0 9px;background:#fff;color:#303846;font:600 11px Inter,sans-serif}.explore-modality-picker{margin:16px 0 4px;padding:14px;border:1px solid #e1e5eb;border-radius:13px}.explore-modality-picker legend{padding:0 6px;font-size:12px;font-weight:800;color:#303846}.explore-modality-picker p{margin:0 0 10px;color:#7b8491;font-size:11px}.explore-modality-picker>div{display:flex;flex-wrap:wrap;gap:7px}.explore-modality-picker label{cursor:pointer}.explore-modality-picker input{position:absolute;opacity:0;pointer-events:none}.explore-modality-picker span{display:block;padding:8px 10px;border:1px solid #dfe3e9;border-radius:999px;background:#fff;font-size:11px;font-weight:700;transition:.15s}.explore-modality-picker input:checked+span{border-color:var(--modality-color);background:#f4f1ff;color:var(--modality-color);box-shadow:0 0 0 1px var(--modality-color)}.explore-detail-modalities{display:flex;flex-wrap:nowrap;gap:6px;margin:10px 0;overflow-x:auto;overflow-y:hidden;padding-bottom:3px;scrollbar-width:thin}.explore-detail-modalities::-webkit-scrollbar{height:4px}.explore-detail-modalities::-webkit-scrollbar-thumb{background:#ccd2dc;border-radius:99px}.explore-detail-modalities span{flex:0 0 auto;padding:6px 9px;border:1px solid var(--modality-color);border-radius:999px;background:#fff;font-size:10px;font-weight:800;color:var(--modality-color)}
.explore-title-rating{appearance:none;border:0;background:transparent;padding:0 2px;display:inline-flex;align-items:center;gap:3px;color:#aeb5c0;cursor:pointer}.explore-title-rating b{font:900 20px/1 Inter,sans-serif}.explore-title-rating small{color:#667180!important;font:800 10px/1 Inter,sans-serif}.explore-title-rating.is-rated b{color:#ffc233}.explore-detail-icon.is-event-day{position:relative;display:flex;align-items:center;justify-content:center;background:#fff;color:#182132;border:1px solid #e1e5ec;overflow:visible}.explore-detail-icon.is-event-day i{position:absolute;inset:0 0 auto;height:10px;border-radius:15px 15px 0 0;background:#f04464}.explore-detail-icon.is-event-day strong{padding-top:7px;font-size:19px;line-height:1.35}.explore-difficulty-tag.is-beginner{background:#eaf8ef!important;color:#159447!important;border-color:#bce8ca!important}.explore-difficulty-tag.is-easy{background:#eaf4ff!important;color:#2678d8!important;border-color:#bddbff!important}.explore-difficulty-tag.is-moderate{background:#fff7df!important;color:#bf7600!important;border-color:#f5d38b!important}.explore-difficulty-tag.is-advanced{background:#fff0f0!important;color:#d83b45!important;border-color:#ffc5c9!important}
.site-dark-theme .explore-difficulty-tag.is-beginner{background:#173526!important;color:#59d38a!important;border-color:#28583c!important}
.site-dark-theme .explore-difficulty-tag.is-easy{background:#182f4b!important;color:#72b3ff!important;border-color:#28517e!important}
.site-dark-theme .explore-difficulty-tag.is-moderate{background:#3b3017!important;color:#f0bd54!important;border-color:#665226!important}
.site-dark-theme .explore-difficulty-tag.is-advanced{background:#402126!important;color:#ff7e87!important;border-color:#6f353c!important}
.site-dark-theme .explore-detail-tags .explore-difficulty-tag{background:#252e3d!important;color:#dbe2ec!important;border-color:transparent!important}
.explore-covered-filter{position:relative;display:inline-flex;align-items:center;cursor:pointer}.explore-covered-filter input{position:absolute;opacity:0;pointer-events:none}.explore-covered-filter span{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;border:1px solid #e0e4e9;border-radius:10px;background:#fff;color:#596575;font-size:10px;font-weight:800;transition:.16s ease}.explore-covered-filter input:checked+span{border-color:#2f80ed;background:#eaf3ff;color:#1764bd;box-shadow:0 0 0 1px rgba(47,128,237,.12)}

@media (max-width:520px) {
  .explore-sheet__panel { padding:20px 16px 24px; }
  .explore-type-grid { grid-template-columns:repeat(3,1fr); }
  .explore-form-grid { grid-template-columns:1fr; }
  .explore-form-grid label.is-wide { grid-column:auto; }
  .explore-schedule-fields>div,.explore-access-fields>div{grid-template-columns:1fr}
  .explore-detail-footer { align-items:flex-start; flex-direction:column; }
  .explore-detail-hill-stats { grid-template-columns:repeat(2,1fr); }
  .explore-hill-metrics__grid { grid-template-columns:repeat(2,1fr); }
}
