[data-rsbs-overlay]{border-top-left-radius:16px;border-top-left-radius:var(--rsbs-overlay-rounded,16px);border-top-right-radius:16px;border-top-right-radius:var(--rsbs-overlay-rounded,16px);background:#fff;background:var(--rsbs-bg,#fff);height:0;height:var(--rsbs-overlay-h,0px);transform:translate(0,0);transform:translate3d(0,var(--rsbs-overlay-translate-y,0px),0);will-change:height;flex-direction:column;display:flex}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px #2659731c,0 -1px #2659730d}[data-rsbs-overlay],[data-rsbs-root]:after{max-width:auto;max-width:var(--rsbs-max-w,auto);margin-left:env(safe-area-inset-left);margin-left:var(--rsbs-ml,env(safe-area-inset-left));margin-right:env(safe-area-inset-right);margin-right:var(--rsbs-mr,env(safe-area-inset-right))}[data-rsbs-overlay],[data-rsbs-backdrop],[data-rsbs-root]:after{z-index:3;-ms-scroll-chaining:none;overscroll-behavior:none;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;position:fixed;bottom:0;left:0;right:0}[data-rsbs-backdrop]{background-color:#0009;background-color:var(--rsbs-backdrop-bg,#0009);will-change:opacity;cursor:pointer;opacity:1;top:-60px;bottom:-60px}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{content:"";pointer-events:none;background:#fff;background:var(--rsbs-bg,#fff);transform-origin:bottom;height:1px;transform:scaleY(0);transform:scale3d(1,var(--rsbs-antigap-scale-y,0),1);will-change:transform}[data-rsbs-footer],[data-rsbs-header]{cursor:ns-resize;flex-shrink:0;padding:16px}[data-rsbs-header]{text-align:center;-webkit-user-select:none;user-select:none;box-shadow:0 1px #2e3b4220;box-shadow:0 1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1)*.125));z-index:1;padding-top:calc(20px + env(safe-area-inset-top));padding-bottom:8px}[data-rsbs-header]:before{content:"";width:36px;height:4px;top:calc(8px + env(safe-area-inset-top));background-color:#00000024;background-color:var(--rsbs-handle-bg,#00000024);border-radius:2px;display:block;position:absolute;left:50%;transform:translate(-50%)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2x){[data-rsbs-header]:before{transform:translate(-50%)scaleY(.75)}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top))}[data-rsbs-scroll]{-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-webkit-user-select:auto;user-select:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-grow:1;flex-shrink:1;overflow:auto}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px #2e3b4220,0 2px #fff;box-shadow:0 -1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1)*.125)),0 2px 0 var(--rsbs-bg,#fff);z-index:1;padding-bottom:calc(16px + env(safe-area-inset-bottom));overflow:hidden}[data-rsbs-is-dismissable=true] [data-rsbs-header]>*,[data-rsbs-is-dismissable=true] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=true] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-footer]>*{opacity:1;opacity:var(--rsbs-content-opacity,1)}[data-rsbs-is-dismissable=true] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-backdrop]{opacity:1;opacity:var(--rsbs-backdrop-opacity,1)}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}
.Profile-module__VY9pca__container{background-color:var(--color-surface);min-height:100vh;font-family:var(--font-family);flex-direction:column;padding:50px 20px 0;display:flex}.Profile-module__VY9pca__header{flex-direction:column;align-items:center;display:flex;position:relative}.Profile-module__VY9pca__profileImage{object-fit:cover;background-color:gray;border-radius:50%;width:120px;height:120px}.Profile-module__VY9pca__userName{font-size:27px;font-weight:var(--weight-bold);color:var(--color-text-heading);margin-top:20px;margin-bottom:5px}.Profile-module__VY9pca__handle{font-size:16px;font-weight:var(--weight-medium);color:#979797;margin-bottom:10px}.Profile-module__VY9pca__bio{color:#555;text-align:center;max-width:600px;margin-bottom:20px;font-size:14px}.Profile-module__VY9pca__actionButtons{gap:10px;margin-top:20px;display:flex}.Profile-module__VY9pca__editButton{cursor:pointer;font-size:16px;font-weight:var(--weight-semibold);font-family:var(--font-family);color:var(--color-text-primary);transition:var(--transition-normal);background-color:#f1f1f2;border:none;border-radius:10px;padding:10px 20px}.Profile-module__VY9pca__editButton:hover{background-color:#e4e4e5}.Profile-module__VY9pca__shareButton{cursor:pointer;font-size:16px;font-weight:var(--weight-semibold);font-family:var(--font-family);color:var(--color-text-primary);transition:var(--transition-normal);background-color:#f1f1f2;border:none;border-radius:10px;padding:10px 20px}.Profile-module__VY9pca__shareButton:hover{background-color:#e4e4e5}.Profile-module__VY9pca__stats{justify-content:space-evenly;gap:30px;margin-top:25px;display:flex}.Profile-module__VY9pca__statItem{text-align:center;cursor:pointer}.Profile-module__VY9pca__statCount{margin:0;font-size:1.17em;font-weight:700}.Profile-module__VY9pca__statLabel{margin:0}.Profile-module__VY9pca__tabs{justify-content:center;gap:20px;margin-top:20px;padding-bottom:5px;display:flex}.Profile-module__VY9pca__tabButton{cursor:pointer;min-width:120px;font-size:16px;font-family:var(--font-family);background:0 0;border:none;border-bottom:2px solid #0000;justify-content:center;align-items:center;gap:5px;padding:10px 20px;transition:all .2s;display:flex}.Profile-module__VY9pca__tabButtonActive{font-weight:var(--weight-bold);border-bottom:2px solid #000}.Profile-module__VY9pca__tabText{color:#6a6e83;font-weight:var(--weight-semibold);white-space:nowrap}.Profile-module__VY9pca__tabTextActive{color:#000}.Profile-module__VY9pca__content{margin-top:20px}.Profile-module__VY9pca__emptyStateContainer{justify-content:center;width:100%;margin-top:50px;display:flex}.Profile-module__VY9pca__emptyStateContent{text-align:center}.Profile-module__VY9pca__emptyStateIcon{width:50px;margin-bottom:10px}.Profile-module__VY9pca__emptyStateTitle{margin:0;font-size:1.5rem;font-weight:700}.Profile-module__VY9pca__emptyStateText{color:var(--color-text-secondary);margin:10px 0}.Profile-module__VY9pca__getAppButton{color:#fff;cursor:pointer;height:40px;font-size:.9rem;font-weight:600;font-family:var(--font-family);background:#000;border:none;border-radius:9999px;align-items:center;gap:.3rem;margin:30px auto 0;padding:.5rem 1rem;transition:background .3s,color .3s,transform .3s,opacity .3s;display:flex}.Profile-module__VY9pca__getAppButton:hover{opacity:.9;transform:translateY(-2px)}.Profile-module__VY9pca__postGridItem{cursor:pointer;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.Profile-module__VY9pca__collectionGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;display:grid}.Profile-module__VY9pca__listView{flex-direction:column;gap:10px;display:flex}.Profile-module__VY9pca__listItem{cursor:pointer;margin-bottom:20px}.Profile-module__VY9pca__listImage{object-fit:cover;border-radius:var(--radius-md);width:100%;height:500px}.Profile-module__VY9pca__scrollToTopButton{cursor:pointer;z-index:1000;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 2px 5px #0000004d}.Profile-module__VY9pca__mapContainer{border-radius:var(--radius-lg);width:100%;height:500px;overflow:hidden}.Profile-module__VY9pca__mapMarker{cursor:pointer;background-size:cover;border:2.4px solid #000;border-radius:8%;width:60px;height:90px;transition:box-shadow .3s;position:relative}.Profile-module__VY9pca__mapMarkerArrow{border-top:10px solid #000;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Profile-module__VY9pca__modalContent{overscroll-behavior:contain;width:400px;max-width:90%;max-height:80vh;box-shadow:var(--shadow-xl);background-color:#fff;border:none;border-radius:16px;outline:none;padding:20px;position:relative;overflow-y:auto}.Profile-module__VY9pca__modalOverlay{z-index:1000;background-color:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Profile-module__VY9pca__closeModalButton{cursor:pointer;color:#333;background:0 0;border:none;font-size:20px;font-weight:700;position:absolute;top:10px;right:10px}.Profile-module__VY9pca__modalTitle{font-weight:var(--weight-bold);margin-bottom:20px;font-size:1.5rem}.Profile-module__VY9pca__followerItem{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:15px;padding:10px;display:flex}.Profile-module__VY9pca__followerInfoButton{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;padding:0;display:flex}.Profile-module__VY9pca__followerImage{object-fit:cover;border-radius:50%;width:40px;height:40px;margin-right:10px}.Profile-module__VY9pca__followerName{margin:0;font-size:1rem;font-weight:700}.Profile-module__VY9pca__followerHandle{color:#555;margin:0;font-size:.9rem}.Profile-module__VY9pca__unfollowButton{cursor:pointer;font-size:.85rem;font-weight:var(--weight-medium);background-color:#f1f1f2;border:none;border-radius:5px;padding:5px 10px}.Profile-module__VY9pca__shareProfileImage{object-fit:cover;border-radius:50%;width:120px;height:120px}.Profile-module__VY9pca__shareProfilePlaceholder{background-color:gray;border-radius:50%;width:120px;height:120px}.Profile-module__VY9pca__shareOptionsRow{flex-direction:row;justify-content:space-around;width:90%;margin-bottom:20px;display:flex}.Profile-module__VY9pca__shareOption{cursor:pointer;flex-direction:column;align-items:center;width:20%;display:flex}.Profile-module__VY9pca__shareIcon{width:60px;height:60px;margin-bottom:6px}.Profile-module__VY9pca__shareLabel{text-align:center;margin-top:5px;font-size:12px}.Profile-module__VY9pca__qrContainer{text-align:center}.Profile-module__VY9pca__shareModalContainer{flex-direction:column;align-items:center;display:flex}.Profile-module__VY9pca__shareModalName{margin-top:10px}.Profile-module__VY9pca__shareModalHandle{color:#979797;margin-bottom:20px}.Profile-module__VY9pca__notSignedInContainer{text-align:center;margin-top:50px}.Profile-module__VY9pca__editLink{text-decoration:none}.Profile-module__VY9pca__masonryWrapper{width:100%;margin-bottom:4rem;position:relative}.Profile-module__VY9pca__mapLoadingPlaceholder{background:#f0f0f0}.Profile-module__VY9pca__mapReactGL{width:100%;height:100%}
