.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1px;overflow-y:auto}.photo-grid-item{aspect-ratio:1;background-color:#f3f4f6;position:relative}.photo-grid-large-left,.photo-grid-large-right{grid-column:span 2;grid-row:span 2}.photo-grid-image{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease;cursor:pointer}.photo-grid-image:hover{opacity:.8}.photos-grid-empty,.photos-grid-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280;font-size:14px}.photo-skeleton{aspect-ratio:1;background-color:#f3f4f6;position:relative;border-radius:2px;overflow:hidden}.photo-skeleton-large-left,.photo-skeleton-large-right{grid-column:span 2;grid-row:span 2}.skeleton-shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f3f4f6,#e5e7eb 50%,#f3f4f6);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.information-loader{padding:16px;display:flex;flex-direction:column;gap:12px;min-height:400px}.info-skeleton-title{height:20px;width:80%}.info-skeleton-item,.info-skeleton-title{background-color:#f3f4f6;border-radius:4px;position:relative;overflow:hidden}.info-skeleton-item{height:16px;width:100%}.info-skeleton-item.short{width:60%}.fullscreen-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,1);z-index:1000;backdrop-filter:blur(2px)}.fullscreen-modal-content,.fullscreen-modal-overlay{display:flex;align-items:center;justify-content:center}.fullscreen-modal-content{position:relative;width:100vw;height:100vh}.fullscreen-modal-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.fullscreen-modal-close{position:absolute;top:50px;right:30px;background:rgba(255,255,255,.9);border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;margin-top:8px}.fullscreen-modal-close:hover{background:white}.fullscreen-modal-nav{position:absolute;top:50%;background:rgba(255,255,255,.9);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.fullscreen-modal-nav:hover{background:white}.fullscreen-modal-nav-prev{left:30px}.fullscreen-modal-nav-next{right:30px}.fullscreen-modal-counter{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.9);color:#000;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;margin:0 8px;position:static;left:auto;bottom:auto;transform:none;min-width:80px;max-width:100px;text-align:center;white-space:nowrap;display:flex;align-items:center;justify-content:center}.fullscreen-modal-bottom-nav{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px;z-index:11;margin-bottom:8px}.fullscreen-modal-nav{position:static;top:auto;left:auto;right:auto;transform:none}@media (max-width:768px){.fullscreen-modal-content{width:95vw;height:95vh}.fullscreen-modal-close{top:40px;right:10px;width:40px;height:40px;margin-top:4px}.fullscreen-modal-bottom-nav{bottom:28px;gap:10px;margin-bottom:8px}.fullscreen-modal-counter{padding:7px 12px;font-size:13px;min-width:70px;max-width:80px}.fullscreen-modal-nav{width:40px;height:40px}.fullscreen-modal-nav-prev{left:15px}.fullscreen-modal-nav-next{right:15px}}.location-detail-card-mobile{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%;box-shadow:0 2px 10px rgba(0,0,0,.15);backdrop-filter:blur(20px);overflow:hidden;z-index:500;opacity:1;transition:opacity .3s ease,transform .3s ease;transform:translateY(0);display:flex;flex-direction:column;max-height:100vh}.location-detail-header-mobile{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:transparent!important;border-bottom:1px solid #e5e7eb}.location-detail-title-mobile{margin:0;font-size:18px;font-weight:600;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1}.location-detail-close-btn-mobile{background:transparent;border:none;cursor:pointer;color:#000;display:flex;align-items:center;justify-content:center;margin-left:16px}.location-detail-image-container-mobile{width:100%;height:70%;position:relative;padding:2px}.location-detail-image-loading-mobile{display:flex;align-items:center;justify-content:center;height:100%;width:100%;color:#6b7280;font-size:12px;background-color:#f3f4f6}.location-detail-image-mobile{width:100%;height:100%;object-fit:cover}.location-detail-content-mobile{padding:16px 16px 0;overflow-y:auto;flex-grow:1;text-align:left;background-color:white}.location-detail-item-mobile{display:flex;flex-direction:column;margin-bottom:8px;padding-left:0;padding-right:0}.location-detail-label-mobile{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:2px}.location-detail-value-mobile{font-size:15px;color:#111827;word-break:break-word}.location-detail-description-mobile{padding-top:16px}.location-detail-description-mobile p{margin:0;font-size:14px;line-height:1.5;color:#4b5563}.location-detail-tabview-mobile{margin-left:-16px;margin-right:-16px}.location-detail-card-mobile .tab-headers{position:sticky;top:-16px;z-index:10;background:#fff;margin-left:0;margin-right:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal{background-color:white;border-radius:8px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:slideIn .3s ease-out}.modal-header{display:flex;justify-content:center;align-items:center;position:relative;padding:1rem;border-bottom:1px solid #eee}.modal-title{margin:0;font-size:1rem;font-weight:600;text-align:center}.modal-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem;color:#6b7280}.modal-close:hover{color:#000}.modal-content{padding:1.5rem;text-align:left}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:640px){.modal-overlay{padding:1rem}}.explore-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:40;overflow:hidden}.explore-overlay.with-scroll-indicator{position:relative}.floating-chat-button{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background-color:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:50;cursor:pointer;transition:all .2s ease;text-decoration:none}.floating-chat-button:hover{background-color:#333;box-shadow:0 8px 24px rgba(0,0,0,.25);color:#fff}.floating-chat-button:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.15)}.explore-overlay.visible{display:block}.explore-overlay.hidden{display:none}.explore-overlay-content{height:100%;padding:80px 2rem 2rem;overflow-y:auto;margin:0 auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.explore-overlay-content::-webkit-scrollbar{display:none}.explore-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e1e5e9}.explore-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:600px;margin:0 auto}.explore-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;gap:16px}.explore-loading-spinner{width:32px;height:32px;border:3px solid rgba(0,0,0,.1);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.explore-error{gap:.5rem}.explore-empty,.explore-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center}.explore-empty{gap:1rem}.explore-empty-icon{font-size:4rem;opacity:.6;margin-bottom:1rem}@media (max-width:768px){.explore-overlay-content{padding:1rem 0 15rem}.explore-grid{gap:1rem;max-width:100%}.explore-header{flex-direction:column;align-items:flex-start;gap:.5rem}.floating-chat-button{bottom:20px;right:20px;width:52px;height:52px}}.mobile-explore-overlay{height:100%;width:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 100%,rgba(255,255,255,.5) 0);backdrop-filter:blur(2px);overflow:hidden;position:relative}.mobile-explore-overlay-content{height:100%;display:flex;flex-direction:column}.mobile-explore-handle{width:40px;height:4px;background-color:rgba(0,0,0,.2);border-radius:2px;margin:8px auto 0;flex-shrink:0}.mobile-explore-reel{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 0 80px;gap:16px;display:flex;flex-direction:column;scroll-snap-type:y mandatory;scroll-behavior:smooth;scroll-padding-top:0;overscroll-behavior:contain}.mobile-explore-card-container{scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:0;flex-shrink:0;transition:opacity .3s ease-out,transform .3s ease-out}.mobile-explore-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;padding:32px 16px}.mobile-explore-loading-spinner{width:32px;height:32px;border:3px solid rgba(0,0,0,.1);border-top-color:#000;border-radius:50%;animation:mobile-spin 1s linear infinite}@keyframes mobile-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-explore-error{gap:8px}.mobile-explore-empty,.mobile-explore-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:32px 16px;text-align:center}.mobile-explore-empty{gap:12px}.mobile-explore-empty-icon{font-size:32px;margin-bottom:8px}.mobile-explore-reel::-webkit-scrollbar{width:2px}.mobile-explore-reel::-webkit-scrollbar-track{background:transparent}.mobile-explore-reel::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:1px}.mobile-explore-reel::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.mobile-explore-reel{-webkit-overflow-scrolling:touch}.mobile-explore-overlay:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;pointer-events:none;z-index:1}@media (max-width:380px){.mobile-explore-reel{padding:12px 12px 24px;gap:12px}.mobile-explore-card-container{scroll-margin-top:6px}.mobile-explore-empty,.mobile-explore-error,.mobile-explore-loading{padding:24px 12px}}.mobile-explore-card-container{contain:layout style paint;will-change:transform}