@keyframes VoteButton_fadeIn__C1qQQ{0%{opacity:0}to{opacity:1}}@keyframes VoteButton_slideUp__93mx_{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes VoteButton_spin__CDDFa{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.VoteButton_root__4rWQB{display:inline-flex;justify-content:center;align-items:center;transition:all .2s ease;cursor:pointer;border:none;border-radius:40px;font-weight:500;outline:none}.VoteButton_root__4rWQB:focus{outline:none}.VoteButton_root__4rWQB:disabled{opacity:.5;cursor:not-allowed}.VoteButton_yellow__Pw9SB{background-color:#fff066;color:#000;font-weight:900;font-size:16px;padding:6.48px 12.96px;min-width:86.4px}.VoteButton_yellow__Pw9SB:hover:not(:disabled){background-color:#ffeb33}.VoteButton_yellow__Pw9SB.VoteButton_selected__zOTvh{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background-color:#ffe91a}.VoteButton_pink__JnHUD{background-color:#ff6bc1;color:#000}.VoteButton_pink__JnHUD:hover:not(:disabled){background-color:#ff38ac}.VoteButton_pink__JnHUD.VoteButton_selected__zOTvh{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background-color:#ff1fa1}.VoteButton_blue__qCNmy{background-color:#81b5da;color:#fff}.VoteButton_blue__qCNmy:hover:not(:disabled){background-color:#5a9ece}.VoteButton_blue__qCNmy.VoteButton_selected__zOTvh{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background-color:#4692c9}.VoteButton_green__6Hr8t{background-color:#1d966a;color:#fff}.VoteButton_green__6Hr8t:hover:not(:disabled){background-color:#156b4c}.VoteButton_green__6Hr8t.VoteButton_selected__zOTvh{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background-color:#11563d}.VoteButton_small__HZ15l{padding:6px 12px;font-size:12px}.VoteButton_medium__Y0QUl{padding:8px 16px;font-size:14px}.VoteButton_large__pDTiW{padding:10px 20px;font-size:16px}@keyframes CommentSection_fadeIn__oioJp{0%{opacity:0}to{opacity:1}}@keyframes CommentSection_slideUp__a4gP5{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes CommentSection_spin__o_SrH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CommentSection_root__OQO_B{margin-bottom:16px}.CommentSection_sectionTitle__Xui3p{margin-bottom:12px;color:#fff;font-weight:600;font-size:20px}.CommentSection_commentInputContainer__A76S5{margin-bottom:16px;border-radius:0;background-color:#000;padding:16px;border:none}.CommentSection_commentAs__1iv3k{margin-bottom:8px;color:#fff;font-size:14px}.CommentSection_userName__EiQ_r{color:#fff;font-weight:500}.CommentSection_commentEditorContainer__C_T21{background:#000;border:none;border-radius:0;overflow:hidden}.CommentSection_editorToolbar__5qI7d{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#333}.CommentSection_editorToolbar__5qI7d button{width:32px;height:32px;border:none;background:transparent;color:hsla(0,0%,100%,.6);font-size:16px;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.CommentSection_editorToolbar__5qI7d button:hover{background:hsla(0,0%,100%,.1);color:#fff}.CommentSection_editorContent__5gUqF{padding:16px;min-height:120px;background:#333;color:#fff;font-size:16px;line-height:1.5;border-top:1px solid hsla(0,0%,100%,.1)}.CommentSection_editorContent__5gUqF:focus{outline:none}.CommentSection_editorContent__5gUqF[contenteditable]:empty:before{content:attr(data-placeholder);color:#fff;font-size:14px;pointer-events:none}.CommentSection_commentTools__4xkjB{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.CommentSection_cancelButton__qry8u{cursor:pointer;border:none;background-color:transparent;padding:8px 16px;color:gray;font-size:14px}.CommentSection_cancelButton__qry8u:hover{color:#fff}.CommentSection_loginPrompt__atkzz{display:flex;justify-content:space-between;align-items:center}.CommentSection_loginPrompt__atkzz p{color:gray;font-size:14px}.CommentSection_commentsList__s9J6N{display:flex;flex-direction:column;gap:24px}.CommentSection_commentItem__qkVDr{border-bottom:1px solid #4d4d4d;padding-bottom:16px}.CommentSection_commentItem__qkVDr.CommentSection_reply__JVmH8{margin-left:48px;padding-left:16px;padding-bottom:16px;border-left:2px solid #4d4d4d;border-bottom:none;margin-bottom:0}.CommentSection_commentHeader__v0m7q{display:flex;align-items:center;margin-bottom:8px}.CommentSection_commentAuthor__HaIR1{display:flex;align-items:center;gap:8px}.CommentSection_authorAvatar__N5Vqb{border-radius:50%;width:32px;height:32px;object-fit:cover}.CommentSection_authorInitial__ZWpsm{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#ff6bc1;width:32px;height:32px;color:#fff;font-weight:600}.CommentSection_authorInitial__ZWpsm.CommentSection_yellow__8_sfm{background-color:#fff066;color:#000}.CommentSection_authorNameButton___UwtA,.CommentSection_authorName__URY25{color:#fff;font-weight:600;font-size:18px;font-family:Universal Sans Display,sans-serif}.CommentSection_authorNameButton___UwtA{background:none;border:none;padding:0;cursor:pointer;text-align:left;transition:color .2s}.CommentSection_authorNameButton___UwtA:hover{color:#1d966a;text-decoration:underline}.CommentSection_commentDate__jw_vd{color:gray;font-size:12px;margin-bottom:8px;margin-top:-4px}.CommentSection_commentContent__TUi8n{margin-bottom:12px;color:#fff;font-size:16px;line-height:1.5;white-space:pre-wrap}.CommentSection_commentActions__xBj1T{display:flex;align-items:center;gap:16px}.CommentSection_reactionButtons__fI1M3{display:flex;gap:12px;align-items:center}.CommentSection_reactionButton__ABdXo{position:relative;cursor:pointer;border:none;background-color:transparent;padding:0;font-size:24px}.CommentSection_likeButton__yniP8 .CommentSection_emoticon__DP3SQ{filter:none;color:#1d966a}.CommentSection_dislikeButton__OZ32_ .CommentSection_emoticon__DP3SQ{color:gray}.CommentSection_emoticon__DP3SQ{display:inline-block;line-height:1}.CommentSection_counter__82XVt{position:absolute;top:-4px;right:-10px;font-size:10px;font-weight:600;color:#fff;text-align:center;font-family:Universal Sans Display,sans-serif}.CommentSection_replyButton__PGgq3{cursor:pointer;border:none;background-color:#ff6bc1;padding:6px 16px;color:#000;font-size:14px;font-family:Universal Sans Display,sans-serif;font-weight:500;border-radius:20px;transition:all .2s ease}.CommentSection_replyButton__PGgq3:hover{background-color:#ff85cc;transform:translateY(-1px)}.CommentSection_replyButton__PGgq3:active{transform:translateY(0)}.CommentSection_replyButton__PGgq3.CommentSection_yellow__8_sfm{background-color:#fff066;color:#000}.CommentSection_replyButton__PGgq3.CommentSection_yellow__8_sfm:hover{background-color:#fff380}.CommentSection_noComments__0_WAN{display:flex;justify-content:center;padding:32px 0}.CommentSection_noComments__0_WAN p{color:gray;font-size:14px;text-align:center}.CommentSection_showMoreContainer__L0Agk{display:flex;justify-content:center;margin-top:24px}.CommentSection_showMoreButton__6rXVT{cursor:pointer;border:none;border-radius:20px;background-color:#ff6bc1;padding:8px 16px;color:#000;font-size:14px;font-weight:600}.CommentSection_showMoreButton__6rXVT:hover{opacity:.9}.CommentSection_replyContainer__iaNod{margin-top:16px;margin-left:40px;margin-right:16px;display:flex;flex-direction:column}.CommentSection_replyEditorContainer___J803{background:#333;border:none;border-radius:0;overflow:hidden;margin-bottom:12px;width:100%}.CommentSection_replyEditorContent__lDAOk{padding:16px;min-height:80px;background:#333;color:#fff;font-size:16px;line-height:1.5}.CommentSection_replyEditorContent__lDAOk:focus{outline:none}.CommentSection_replyEditorContent__lDAOk[contenteditable]:empty:before{content:attr(data-placeholder);color:#fff;font-size:14px;pointer-events:none}.CommentSection_replyActions__IXtmJ{display:flex;justify-content:flex-end;gap:12px;width:100%}.CommentSection_cancelReplyButton__G5_Xi{padding:0;background:none;border:none;color:hsla(0,0%,100%,.7);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:underline}.CommentSection_cancelReplyButton__G5_Xi:hover{color:#fff}@keyframes PhotoGallery_fadeIn__zMmCy{0%{opacity:0}to{opacity:1}}@keyframes PhotoGallery_slideUp__mgkUf{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes PhotoGallery_spin__MKigQ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PhotoGallery_gallery__i4J8e{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:8px;gap:8px;margin-bottom:clamp(1.25rem,.9523809524vw + 1.0178571429rem,1.875rem)}.PhotoGallery_thumbnail__FYccx{position:relative;cursor:pointer;border-radius:8px;height:120px;overflow:hidden}.PhotoGallery_thumbnail__FYccx:hover .PhotoGallery_thumbnailImage__4Z2xh{transform:scale(1.05)}.PhotoGallery_thumbnailImage__4Z2xh{transition:transform .3s ease;width:100%;height:100%;object-fit:cover}.PhotoGallery_morePhotos__Ofn8Q{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;justify-content:center;align-items:center;background-color:rgba(0,0,0,.6);color:#fff;font-weight:600;font-size:24px}.PhotoGallery_noPhotos__P8yBk{display:flex;justify-content:center;align-items:center;margin-bottom:clamp(1.25rem,.9523809524vw + 1.0178571429rem,1.875rem);border-radius:8px;background-color:#3f3f3f;height:120px}.PhotoGallery_placeholder__4Y3Lo{color:gray;font-size:14px}.PhotoGallery_lightbox__yRZmO{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;justify-content:center;align-items:center;z-index:1000;background-color:rgba(0,0,0,.9);padding:clamp(1.25rem,.9523809524vw + 1.0178571429rem,1.875rem)}@media screen and (max-width:833px){.PhotoGallery_lightbox__yRZmO{padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}}.PhotoGallery_lightboxContent__Nrh_P{display:flex;position:relative;flex-direction:column;width:100%;max-width:1000px;max-height:90vh}@media screen and (max-width:833px){.PhotoGallery_lightboxContent__Nrh_P{max-width:100%;max-height:100%;height:100%;justify-content:center}}.PhotoGallery_closeButton__8FOMm{position:absolute;top:0;right:0;z-index:1001;cursor:pointer;border:none;background:transparent;color:#1d966a;font-size:50px;font-family:Universal Sans Display,-apple-system,BlinkMacSystemFont,sans-serif;padding:8px;line-height:1}.PhotoGallery_closeButton__8FOMm svg{display:none}.PhotoGallery_closeButton__8FOMm:before{content:"×"}@media screen and (max-width:833px){.PhotoGallery_closeButton__8FOMm{font-size:40px;top:8px;right:8px;padding:4px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}.PhotoGallery_photoContainer__XFNyx{display:flex;position:relative;justify-content:center;align-items:center;margin-bottom:16px;width:100%;height:calc(90vh - 100px)}.PhotoGallery_photoContainer__XFNyx:hover .PhotoGallery_captionOverlay__SeIrT{opacity:1;transform:translateY(0)}@media screen and (max-width:833px){.PhotoGallery_photoContainer__XFNyx{height:calc(100vh - 180px);margin-bottom:12px;padding:0 8px}}.PhotoGallery_lightboxImage__7eDVO{max-width:100%;max-height:100%;object-fit:contain}.PhotoGallery_navigation__ItcB9{display:flex;justify-content:space-between;align-items:center;padding:0 20px}@media screen and (max-width:833px){.PhotoGallery_navigation__ItcB9{padding:0 16px 16px}}.PhotoGallery_navButton__Xlw6S{display:flex;justify-content:center;align-items:center;cursor:pointer;border:none;background:transparent;padding:8px;color:#1d966a;font-size:22px;font-weight:700}.PhotoGallery_navButton__Xlw6S:hover{opacity:.7}@media screen and (max-width:833px){.PhotoGallery_navButton__Xlw6S{font-size:28px;padding:12px 16px;min-width:48px;min-height:48px}}.PhotoGallery_photoInfo__RVyoz{color:#1d966a;font-size:15px;font-family:Universal Sans Display,-apple-system,BlinkMacSystemFont,sans-serif}@media screen and (max-width:833px){.PhotoGallery_photoInfo__RVyoz{font-size:16px}}.PhotoGallery_heroGallery___S1oB{width:100%;height:100%;position:relative}.PhotoGallery_heroPlaceholder__CD2xz{display:flex;width:100%;height:100%;gap:8px}.PhotoGallery_heroSingle__c5Skm{width:100%;height:100%;cursor:pointer;overflow:hidden;position:relative}.PhotoGallery_heroSingle__c5Skm:hover .PhotoGallery_heroImage__iO1zV{transform:scale(1.02)}.PhotoGallery_heroDouble__4loHZ{display:flex;width:100%;height:100%;gap:8px}.PhotoGallery_heroLeft__YQ_z2,.PhotoGallery_heroRight__DYmKl{flex:1 1;cursor:pointer;overflow:hidden;position:relative}.PhotoGallery_heroLeft__YQ_z2:hover .PhotoGallery_heroImage__iO1zV,.PhotoGallery_heroRight__DYmKl:hover .PhotoGallery_heroImage__iO1zV{transform:scale(1.02)}.PhotoGallery_heroGrid__9nAri{display:flex;width:100%;height:100%;gap:8px}.PhotoGallery_heroMain__9yyGX{flex:2 1;cursor:pointer;overflow:hidden;position:relative;background:#1a1a1a}.PhotoGallery_heroMain__9yyGX:hover .PhotoGallery_heroImage__iO1zV{transform:scale(1.02)}.PhotoGallery_heroSide__jxemB{flex:1 1;display:flex;flex-direction:column;gap:8px}.PhotoGallery_heroSideBottom__RAfRJ,.PhotoGallery_heroSideTop__3gl01{flex:1 1;cursor:pointer;overflow:hidden;position:relative;background:#1a1a1a}.PhotoGallery_heroSideBottom__RAfRJ:hover .PhotoGallery_heroImage__iO1zV,.PhotoGallery_heroSideTop__3gl01:hover .PhotoGallery_heroImage__iO1zV{transform:scale(1.02)}.PhotoGallery_heroImage__iO1zV{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1)}.PhotoGallery_moreOverlay__AYHvh{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:600;font-family:Universal Sans Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.PhotoGallery_placeholderContent__VmOu3{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.PhotoGallery_placeholderContent__VmOu3 .PhotoGallery_logoCircleL__btCbz{width:58px;height:58px;color:#8286a7;margin-bottom:8px}.PhotoGallery_placeholderContent__VmOu3 p{color:gray;font-size:14px}.PhotoGallery_draggable__GYkY5{cursor:move;position:relative}.PhotoGallery_draggable__GYkY5:hover .PhotoGallery_dragHandle__jUJA_{opacity:1}.PhotoGallery_dragging__hY7SA{opacity:.5}.PhotoGallery_dragHandle__jUJA_{position:absolute;top:4px;left:4px;background:rgba(0,0,0,.6);color:#fff;padding:2px 4px;border-radius:4px;font-size:12px;opacity:0;transition:opacity .2s;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PhotoGallery_emptyIcon__cLE1I{font-size:32px;margin-bottom:8px}.PhotoGallery_emptySubtext__dqIfF{color:#666;font-size:12px;margin-top:4px}.PhotoGallery_uploadButtons__lozVl{display:flex;justify-content:center;align-items:center;margin-bottom:3px;gap:12px;min-height:66px}@media screen and (max-width:833px){.PhotoGallery_uploadButtons__lozVl{min-height:56px;margin-bottom:8px;gap:8px}}.PhotoGallery_uploadButton__kIsuk{display:flex;align-items:center;gap:13px;padding:8px;background:transparent;border:none;color:#1d966a;font-family:Universal Sans Display,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .2s ease;line-height:1}.PhotoGallery_uploadButton__kIsuk:hover{transform:scale(1.1);opacity:.8}.PhotoGallery_uploadButton__kIsuk:active{transform:scale(1.05)}@media screen and (max-width:833px){.PhotoGallery_uploadButton__kIsuk{gap:8px;padding:12px 16px;background:hsla(0,0%,100%,.1);border-radius:24px;min-height:48px}.PhotoGallery_uploadButton__kIsuk:hover{transform:none}.PhotoGallery_uploadButton__kIsuk:active{background:hsla(0,0%,100%,.2);transform:scale(.98)}}.PhotoGallery_plusSign__cEVCC{font-size:50px}@media screen and (max-width:833px){.PhotoGallery_plusSign__cEVCC{font-size:24px}}.PhotoGallery_buttonText___qomW{font-size:15px}@media screen and (max-width:833px){.PhotoGallery_buttonText___qomW{font-size:14px;font-weight:500}}.PhotoGallery_captionOverlay__SeIrT{position:absolute;bottom:0;left:0;right:0;width:100%;transform:translateY(100%);background:#000;color:#1d966a;padding:12px 16px;text-align:center;font-size:28px;line-height:1.4;opacity:0;transition:all .3s ease-in-out;pointer-events:none}@media screen and (max-width:833px){.PhotoGallery_captionOverlay__SeIrT{font-size:16px;padding:10px 12px;opacity:1;transform:translateY(0);background:rgba(0,0,0,.8)}}.RatingDisplay_root__7XOBe{display:flex;align-items:center;gap:8px}.RatingDisplay_starsContainer__Es37m{display:flex;align-items:center;gap:2px}.RatingDisplay_star__nkpFv{display:flex;justify-content:center;align-items:center;cursor:default;outline:none;border:none;background:transparent;padding:0}.RatingDisplay_star__nkpFv svg{width:100%;height:100%}.RatingDisplay_star__nkpFv.RatingDisplay_filled__90n4Y,.RatingDisplay_star__nkpFv.RatingDisplay_half__MJ43s{color:#ff6bc1}.RatingDisplay_star__nkpFv.RatingDisplay_empty__qsCAx{color:#3f3f3f}.RatingDisplay_star__nkpFv.RatingDisplay_interactive__gHj3E{cursor:pointer}.RatingDisplay_star__nkpFv.RatingDisplay_interactive__gHj3E:hover{transform:scale(1.05)}.RatingDisplay_star__nkpFv.RatingDisplay_interactive__gHj3E.RatingDisplay_filled__90n4Y:hover,.RatingDisplay_star__nkpFv.RatingDisplay_interactive__gHj3E.RatingDisplay_half__MJ43s:hover{color:#ff6bc1;filter:brightness(1.2)}.RatingDisplay_star__nkpFv.RatingDisplay_interactive__gHj3E.RatingDisplay_empty__qsCAx:hover{color:#ff6bc1}.RatingDisplay_small__i3fT7 .RatingDisplay_star__nkpFv{width:16px;height:16px}.RatingDisplay_medium__FBqqz .RatingDisplay_star__nkpFv{width:24px;height:24px}.RatingDisplay_large__A5HpC .RatingDisplay_star__nkpFv{width:32px;height:32px}.RatingDisplay_count__xySIO{color:gray;font-size:14px}.PlaceView_overlay__CyStm{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;opacity:0;transition:opacity .3s ease}.PlaceView_overlay__CyStm.PlaceView_visible__h_LPn{opacity:1}@media screen and (max-width:1024px){.PlaceView_overlay__CyStm{background:#000}}.PlaceView_root__H9E3k{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transform:scale(.95);transition:all .3s ease}.PlaceView_root__H9E3k.PlaceView_visible__h_LPn{opacity:1;transform:scale(1)}@media screen and (max-width:1024px){.PlaceView_root__H9E3k{padding:0;align-items:stretch;background:#000}}.PlaceView_content__oEfvR{background:#000;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto;position:relative}.PlaceView_content__oEfvR::-webkit-scrollbar{width:12px}.PlaceView_content__oEfvR::-webkit-scrollbar-thumb,.PlaceView_content__oEfvR::-webkit-scrollbar-track{background:#000}.PlaceView_content__oEfvR::-webkit-scrollbar-thumb:hover{background:#000}@media screen and (max-width:1024px){.PlaceView_content__oEfvR{max-width:100%;max-height:100%;height:100%;border-radius:0;-webkit-overflow-scrolling:touch}}.PlaceView_titleBar__m0ewF{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid hsla(0,0%,100%,.2)}@media screen and (max-width:833px){.PlaceView_titleBar__m0ewF{padding:calc(16px + env(safe-area-inset-top)) 16px 16px}}.PlaceView_placeTitle__8DKC3{flex:1 1;margin:0;font-size:60px;font-weight:400;color:#fff;font-family:Universal Sans Display,sans-serif}@media screen and (max-width:833px){.PlaceView_placeTitle__8DKC3{font-size:24px}}.PlaceView_titleActions__y8i7D{display:flex;gap:16px;align-items:center}.PlaceView_iconButton__0fLA4{background:transparent;border:none;padding:8px;cursor:pointer;color:gray;transition:all .2s ease;position:relative}.PlaceView_iconButton__0fLA4 svg{width:20px;height:20px}.PlaceView_iconButton__0fLA4:hover{color:#fff;transform:scale(1.1)}.PlaceView_iconButton__0fLA4.PlaceView_favorited__pdBRG{color:#ff6bc1}.PlaceView_favoriteCount__sDcyD{position:absolute;top:2px;right:2px;background:#ff6bc1;color:#fff;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;padding:2px 4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.PlaceView_imageGallery__NI6kD{height:300px;padding:0 24px;margin:20px 0}@media screen and (max-width:833px){.PlaceView_imageGallery__NI6kD{height:180px;padding:0 16px;margin:12px 0}}.PlaceView_columnsContainer__7ZhOo{display:flex;gap:25px;padding:0 24px 24px}@media screen and (min-width:834px)and (max-width:1366px){.PlaceView_columnsContainer__7ZhOo{flex-direction:column}}@media screen and (max-width:833px){.PlaceView_columnsContainer__7ZhOo{flex-direction:column;gap:0;padding:0 16px calc(16px + env(safe-area-inset-bottom))}}.PlaceView_leftColumn__FDN0q{width:368px;flex-shrink:0;min-width:0}@media screen and (max-width:833px){.PlaceView_leftColumn__FDN0q{width:100%}}.PlaceView_rightColumn__J28NT{flex:1 1;min-width:0}.PlaceView_section__B6Jg1{margin-bottom:32px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.2)}.PlaceView_sectionHeader__8O5AH{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:12px}.PlaceView_sectionTitle__avrVG{font-size:34px;font-weight:700;color:#fff;margin:0;font-family:Universal Sans Display,sans-serif}@media screen and (max-width:833px){.PlaceView_sectionTitle__avrVG{font-size:20px}}.PlaceView_editButton__wC7LX{padding:0;background:none!important;border:none;color:#fff!important;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:underline;margin-bottom:6px}.PlaceView_editButton__wC7LX:hover{color:hsla(0,0%,100%,.7)!important}.PlaceView_editButton__wC7LX:disabled{cursor:not-allowed;opacity:.5}.PlaceView_placeAddress__JKrzs{color:#fff;font-size:16px;line-height:1.5;margin:12px 0 16px;font-family:Universal Sans Display,-apple-system,BlinkMacSystemFont,sans-serif}.PlaceView_placeAddress__JKrzs div{margin-bottom:4px}.PlaceView_placeAddress__JKrzs div:last-child{margin-bottom:0}.PlaceView_aboutText__7nqtG{color:#b3b3b3;font-size:15px;line-height:1.6;margin:0 0 16px}.PlaceView_aboutTextarea__XGnJQ{width:100%;padding:12px 16px;background:#2a2a2a;border:none;border-radius:0;color:#fff;font-size:14px;line-height:1.6;resize:vertical;min-height:80px;box-sizing:border-box;font-family:inherit}.PlaceView_aboutTextarea__XGnJQ::placeholder{color:#fff}.PlaceView_aboutTextarea__XGnJQ:focus{outline:none}.PlaceView_infoText__KKmJv{color:#b3b3b3;font-size:13px;line-height:1.5;margin:0 0 12px}.PlaceView_categories__UnoYI{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.PlaceView_categoryTag__D9COe{background:#ff6bc1;color:#000;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;font-family:Universal Sans Display,sans-serif;margin-right:8px;margin-bottom:8px;display:inline-block}.PlaceView_descriptorLabel__5mwgC{color:#999;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;margin-top:12px}.PlaceView_descriptorTag__TcHHi{background:#1d966a;color:#000;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;font-family:Universal Sans Display,sans-serif;margin-right:8px;margin-bottom:8px;display:inline-block}.PlaceView_votePrompt__qwOHM{color:#b3b3b3;font-size:13px;margin:0 0 16px}.PlaceView_whatShouldGoSection__FLddW{margin-bottom:32px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.2)}.PlaceView_voteResults__Ik832{margin-bottom:20px}.PlaceView_voteItem__INNO1{margin-bottom:16px}.PlaceView_voteCategory__2tga6{display:block;color:#fff;font-size:13px;margin-bottom:6px}.PlaceView_voteBar__xDxYV{display:flex;align-items:center;gap:8px;margin-bottom:4px}.PlaceView_voteBarContainer__ZAnlG{display:flex;align-items:center;gap:8px;width:100%}.PlaceView_voteProgress__hv1BD{height:6px;background:#fff066;border-radius:3px}.PlaceView_voteCount__GSrja{color:gray;font-size:12px;margin-left:8px}.PlaceView_voteBtn__tzCyL{background:transparent;border:1px solid #fff066;color:#fff066;padding:4px 12px;border-radius:14px;font-size:11px;font-weight:600;cursor:pointer;margin-top:4px;transition:all .2s ease}.PlaceView_voteBtn__tzCyL:hover{background:#fff066;color:#000}.PlaceView_voteInputSection__CGZPd{margin-top:20px}.PlaceView_voteInputSection__CGZPd p{color:#b3b3b3;font-size:12px;margin:0 0 8px}.PlaceView_suggestionInput__Rs_1Y{width:100%;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:8px 12px;border-radius:8px;font-size:13px}.PlaceView_suggestionInput__Rs_1Y::placeholder{color:#666}.PlaceView_suggestionInput__Rs_1Y:focus{outline:none;border-color:#fff066}.PlaceView_mapSection__wyppY{margin-bottom:32px}.PlaceView_mapContainer___tKHz{background:#1a1a1a;border-radius:8px;height:200px;overflow:hidden;position:relative}.PlaceView_mapContainer___tKHz>div{width:100%!important;height:100%!important}.PlaceView_mapContainer___tKHz .gm-bundled-control,.PlaceView_mapContainer___tKHz .gm-style-cc,.PlaceView_mapContainer___tKHz .gmnoprint:not(.gm-bundled-control) a,.PlaceView_mapContainer___tKHz .gmnoprint:not(.gm-bundled-control) span,.PlaceView_mapContainer___tKHz a[href^="https://maps.google.com/maps"]{display:none!important}.PlaceView_mapPlaceholder__Q7JQa{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.PlaceView_mapContent__P_uJC{text-align:center;color:#666;font-size:12px}.PlaceView_mapMarker__blW0K{position:absolute;transform:translate(-50%,-50%)}.PlaceView_activeMarker__PhmVt,.PlaceView_emptyMarker__1ASmK{width:12px;height:12px;border-radius:50%;cursor:pointer}.PlaceView_emptyMarker__1ASmK{background:#fff066;box-shadow:0 0 20px rgba(255,240,102,.8),0 0 40px rgba(255,240,102,.4),0 2px 8px rgba(0,0,0,.4)}.PlaceView_activeMarker__PhmVt{background:#ff6bc1;box-shadow:0 0 20px rgba(255,107,193,.8),0 0 40px rgba(255,107,193,.4),0 2px 8px rgba(0,0,0,.4)}.PlaceView_markerPopup__gOkz0{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);padding:8px 12px;border-radius:6px;font-size:12px;font-weight:600;font-family:Universal Sans Display,sans-serif;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.5);pointer-events:none;z-index:10}.PlaceView_markerPopup__gOkz0.PlaceView_emptyPopup__LkqzO{background:#fff066;color:#000}.PlaceView_markerPopup__gOkz0.PlaceView_emptyPopup__LkqzO:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff066}.PlaceView_markerPopup__gOkz0.PlaceView_activePopup__HdGWE{background:#ff6bc1;color:#000}.PlaceView_markerPopup__gOkz0.PlaceView_activePopup__HdGWE:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #ff6bc1}.PlaceView_toggleGroup__O_uSn{display:inline-flex;background:#333;border-radius:30px;padding:4px;gap:4px}.PlaceView_toggleButton__BWixu{padding:12px 32px;border:none;border-radius:24px;background:transparent;color:hsla(0,0%,100%,.5);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:180px;height:44px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.PlaceView_toggleButton__BWixu.PlaceView_emptyActive__nkFqA{background:#fff066;color:#1a1a1a}.PlaceView_toggleButton__BWixu.PlaceView_activeActive__q70g6{background:#ff6bc1;color:#fff}@media screen and (max-width:833px){.PlaceView_toggleButton__BWixu{width:140px;height:40px;font-size:14px;padding:10px 20px}}.PlaceView_learnMoreButton__UDsRo,.PlaceView_tourButton__26F0j{background:transparent;border:2px solid hsla(0,0%,100%,.2);color:#fff;padding:10px 24px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;margin-top:12px;transition:all .2s ease}.PlaceView_learnMoreButton__UDsRo:hover,.PlaceView_tourButton__26F0j:hover{border-color:#fff;transform:translateY(-1px)}.PlaceView_localsSaySection__5tWW7{background:transparent;border-radius:0;padding:20px 0 15px;margin-bottom:32px;border-top:1px solid hsla(0,0%,100%,.2)}.PlaceView_ratingDisplay__Iqwpx{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto auto;grid-column-gap:20px;column-gap:20px;grid-row-gap:4px;row-gap:4px;margin:16px 0}.PlaceView_bigRating__f7EV3{font-size:58px;font-weight:900;color:#000;font-family:Universal Sans Display,sans-serif;line-height:1;grid-column:1;grid-row:1/span 2;background:#ff6bc1;border-radius:50%;width:161px;height:161px;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center}@media screen and (max-width:833px){.PlaceView_bigRating__f7EV3{width:100px;height:100px;font-size:36px}}.PlaceView_starsContainer__03KUW{display:flex;flex-direction:column;gap:10px;grid-column:2;grid-row:1;align-self:end}.PlaceView_starsAndDescription__aiGxa{display:flex;align-items:center;gap:16px}.PlaceView_starsAndDescription__aiGxa>:first-child{transform:scale(1.1);transform-origin:left center;pointer-events:auto}.PlaceView_ratingDescription__IZ_ND{color:#ff6bc1;font-size:16px;font-weight:600;font-family:Universal Sans Display,sans-serif;white-space:nowrap;margin-left:10px}.PlaceView_ratingText__2Z_xo{color:#fff;font-size:20px;font-weight:700;margin:0;font-family:Universal Sans Display,sans-serif;line-height:1}.PlaceView_ratingQuote__4Yv1m{color:#fff;font-size:15px;line-height:1.4;font-style:normal;font-family:Universal Sans Display,sans-serif;margin:10px 0 0;grid-column:2;grid-row:2;align-self:start}.PlaceView_ratingClassification__8jR4K{display:flex;align-items:center;justify-content:center;font-family:Universal Sans Display,sans-serif;font-size:12px;font-weight:400;color:#fff;grid-column:1;grid-row:3;margin-top:4px}.PlaceView_ratingCounter__eDNmp{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;margin-top:8px;grid-column:1;grid-row:4}.PlaceView_counterLabel__zlk6Y{font-family:Universal Sans Display,sans-serif;font-size:12px;font-weight:400;color:#fff}.PlaceView_counterNumber__7dRCD{font-family:Universal Sans Display,sans-serif;font-size:12px;font-weight:700;line-height:1;color:#ff6bc1}.PlaceView_communitySection__qUQE3{margin-bottom:32px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.2)}.PlaceView_commentCount__cMxUb{color:gray;font-size:12px;margin:0 0 16px}.PlaceView_addCommentButton__8aNPA{width:100%;padding:12px 24px;border-radius:24px;border:none;font-size:14px;font-weight:600;cursor:pointer;margin-top:16px;transition:all .2s ease}.PlaceView_addCommentButton__8aNPA.PlaceView_pink__SBwxG{background:#ff6bc1;color:#fff}.PlaceView_addCommentButton__8aNPA.PlaceView_pink__SBwxG:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,193,.3)}.PlaceView_addCommentButton__8aNPA.PlaceView_yellow__bqRz5{background:#fff066;color:#000}.PlaceView_addCommentButton__8aNPA.PlaceView_yellow__bqRz5:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,240,102,.3)}.PlaceView_bottomSection__hx87_{padding:24px;border-top:1px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,.5)}.PlaceView_recommendedTitle__x7o7E{font-size:18px;font-weight:700;color:#fff;margin:0 0 20px;font-family:Universal Sans Display,sans-serif}.PlaceView_loadingState__QM99p{display:flex;align-items:center;justify-content:center;height:400px;color:gray;font-size:14px}.PlaceView_categoriesSection__GYlql{margin-bottom:32px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.2)}.PlaceView_categoriesGrid__cU_Hv{display:flex;flex-wrap:wrap;gap:8px}.PlaceView_newCategoryTag__AyXOx{padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;font-family:Universal Sans Display,sans-serif;color:#000;display:inline-block}.PlaceView_placeCategoryTag__SRZMA{background:#ff6bc1}.PlaceView_peopleCategoryTag__QZGDk{background:#81b5da}.PlaceView_localCategoryTag__rfhU9{background:#1d966a}.PlaceView_featuredCategory__l11qB{box-shadow:0 0 0 2px gold}.PlaceView_mobileHeroContainer__NnRZE{position:relative;width:100%;height:280px;overflow:hidden}.PlaceView_mobileHeroImage__rQAyI{width:100%;height:100%}.PlaceView_mobileHeroImage__rQAyI>div{height:100%!important}.PlaceView_mobileHeroOverlay__XWHF_{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-start;padding:calc(16px + env(safe-area-inset-top)) 16px 16px;z-index:10}.PlaceView_mobileHeroLeftButtons__Ktzp2,.PlaceView_mobileHeroRightButtons__SXHaC{display:flex;gap:12px}.PlaceView_mobileOverlayButton__mYkoO{width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.6);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.PlaceView_mobileOverlayButton__mYkoO svg{width:20px;height:20px}.PlaceView_mobileOverlayButton__mYkoO:active{transform:scale(.95)}.PlaceView_mobileOverlayButton__mYkoO.PlaceView_favorited__pdBRG{color:#ff6bc1}.PlaceView_mobilePhotoCounter__0CfTd{position:absolute;bottom:16px;right:16px;background:rgba(0,0,0,.6);color:#fff;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:600;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileContent__LXR3z{padding:20px 16px calc(24px + env(safe-area-inset-bottom))}.PlaceView_mobilePlaceHeader__QCDzq{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.PlaceView_mobilePlaceName__1uaBN{font-size:28px;font-weight:700;color:#fff;margin:0;font-family:Universal Sans Display,sans-serif;flex:1 1;line-height:1.2}.PlaceView_mobileEditLink__doaQv{background:none;border:none;color:#ff6bc1;font-size:14px;font-weight:500;text-decoration:underline;cursor:pointer;padding:4px 0;margin-left:12px}.PlaceView_mobileEditLink__doaQv.PlaceView_yellow__bqRz5{color:#fff066}.PlaceView_mobileAddress__zud8L{color:#ff6bc1;font-size:15px;font-weight:500;margin-bottom:4px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileWebsite__kDCgw{color:#b3b3b3;font-size:14px;text-decoration:none;display:block;margin-bottom:16px}.PlaceView_mobileWebsite__kDCgw:hover{text-decoration:underline}.PlaceView_mobileDescription__uLjja{margin-bottom:20px}.PlaceView_mobileDescription__uLjja p{color:#b3b3b3;font-size:15px;line-height:1.6;margin:0}.PlaceView_mobileDescription__uLjja p.PlaceView_collapsed__uzfHE{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.PlaceView_mobileDescription__uLjja p.PlaceView_expanded__vWA68{display:block}.PlaceView_mobileAboutTextarea__t6Kkk{width:100%;padding:12px;border:1px solid hsla(0,0%,100%,.2);border-radius:0;background:hsla(0,0%,100%,.05);color:#fff;font-size:15px;line-height:1.6;font-family:Universal Sans Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;resize:vertical;min-height:100px}.PlaceView_mobileAboutTextarea__t6Kkk:focus{outline:none}.PlaceView_mobileAboutTextarea__t6Kkk::placeholder{color:hsla(0,0%,100%,.4)}.PlaceView_mobileMoreButton__3oIhO{background:#ff6bc1;border:none;color:#000;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;margin-top:12px;display:inline-flex;align-items:center;gap:6px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileMoreButton__3oIhO:hover{opacity:.9}.PlaceView_mobileMoreArrow__KVgbm{font-size:10px}.PlaceView_mobileCategoriesSection__3KWlu{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.PlaceView_mobileCategoryRow__kFlt_{display:flex;align-items:center;gap:8px}.PlaceView_mobileCategoryTag__IAjnJ{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;font-family:Universal Sans Display,sans-serif;color:#000}.PlaceView_mobileCategoryTag__IAjnJ.PlaceView_placeCategoryTag__SRZMA{background:#ff6bc1}.PlaceView_mobileCategoryTag__IAjnJ.PlaceView_peopleCategoryTag__QZGDk{background:#81b5da}.PlaceView_mobileCategoryTag__IAjnJ.PlaceView_localCategoryTag__rfhU9{background:#1d966a}.PlaceView_mobileCategoryTag__IAjnJ.PlaceView_featuredCategory__l11qB{box-shadow:0 0 0 2px gold}.PlaceView_mobileCategorySubtext__vvcSF{color:gray;font-size:14px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileMapSection__jHb5o{margin-bottom:24px;border-top:1px solid hsla(0,0%,100%,.1);padding-top:16px}.PlaceView_mobileMapContainer__3zPul{height:200px;border-radius:12px;overflow:hidden;margin-bottom:12px;background:#1a1a1a}.PlaceView_mobileMapContainer__3zPul>div{width:100%!important;height:100%!important}.PlaceView_mobileMapContainer__3zPul .gm-bundled-control,.PlaceView_mobileMapContainer__3zPul .gm-style-cc,.PlaceView_mobileMapContainer__3zPul .gmnoprint:not(.gm-bundled-control) a,.PlaceView_mobileMapContainer__3zPul .gmnoprint:not(.gm-bundled-control) span,.PlaceView_mobileMapContainer__3zPul a[href^="https://maps.google.com/maps"]{display:none!important}.PlaceView_mobileMapToggle__jKhbJ{background:none;border:2px solid #ff6bc1;color:#ff6bc1;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileSectionTitle__j2y_C{font-size:24px;font-weight:700;color:#fff;margin:0 0 16px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileLocalScore__nivVi{margin-bottom:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.PlaceView_mobileRatingRow__QOOfB{display:flex;gap:16px;margin-bottom:16px}.PlaceView_mobileRatingCircle__xhi3h{width:80px;height:80px;border-radius:50%;background:#ff6bc1;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:900;color:#000;font-family:Universal Sans Display,sans-serif;flex-shrink:0}.PlaceView_mobileRatingDetails__dz4jV{display:flex;flex-direction:column;justify-content:center;gap:4px}.PlaceView_mobileRatingLabel__9WRc6{font-size:16px;font-weight:600;margin:0;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileRatingClassification__2PJi2{font-size:13px;color:#ff6bc1;margin:0;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileRatingMeta__syoup{display:flex;align-items:center;gap:12px;margin-top:12px;margin-bottom:16px;padding-left:4px}.PlaceView_mobileRatingClassificationTag__1w_6N{font-size:14px;font-weight:600;color:#ff6bc1;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileRatingCounter__X1Zrz{display:flex;align-items:center;gap:6px;font-size:14px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileRatingCounter__X1Zrz:before{content:"•";margin-right:6px;color:gray}.PlaceView_mobileRatingLabel__9WRc6{color:#fff;font-weight:400}.PlaceView_mobileRatingCount__gLyi8{color:#ff6bc1;font-weight:600}.PlaceView_mobileRatingDescription__5bm8h{font-size:14px;color:#b3b3b3;line-height:1.5;margin:0}.PlaceView_mobileCommunitySection__8X37i{margin-bottom:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.PlaceView_mobilePostingAs__SKylk{font-size:14px;color:gray;margin:0 0 16px}.PlaceView_mobilePostingAs__SKylk strong{color:#fff}.PlaceView_mobileStatusSection__XiQze{margin-bottom:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.PlaceView_mobileToggleGroup__OIAwA{display:inline-flex;background:#333;border-radius:30px;padding:4px;gap:4px;margin-bottom:12px}.PlaceView_mobileToggleButton__ZqQkP{padding:10px 28px;border:none;border-radius:24px;background:transparent;color:hsla(0,0%,100%,.5);font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileToggleButton__ZqQkP.PlaceView_emptyActive__nkFqA{background:#fff066;color:#1a1a1a}.PlaceView_mobileToggleButton__ZqQkP.PlaceView_activeActive__q70g6{background:#ff6bc1;color:#fff}.PlaceView_mobileConfirmationText__K3Nge{font-size:13px;color:gray;margin:0}.PlaceView_mobileInfoIcon__rXpaJ{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#333;font-size:10px;margin-left:4px;cursor:pointer}.PlaceView_mobileMorePlaces__emlkJ{margin-bottom:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.PlaceView_mobileInfoSection__u2Uvf{margin-bottom:24px;padding:20px 0;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center}.PlaceView_mobileInfoTitle___vpv1{font-size:20px;font-weight:700;color:#fff;margin:0;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileTourSection__MWEtg{margin-bottom:32px;padding:20px 0;border-top:1px solid hsla(0,0%,100%,.1)}.PlaceView_mobileTourTitle__RRP8g{font-size:20px;font-weight:700;color:#fff;margin:0 0 8px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileTourText__4NaDk{font-size:14px;color:#b3b3b3;line-height:1.5;margin:0 0 16px}.PlaceView_mobileTourButton__9hR_l{background:#ff6bc1;border:none;color:#000;padding:12px 24px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;font-family:Universal Sans Display,sans-serif;transition:all .2s ease}.PlaceView_mobileTourButton__9hR_l:hover{opacity:.9}.PlaceView_mobileTourButton__9hR_l:active{transform:scale(.98)}.PlaceView_mobileTourButton__9hR_l.PlaceView_yellow__bqRz5{background:#fff066}.PlaceView_mobileBottomClose__a1p5x{display:flex;flex-direction:column;align-items:center;padding:32px 0 calc(32px + env(safe-area-inset-bottom));margin-top:16px}.PlaceView_mobileCloseButton__XdcL8{width:56px;height:56px;border-radius:50%;background:#ff6bc1;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:all .2s ease}.PlaceView_mobileCloseButton__XdcL8:active{transform:scale(.95)}.PlaceView_mobileCloseIcon__IcjHd{font-size:44px;font-weight:300;line-height:1}.PlaceView_mobileAddressYellow__Qr3x_{color:#fff066}.PlaceView_mobileCloseButtonYellow__LMLu5{background:#fff066;color:#000}.PlaceView_mobileVotingSection__vQsCy{margin-bottom:24px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.PlaceView_mobileVotingTitle__Ei7Bz{font-size:28px;font-weight:700;color:#fff;margin:0 0 20px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileShareIdea__Mls40{margin-bottom:24px}.PlaceView_mobileShareIdeaLabel__L9nJf{font-size:16px;font-weight:700;color:#fff;margin:0 0 4px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileShareIdeaSubtext__2THS3{font-size:14px;color:gray;margin:0 0 12px}.PlaceView_mobileVoteInputWrapper__I1zGX{display:flex;align-items:center;background:#2a2a2a;border-radius:0;padding:4px;gap:8px}.PlaceView_mobileVoteInputWrapper__I1zGX>div:first-child{flex:1 1}.PlaceView_mobileVoteInputWrapper__I1zGX>div:first-child input{background:transparent;border:none;color:#fff;font-size:16px;padding:12px;width:100%}.PlaceView_mobileVoteInputWrapper__I1zGX>div:first-child input::placeholder{color:gray}.PlaceView_mobileVoteInputWrapper__I1zGX>div:first-child input:focus{outline:none}.PlaceView_mobileAddButton__YvA4p{background:#fff066;color:#000;border:none;border-radius:20px;padding:12px 24px;font-size:15px;font-weight:600;font-family:Universal Sans Display,sans-serif;cursor:pointer;flex-shrink:0;transition:all .2s ease}.PlaceView_mobileAddButton__YvA4p:disabled{opacity:.5;cursor:not-allowed}.PlaceView_mobileAddButton__YvA4p:active:not(:disabled){transform:scale(.98)}.PlaceView_mobileVoteLoginPrompt__dgW8a{text-align:center;padding:16px 0}.PlaceView_mobileSignUpButton__tIwDn{background:#fff066;color:#000;border:none;border-radius:24px;padding:14px 32px;font-size:16px;font-weight:600;font-family:Universal Sans Display,sans-serif;cursor:pointer;transition:all .2s ease}.PlaceView_mobileSignUpButton__tIwDn:active{transform:scale(.98)}.PlaceView_mobileVotedIndicator__jnsbS{width:48px;height:48px;border-radius:50%;background:#fff066;color:#000;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.PlaceView_mobileVotePopular__Pq0_a{margin-top:24px}.PlaceView_mobileVotePopularTitle__FA3Xm{font-size:18px;font-weight:700;color:#fff;margin:0 0 16px;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileVoteList__SYz89{display:flex;flex-direction:column;gap:16px}.PlaceView_mobileVoteItem__qVvfv{display:flex;flex-direction:column;gap:8px}.PlaceView_mobileVoteBarRow__dwTTz{display:flex;align-items:center;gap:12px}.PlaceView_mobileVoteBarContainer__utkjy{flex:1 1;height:44px;background:#333;border-radius:0;overflow:hidden;position:relative}.PlaceView_mobileVoteBarFill__Rp7o6{height:100%;background:#fff066;border-radius:0;transition:width .3s ease}.PlaceView_mobileVoteCount__XxBf8{font-size:16px;font-weight:600;color:#fff;min-width:50px;text-align:right;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileVoteButton__i72mG{background:#fff066;color:#000;border:none;border-radius:20px;padding:10px 20px;font-size:14px;font-weight:600;font-family:Universal Sans Display,sans-serif;cursor:pointer;min-width:70px;transition:all .2s ease}.PlaceView_mobileVoteButton__i72mG:disabled{opacity:.6;cursor:not-allowed}.PlaceView_mobileVoteButton__i72mG:active:not(:disabled){transform:scale(.98)}.PlaceView_mobileVoteSuggestionRow__dQDQR{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.PlaceView_mobileVoteSuggestionText__1Wg_u{font-size:15px;color:#fff;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileVoteBadge__IJeWO{background:#fff066}.PlaceView_mobileVoteBadgeYouSaid__1p86_,.PlaceView_mobileVoteBadge__IJeWO{color:#000;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;font-family:Universal Sans Display,sans-serif}.PlaceView_mobileVoteBadgeYouSaid__1p86_{background:#8b8b5a}.PlaceView_mobileSeeAllButton__ybbZ7{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#fff;font-size:15px;font-weight:500;font-family:Universal Sans Display,sans-serif;cursor:pointer;padding:16px 0;margin-top:8px}.PlaceView_mobileSeeAllIcon__dKssB{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff066;color:#000;font-size:16px;font-weight:700}.PlaceView_mobileMoreButtonYellow__vjDHS{background:#fff066;color:#000}.PlaceView_mobileMapToggleYellow__EXBem{border-color:#fff066;color:#fff066}.VotingSection_root__W_Cjh{padding:12px 0 24px;background:#000;border-radius:0;margin-top:0}.VotingSection_header__Ng3mO{margin-bottom:12px}.VotingSection_title__58LED{margin-bottom:4px;color:#fff;font-size:20px;font-weight:600;font-family:Universal Sans Display,sans-serif}.VotingSection_subtitle__yHdE4{margin-bottom:24px;color:#fff;font-size:14px;font-weight:400}.VotingSection_suggestions__5NF3k{margin-bottom:24px}.VotingSection_suggestionsList__UvsWH{display:flex;flex-direction:column;gap:16px}.VotingSection_suggestionItemContainer__56Dnb{display:flex;flex-direction:column;gap:8px}.VotingSection_suggestionItemWrapper__WYbpn{display:flex;align-items:center;gap:25px}.VotingSection_barAndCount__ZkG4H{display:flex;align-items:center;flex:1 1;gap:5px}.VotingSection_suggestionTextBelow__AR2yJ{padding-left:0;color:#fff}.VotingSection_suggestionItem__LenIo{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0;background:#1a1a1a;border:none;border-radius:0;height:48px;overflow:hidden;flex:1 1;flex-shrink:0}.VotingSection_suggestionInfo__cvpBO{position:absolute;left:16px;display:flex;align-items:center;gap:12px;z-index:2}.VotingSection_suggestionTextWrapper__t6m8K{display:flex;flex-direction:column;gap:4px}.VotingSection_suggestionText__qudZY{color:#fff;font-size:14px;font-weight:400;font-family:Universal Sans Display,sans-serif}.VotingSection_youSaidBadge__mzmmk{display:inline-block;padding:2px 8px;background:#fff066;color:#000;font-size:11px;font-weight:600;font-family:Universal Sans Display,sans-serif;border-radius:12px;width:-moz-fit-content;width:fit-content}.VotingSection_categoryTag__DWrdC{display:none}.VotingSection_voteButtonWrapper__5dmFU{position:absolute;right:16px;display:flex;align-items:center;z-index:2}.VotingSection_voteInfo__PZ0Oj{position:absolute;right:16px;display:flex;align-items:center;gap:12px;z-index:3}.VotingSection_voteBar__AXxZr{position:absolute;top:0;left:0;bottom:0;background:transparent;z-index:1;transition:width .3s ease}.VotingSection_voteBarFill__7_PRW{width:100%;height:100%;background:#fff066;transition:width .3s ease}.VotingSection_voteCount__DZHZ9{color:#fff;font-size:15px;font-weight:600;min-width:40px;text-align:right;font-family:Universal Sans Display,sans-serif;border:none;padding:0;margin:0}.VotingSection_suggestionsTitle__bzd1W{margin-bottom:12px;color:#fff;font-size:20px;font-weight:700;font-family:Universal Sans Display,sans-serif}.VotingSection_voteForButton__0VuBK{font-size:16px!important;padding:6.48px 12.96px!important;min-width:86.4px!important;color:#000!important;font-weight:900!important;border:none!important}.VotingSection_totalVotes__HWLKf{margin-top:12px;text-align:center;color:#999;font-size:14px}.VotingSection_voteForm__JsnCv{background:transparent;padding:0;border-radius:0;border:none;margin-top:24px;width:100%;height:100%}.VotingSection_hybridInputWrapper__tftu7{margin:0;padding:0;position:relative;width:100%;height:100%}.VotingSection_hybridInputWrapper__tftu7 label{display:block;margin-bottom:8px;color:#fff;font-size:16px;font-weight:400}.VotingSection_submitButtonInInput__b1Di2{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#fff066;border:none;color:#000;font-size:10px;font-weight:500;font-family:Universal Sans Display,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;text-decoration:none!important}.VotingSection_submitButtonInInput__b1Di2:hover{background:#ffed4d;transform:translateY(-50%) scale(1.05)}.VotingSection_submitButtonInInput__b1Di2:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.VotingSection_submitButtonInInput__b1Di2,.VotingSection_submitButtonInInput__b1Di2 span{text-decoration:none!important}.VotingSection_submitButtonInInput__b1Di2:after,.VotingSection_submitButtonInInput__b1Di2:before{display:none!important}.VotingSection_categorySelect__VWltk{margin-bottom:16px}.VotingSection_categorySelect__VWltk label{display:block;margin-bottom:8px;color:#999;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.VotingSection_select__6TDlJ{width:100%;padding:12px;background:#595959;border:1px solid gray;border-radius:0;color:#fff;font-size:16px;cursor:pointer;transition:all .2s ease}.VotingSection_select__6TDlJ:hover{border-color:#999}.VotingSection_select__6TDlJ:focus{outline:none;border-color:#fff066}.VotingSection_suggestionInput__cEnUv{margin-bottom:16px}.VotingSection_suggestionInput__cEnUv label{display:block;margin-bottom:8px;color:#999;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.VotingSection_textarea__EoGc6{width:100%;padding:12px;background:#595959;border:1px solid gray;border-radius:0;color:#fff;font-size:16px;resize:vertical;transition:all .2s ease}.VotingSection_textarea__EoGc6:hover{border-color:#999}.VotingSection_textarea__EoGc6:focus{outline:none;border-color:#fff066}.VotingSection_votedMessage__uqUkO{padding:16px;background:rgba(29,150,106,.1);border-radius:0;text-align:center;color:#1d966a}.VotingSection_loginPrompt___t3wh{padding:24px;background:#3f3f3f;border-radius:0;text-align:center;color:#999}.VotingSection_loading__28hxQ{padding:48px;text-align:center;color:#999}.VotingSection_charCount__qeMei{display:block;margin-top:4px;color:#999;font-size:14px;text-align:right}.VotingSection_seeAllButton__3_xdk{width:100%;margin-top:16px;padding:12px 24px;background:transparent;border:1px solid #fff066;border-radius:24px;color:#fff066;font-size:14px;font-weight:600;font-family:Universal Sans Display,sans-serif;cursor:pointer;transition:all .2s ease}.VotingSection_seeAllButton__3_xdk:hover{background:rgba(255,240,102,.1)}.VotingSection_votedInput__AmJm0{width:100%;height:100%;min-height:48px;padding:12px 50px 12px 12px;background:#1a1a1a;border:none;border-radius:0;color:#fff;font-size:14px;font-family:Universal Sans Display,sans-serif;cursor:not-allowed}.VotingSection_votedInput__AmJm0:disabled{opacity:1;color:#fff}.VotingSection_votedIndicator__fRa2b{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:#fff066;color:#000;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:10}