.pet-world-discover-page{--primary:#ff8359;--primary-dark:#e67242;--primary-soft:#fff8f3;--secondary:#2f4858;--secondary-dark:#243d4a;--background:#fff;--surface:#f8fafc;--border:#e8eef2;--text:#243d4a;--text-muted:#64748b;max-width:100%;padding-bottom:2rem;background:var(--background)}.pet-world-discover-header{text-align:center;padding:.45rem .75rem .15rem;background:var(--background)}.pet-world-discover-title{font-size:1.85rem;font-weight:700;color:var(--secondary);margin:0;line-height:1.15}.pet-world-discover-map-wrap{margin:.2rem auto 0;max-width:1280px;padding:0 .75rem}#pwdMapFilters.pwd-filter{display:block;width:100%;margin:0 0 .45rem;padding:.5rem .65rem;border-radius:14px;border:1px solid var(--border,#e8eef2);background:#fff8f3;box-shadow:0 2px 14px rgba(47,72,88,.06);box-sizing:border-box}#pwdMapFilters .pwd-filter__track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.15rem .1rem}#pwdMapFilters .pwd-filter__track::-webkit-scrollbar{display:none;height:0}#pwdMapFilters .pwd-filter__chip{box-sizing:border-box;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.4rem;flex:0 0 auto;margin:0;padding:.5rem .95rem;min-height:2.35rem;border:1px solid #e8eef2;border-radius:999px;background-color:#fff;background-image:none;color:#2f4858;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;letter-spacing:0;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap;cursor:pointer;user-select:none;-webkit-appearance:none;appearance:none;box-shadow:0 1px 3px rgba(47,72,88,.06);transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease}#pwdMapFilters .pwd-filter__chip:hover{border-color:#cbd5e1;box-shadow:0 3px 10px rgba(47,72,88,.1);transform:translateY(-1px)}#pwdMapFilters .pwd-filter__chip.is-active,#pwdMapFilters .pwd-filter__chip.is-active:hover{background-color:#2f4858;border-color:#2f4858;color:#fff;box-shadow:0 4px 14px rgba(47,72,88,.22);transform:none}#pwdMapFilters .pwd-filter__chip:focus{outline:0}#pwdMapFilters .pwd-filter__chip:focus-visible{outline:2px solid #ff8359;outline-offset:2px}#pwdMapFilters .pwd-filter__icon{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;flex-shrink:0;line-height:1}#pwdMapFilters .pwd-filter__icon i{font-size:.875rem;color:#ff8359;pointer-events:none}#pwdMapFilters .pwd-filter__chip.is-active .pwd-filter__icon i{color:#fff}#pwdMapFilters .pwd-filter__chip--text-only{padding-left:1.1rem;padding-right:1.1rem}#pwdMapFilters .pwd-filter__label{display:inline-block;line-height:1.2;pointer-events:none}@media(min-width:992px){#pwdMapFilters .pwd-filter__track{flex-wrap:wrap;overflow-x:visible;justify-content:flex-start}#pwdMapFilters .pwd-filter__chip{font-size:.84rem;padding:.52rem 1.05rem}}.pet-world-discover-map{width:100%;height:min(58vh,480px);min-height:300px;border-radius:14px;overflow:hidden;background:var(--background);position:relative;border:1px solid var(--border);box-shadow:0 1px 3px rgba(47,72,88,.04);touch-action:none}@media(max-width:768px){.pet-world-discover-map-wrap{overscroll-behavior:contain}}.pwd-map-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--background);z-index:2;color:var(--text-muted);font-weight:500}.pet-world-discover-map.ready .pwd-map-loading{display:none}.pet-world-discover-map.pwd-map-refreshing::after{content:'';position:absolute;inset:0;z-index:3;pointer-events:none;background:rgba(255,255,255,.35);transition:opacity .2s ease}.pet-world-discover-feed{max-width:1280px;margin:1.25rem auto 0;padding:0 .75rem}.pwd-feed-title{font-size:1.1rem;font-weight:700;color:var(--secondary);margin:0 0 1rem;text-align:center}.pwd-feed-city-group{margin-bottom:1.5rem}.pwd-feed-city-header{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .5rem;margin-bottom:.65rem;font-weight:600;color:var(--secondary);font-size:.92rem}.pwd-feed-city-header i{font-size:.85rem;color:var(--text-muted)}.pwd-feed-country{color:var(--text-muted);font-weight:500;font-size:.85rem}.pwd-feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;list-style:none;margin:0;padding:0}.pwd-feed-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;height:100%;cursor:pointer;-webkit-tap-highlight-color:transparent}.pwd-feed-card:hover{transform:translateY(-2px);background:var(--primary-soft);box-shadow:0 4px 14px rgba(47,72,88,.08)}.pwd-feed-card-media{position:relative;width:100%;aspect-ratio:1;background:var(--background);overflow:hidden}.pwd-feed-card-media img,.pwd-feed-card-media video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.pwd-feed-card-media .pwd-feed-video-ph,.pwd-feed-card-media .pwd-feed-card-placeholder{pointer-events:none}.pwd-feed-img-lazy{background:var(--surface)}.pwd-feed-img-lazy:not(.pwd-feed-img-loaded){opacity:0}.pwd-feed-img-lazy.pwd-feed-img-loaded{opacity:1;transition:opacity .2s ease}.pwd-feed-video-ph{width:100%;height:100%;min-height:100%;background:var(--surface)}.pwd-feed-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1.5rem;opacity:.35}.pwd-feed-card-body{padding:.45rem .5rem .55rem;display:flex;flex-direction:column;gap:.25rem;flex:1;background:var(--background)}.pwd-feed-cat-badge{display:inline-block;font-size:.62rem;font-weight:700;padding:.12rem .4rem;border-radius:999px;color:#fff;background:var(--primary);width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pwd-feed-card-title{font-size:.72rem;font-weight:600;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.pwd-feed-list{display:block}.pwd-feed-actions{text-align:center;margin-top:1rem}.pwd-feed-actions .theme-btn{background:var(--primary);color:#fff;border:0;padding:12px 24px;border-radius:25px;font-weight:600;box-shadow:0 2px 10px rgba(255,131,89,.25)}.pwd-feed-actions .theme-btn:hover{background:var(--primary-dark)}.pet-world-discover-map .gm-style-iw-ch,.pet-world-discover-map .gm-ui-hover-effect{display:none!important}.pet-world-discover-map .gm-style-iw-c{padding:0!important;border-radius:14px!important;box-shadow:0 10px 32px rgba(47,72,88,.16)!important}.pet-world-discover-map .gm-style-iw-d{overflow:visible!important;max-height:none!important}.pet-world-discover-map .gm-style-iw{max-width:none!important}.pet-world-discover-map .gmnoprint:not(.gm-style-cc),.pet-world-discover-map .gm-fullscreen-control,.pet-world-discover-map .gm-bundled-control{display:none!important}.pwd-map-popup{width:300px;max-width:min(340px,calc(100vw - 48px));font-family:inherit;padding:12px 14px 14px;box-sizing:border-box}.pwd-map-popup--point{width:320px;min-height:220px;padding-bottom:16px}.pwd-map-popup--cluster{padding-bottom:12px}.pwd-map-popup-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.55rem;margin-bottom:8px}.pwd-map-popup-meta--location{flex:1;min-width:0;margin-bottom:0;line-height:1.35}.pwd-popup-badge--inline{flex-shrink:0;margin-bottom:0;white-space:nowrap;font-size:.72rem;padding:.24rem .55rem}a.pwd-map-popup--link{display:block;text-decoration:none;color:inherit;cursor:pointer;border-radius:12px;transition:background .15s ease}a.pwd-map-popup--link:hover{background:#fff8f3}a.pwd-map-popup--link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.pwd-popup-photo{width:100%;height:128px;object-fit:cover;border-radius:10px;margin-bottom:10px;display:block}.pwd-popup-badge{display:inline-block;color:#fff;font-size:.78rem;font-weight:700;padding:.28rem .65rem;border-radius:999px;margin-bottom:8px;background:var(--primary)}.pwd-map-popup-title{font-weight:700;font-size:.98rem;color:var(--secondary);margin-bottom:6px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pwd-map-popup-meta{font-size:.88rem;color:var(--text-muted);margin-bottom:8px}.pwd-map-popup-meta i{color:var(--text-muted)}.pwd-map-popup-approx{font-size:.75rem;color:var(--text-muted);margin-bottom:6px;line-height:1.35}.pwd-map-popup-approx i{margin-right:.25rem;opacity:.85}.pwd-map-popup-hint{font-size:.82rem;color:var(--text-muted);font-style:italic;line-height:1.4}.pwd-popup-cta,.pwd-popup-link{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:10px;padding:.55rem 1rem;background:var(--primary);color:#fff!important;text-decoration:none;border-radius:999px;font-size:.88rem;font-weight:600;width:100%;box-sizing:border-box;pointer-events:none}@media(min-width:768px){.pwd-feed-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}}@media(min-width:992px){.pwd-feed-grid{gap:.75rem}.pwd-feed-card-title{font-size:.78rem}.pet-world-discover-map{height:min(52vh,520px)}}@media(max-width:768px){.pet-world-discover-header{padding:.2rem .65rem .05rem}.pet-world-discover-title{font-size:1.5rem}.pet-world-discover-map-wrap{margin-top:.1rem;padding:0 .65rem}#pwdMapFilters.pwd-filter{margin-bottom:.35rem;padding:.4rem .5rem;border-radius:12px}.pet-world-discover-map{height:45vh;min-height:234px}.pwd-map-popup--point{min-height:240px}.pwd-popup-photo{height:108px}.pwd-popup-cta,.pwd-popup-link{margin-top:8px;padding:.5rem .85rem;font-size:.82rem}}#pwdListingSheetRoot.pwd-listing-sheet-root{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1060;pointer-events:none}#pwdListingSheetRoot.pwd-listing-sheet-root.is-open{display:block}.pwd-listing-sheet-panel{position:absolute;left:0;right:0;bottom:0;background:#fff8f3;border-radius:22px 22px 0 0;box-shadow:0 -12px 40px rgba(255,107,74,.22);transform:translateY(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);overflow:hidden;pointer-events:auto;visibility:hidden;padding-bottom:max(12px,env(safe-area-inset-bottom,0))}#pwdListingSheetRoot.is-open .pwd-listing-sheet-panel.is-visible{transform:translateY(0);visibility:visible}.pwd-listing-sheet-panel.is-dragging{transition:none}.pwd-listing-sheet__drag-zone{touch-action:none;padding:10px 0 6px;cursor:grab}.pwd-listing-sheet__handle{width:40px;height:4px;border-radius:999px;background:rgba(255,131,89,.35);margin:0 auto}.pwd-listing-sheet__close{position:absolute;top:10px;right:12px;z-index:2;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#ff8359;border:1px solid rgba(255,131,89,.28);font-size:1.05rem;font-weight:700;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(255,131,89,.2);display:flex;align-items:center;justify-content:center}.pwd-listing-sheet__card{display:flex;align-items:stretch;gap:.85rem;padding:.85rem 1rem 1rem;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.pwd-listing-sheet__media{flex:0 0 108px;width:108px;height:108px;border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(255,131,89,.18);box-shadow:0 2px 10px rgba(255,131,89,.1)}.pwd-listing-sheet__media img{width:100%;height:100%;object-fit:cover;display:block}.pwd-listing-sheet__media-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ff8359;font-size:1.75rem;opacity:.45;background:#fff}.pwd-listing-sheet__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem;padding-right:2rem}.pwd-listing-sheet__badge{align-self:flex-start;display:inline-block;color:#fff;font-size:.68rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;background:var(--primary);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem}.pwd-listing-sheet__title{margin:0;font-size:.95rem;font-weight:700;line-height:1.35;color:var(--secondary);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pwd-listing-sheet__meta,.pwd-listing-sheet__approx{margin:0;font-size:.78rem;line-height:1.35;color:var(--text-muted);display:flex;align-items:flex-start;gap:.35rem}.pwd-listing-sheet__meta i,.pwd-listing-sheet__approx i{margin-top:.12rem;flex-shrink:0;color:var(--text-muted)}@media(min-width:769px){#pwdListingSheetRoot.pwd-listing-sheet-root{display:none!important}}