@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:Roboto;line-height:1.5;font-weight:400;color:var(--text-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #a0d683;--primary-color-light: #aee88f57;--primary-hover: #a7de8a;--primary-active: #8bc66d;--bg-primary: #ffffff;--bg-secondary: #f9f7f7;--text-color: #333333;--error: #f13434;--error-hover: #fd3636;--info: deepskyblue;--hover-background: rgb(128, 128, 128, .1);--scrollbar-track-color: rgb(227, 227, 227);--scrollbar-thumb-color: rgb(210, 210, 210);--border-color: #f0eeee;--border-radius: 5px;--background-blur: 2px;--shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, .05) 0px 1px 2px 0px;--shadow-color: 0deg 0% 72%;--shadow: 0px .1px .1px hsl(var(--shadow-color) / .2), 0px .3px .3px -.3px hsl(var(--shadow-color) / .2), 0px .5px .6px -.6px hsl(var(--shadow-color) / .2), 0px .8px .9px -.9px hsl(var(--shadow-color) / .2), -.1px 1.1px 1.2px -1.2px hsl(var(--shadow-color) / .2), -.1px 1.6px 1.8px -1.4px hsl(var(--shadow-color) / .19), -.1px 2.3px 2.6px -1.7px hsl(var(--shadow-color) / .19), -.2px 3.2px 3.6px -2px hsl(var(--shadow-color) / .19), -.2px 4.4px 4.9px -2.3px hsl(var(--shadow-color) / .19), -.3px 6px 6.7px -2.6px hsl(var(--shadow-color) / .19);--z-navbar: 980;--z-dropdown: 1000;--z-sticky: 1020;--z-modal: 1050;--z-notification-dropdown: 1060;--z-navbar-mobile: 1070;--z-confirm-modal: 1080;--z-toast: 1090;--z-lightbox: 1100;--z-tooltip: 1110}.dark-mode{color:var(--text-color);--primary-color: #a0d683;--primary-color-light: #aee88f57;--primary-hover: rgb(167, 222, 138);--primary-active: #8bc66d;--bg-primary: #181a1b;--bg-secondary: #242526;--text-color: #e0e0e0;--error: #fc3636;--error-hover: #fc4646;--info: deepskyblue;--hover-background: rgba(160, 214, 131, .08);--scrollbar-track-color: rgb(54, 54, 54);--scrollbar-thumb-color: rgb(91, 91, 91);--border-color: #3b3b3b;--border-radius: 5px;--shadow: none}*,*:after,*:before{padding:0;margin:0;box-sizing:border-box}body{background:var(--bg-primary)}::-webkit-scrollbar{width:6px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border-radius:var(--border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color);border-radius:var(--border-radius)}input[type=text],input[type=password],textarea{padding:10px;border-radius:5px;border:none;outline:1px solid var(--border-color);box-shadow:var(--shadow);width:100%;font-family:inherit;transition:outline .1s ease}input,textarea{background:var(--bg-secondary);color:var(--text-color);font-family:Roboto}input[type=text]:focus,input[type=password]:focus,textarea:focus{outline:1px solid var(--primary-color)!important}input[type=text]:hover,input[type=password]:hover,textarea:hover{outline:1px solid var(--primary-color)}button{font-family:Roboto!important}body.removeScroll{overflow-y:hidden}._homePage_p66dv_1{overflow-x:hidden}._hero_p66dv_5{position:relative;display:flex;flex-direction:column;align-items:center;height:calc(100dvh - 60px)}._heroContent_p66dv_13{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;width:100%;max-width:760px}._mapContainer_p66dv_25{position:relative;width:650px;height:300px;animation:_mapFadeIn_p66dv_1 1s ease-out forwards;opacity:0}@keyframes _mapFadeIn_p66dv_1{to{opacity:1}}._map_p66dv_25{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:var(--bg-secondary);overflow:hidden}._mapGrid_p66dv_45{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--primary-color) 1px,transparent 1px),linear-gradient(90deg,var(--primary-color) 1px,transparent 1px);background-size:20% 25%;opacity:.08}._mapImage_p66dv_55{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:.15;pointer-events:none;-webkit-user-select:none;user-select:none}.dark-mode ._mapImage_p66dv_55{filter:grayscale(1) brightness(1.2);opacity:.18}:root:not(.dark-mode) ._mapImage_p66dv_55{filter:grayscale(1) brightness(0) invert(.7);opacity:.4}._pin_p66dv_76{position:absolute;z-index:3;display:flex;flex-direction:column;align-items:center;opacity:0;animation:_pinDrop_p66dv_1 .6s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes _pinDrop_p66dv_1{0%{opacity:0;transform:translateY(-60px)}60%{opacity:1;transform:translateY(4px)}80%{transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}._pinIcon_p66dv_104{width:40px;height:40px;transition:transform .2s ease}._pinLabel_p66dv_110{font-size:.65rem;font-weight:600;color:var(--text-color);background:var(--bg-secondary);padding:1px 6px;border-radius:3px;margin-top:2px;white-space:nowrap;opacity:0;animation:_labelReveal_p66dv_1 .4s ease forwards;animation-delay:inherit;border:1px solid var(--border-color)}@keyframes _labelReveal_p66dv_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._brandReveal_p66dv_131{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;animation:_brandFadeUp_p66dv_1 .3s ease forwards;animation-delay:1s}@keyframes _brandFadeUp_p66dv_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._brandIcon_p66dv_152 svg{width:50px;height:50px;margin-bottom:.25rem}._brandName_p66dv_158{font-size:3rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,var(--primary-color) 0%,#6eb853 50%,var(--primary-color) 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:_shimmer_p66dv_1 3s linear infinite;line-height:1.1}@keyframes _shimmer_p66dv_1{to{background-position:200% center}}._tagline_p66dv_175{font-size:1.25rem;font-weight:500;color:var(--text-color);margin-top:.25rem;opacity:.85}._subtitle_p66dv_183{max-width:520px;margin-top:.5rem;color:var(--text-color);opacity:.65;font-size:.95rem;line-height:1.6}._heroButtons_p66dv_192{display:flex;gap:1rem;margin-top:1.5rem}._heroButtons_p66dv_192 a{text-decoration:none}._heroButtons_p66dv_192 button{padding:12px 28px;font-size:1rem}._scrollIndicator_p66dv_207{min-width:24px;width:24px;min-height:40px;height:24px;border:2px solid var(--primary-color);border-radius:12px;opacity:0;animation:_brandFadeUp_p66dv_1 .5s ease-out forwards;animation-delay:2s;padding:10px 0}._scrollDot_p66dv_220{min-width:4px;width:4px;min-height:8px;height:8px;background:var(--primary-color);border-radius:2px;margin:0 auto;animation:_scrollBounce_p66dv_1 1.8s ease-in-out infinite}@keyframes _scrollBounce_p66dv_1{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(3px);opacity:.3}}._features_p66dv_236{padding:5rem 2rem;max-width:960px;margin:0 auto}._featuresHeading_p66dv_242{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color)}._featuresGrid_p66dv_250{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._featureCard_p66dv_256{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease;box-shadow:var(--shadow)}._featureCard_p66dv_256 h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-color)}._featureCard_p66dv_256 p{font-size:.9rem;line-height:1.6;opacity:.7;color:var(--text-color)}._featureIcon_p66dv_279{width:48px;height:48px;margin:0 auto 1rem;color:var(--primary-color)}._featureIcon_p66dv_279 svg{width:100%;height:100%}._cta_p66dv_291{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 2rem 5rem;background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(160,214,131,.08) 0%,transparent 70%)}._cta_p66dv_291 h2{font-size:1.75rem;font-weight:700;color:var(--text-color)}._cta_p66dv_291 p{margin-top:.5rem;margin-bottom:1.5rem;opacity:.65;color:var(--text-color)}._cta_p66dv_291 a{text-decoration:none}._cta_p66dv_291 button{padding:14px 36px;font-size:1.05rem}@media screen and (max-width: 768px){._mapContainer_p66dv_25{width:100%}._pinIcon_p66dv_104{width:22px;height:22px}._pinLabel_p66dv_110{font-size:.55rem}._brandName_p66dv_158{font-size:2.25rem}._tagline_p66dv_175{font-size:1.05rem}._subtitle_p66dv_183{font-size:.85rem}._featuresGrid_p66dv_250{grid-template-columns:1fr;gap:1.25rem}._heroButtons_p66dv_192{flex-direction:column;align-items:center;width:100%}._heroButtons_p66dv_192 a{width:100%;display:flex;justify-content:center}._heroButtons_p66dv_192 button{width:100%;max-width:280px}}@media screen and (max-width: 480px){._heroContent_p66dv_13{padding:1rem}._pinLabel_p66dv_110{display:none}._mapContainer_p66dv_25{height:190px}._brandName_p66dv_158{font-size:1.85rem}._scrollIndicator_p66dv_207{display:none}}._loader_11qf1_1{width:25px;height:25px;border:5px dotted #FFF;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:_rotation_11qf1_1 2s linear infinite}@keyframes _rotation_11qf1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._svg_11qf1_21{transform-origin:center;animation:_rotate4_11qf1_1 2s linear infinite;width:50px;opacity:.7}._svg_11qf1_21 circle{fill:none;stroke:var(--text-color)!important;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:_dash4_11qf1_1 1.5s ease-in-out infinite}._svg_11qf1_21._dark_11qf1_37 circle{stroke:#333!important}._svg_11qf1_21._light_11qf1_41 circle{stroke:#fff!important}@keyframes _rotate4_11qf1_1{to{transform:rotate(360deg)}}@keyframes _dash4_11qf1_1{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}._button_12nfs_1{border:none;display:flex;align-items:center;justify-content:center;background:var(--primary-color);border-radius:5px;padding:.5rem .75rem;cursor:pointer;transition:opacity .1s ease,background .1s ease;font-size:.9rem;gap:10px;font-weight:500}._button_12nfs_1:hover{background:var(--primary-hover)}._button_12nfs_1 div{display:flex;align-items:center;gap:5px}._button_12nfs_1 div ._loadingText_12nfs_24{opacity:.7}._button_12nfs_1 div span{text-wrap:nowrap}._button_12nfs_1._transparent_12nfs_33,._button_12nfs_1._transparent_12nfs_33:hover{background:transparent}._button_12nfs_1:hover{opacity:1}._button_12nfs_1:disabled{opacity:.7;cursor:auto}._button_12nfs_1:disabled:hover,._button_12nfs_1:disabled:active{opacity:.7}._button_12nfs_1 svg,._button_12nfs_1 img{width:27px}._secondary_12nfs_60{background:var(--bg-secondary)!important;outline:1px solid var(--border-color)!important;color:var(--text-color)!important}._secondary_12nfs_60:hover{background:var(--bg-primary)!important}._page_6p83z_1{display:flex;height:calc(100dvh - 60px);position:relative;overflow-x:hidden}._mapWrapper_11gbs_1{width:100%;height:100%;position:relative;display:flex}._googleMap_11gbs_8{height:100%;width:100%}._pin_11gbs_13{width:50px;height:50px}._createdPin_11gbs_18{width:25px;height:25px}._POIWrapper_11gbs_23{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-primary);color:var(--text-color);box-shadow:var(--shadow);width:175px;border-radius:5px;transition:width .2s ease;font-size:1rem;overflow-x:hidden}._newPOI_11gbs_38:before{content:"";position:absolute;width:103%;height:120%;border-radius:5px;background:var(--primary-color);z-index:10;animation:_pulse_11gbs_1 2s infinite}._newPOI_11gbs_38:after{content:"New";position:absolute;top:-10px;right:-10px;background:var(--primary-color);color:var(--bg-primary);font-size:.7em;padding:2px 5px;border-radius:5px;z-index:20}._POIWrapper_11gbs_23:hover{width:300px;border-top-left-radius:0;border-top-right-radius:0;text-wrap:nowrap}._POIWrapper_11gbs_23:hover ._POISvgName_11gbs_69{border-top:0!important}._POIWrapper_11gbs_23:hover ._extendedPart_11gbs_73{width:inherit;max-height:500px;padding:10px;bottom:100%;border-bottom:0!important;border-bottom-left-radius:0;border-bottom-right-radius:0}._POIWrapper_11gbs_23:hover ._POISvgName_11gbs_69{justify-content:start}._POIWrapper_11gbs_23:hover ._date_11gbs_88,._POIWrapper_11gbs_23:hover ._likesWrapper_11gbs_88{display:flex}._POIWrapper_11gbs_23:hover ._likesWrapper_11gbs_88{align-items:center;gap:3px}._extendedPart_11gbs_73{display:flex;flex-direction:column;gap:10px;position:absolute;bottom:100%;left:0;width:inherit;overflow:hidden;border-radius:5px;background:inherit;border:inherit;transition:max-height .5s ease;max-height:0;transform:translateY(5px)}._POISvgName_11gbs_69{display:flex;align-items:center;justify-content:center;font-weight:500;z-index:10;background:inherit;width:100%;padding:5px 10px;border-radius:5px;text-align:center;font-size:.8em;gap:5px;overflow-x:hidden}._POISvgName_11gbs_69 svg{height:20px;width:20px;flex-shrink:0}._date_11gbs_88{margin-left:auto;text-wrap:nowrap;display:none;padding:0 5px!important}._likesWrapper_11gbs_88{display:none}._likesWrapper_11gbs_88 ._likeIcon_11gbs_147{height:15px;width:15px}._extendedPartHeader_11gbs_153{display:flex;align-items:center;gap:10px}._pinUser_11gbs_159{display:flex;align-items:center;gap:8px;flex:1;padding:5px}._pinUser_11gbs_159 img{width:30px;height:30px;border-radius:50%;object-fit:cover}._pinUser_11gbs_159 ._pinUserName_11gbs_173{text-wrap:nowrap}._pinMedia_11gbs_178{display:flex;align-items:center;gap:5px}._pinMedia_11gbs_178 ._resultImage_11gbs_184{display:flex;align-items:flex-end;width:40px;height:40px;object-fit:cover;border-radius:var(--border-radius)}._pinMedia_11gbs_178 ._moreMediaOverlay_11gbs_193{font-size:.8rem;display:grid;place-items:center;width:40px;height:40px;outline:1px solid var(--border-color);border-radius:var(--border-radius)}._noMediaMessage_11gbs_204{display:flex;align-items:center;justify-content:center;gap:5px}._noMediaMessage_11gbs_204 span{font-size:.9rem;text-wrap:nowrap}._count_11gbs_216{font-size:1.2em;font-weight:600;margin-left:3px}._mapTooltip_11gbs_222{position:absolute;top:10px;left:50%;transform:translate(-50%,-150%);background:var(--bg-primary);color:var(--text-color);padding:10px;border-radius:5px;font-size:.9rem;box-shadow:var(--shadow);border:1px solid var(--border-color);text-align:center;display:flex;align-items:center;gap:10px;transition:transform .3s ease}._mapTooltip_11gbs_222 svg{width:25px;height:25px;flex-shrink:0}._mapTooltip_11gbs_222._visible_11gbs_247{transform:translate(-50%);transition:transform .3s ease}._poisLoadingMessage_11gbs_253{display:flex;align-items:center;gap:10px;position:absolute;top:10px;left:50%;transform:translate(-50%,-150%);transition:transform .2s ease;z-index:2;background:var(--bg-primary);padding:10px;border-radius:var(--border-radius);outline:1px solid var(--border-color);font-size:.9rem}._poisLoadingMessage_11gbs_253 svg{width:30px;height:30px}._poisLoadingMessage_11gbs_253._visible_11gbs_247{transform:translate(-50%)}@keyframes _pulse_11gbs_1{0%{box-shadow:0 0 #a0d683b3}70%{box-shadow:0 0 0 10px #a0d68300}to{box-shadow:0 0 #a0d68300}}@media screen and (max-width: 450px){._mapTooltip_11gbs_222{top:10px;right:10px;transform:translate(-0%,-150%);padding:5px;text-align:center;width:fit-content;gap:0}._mapTooltip_11gbs_222._visible_11gbs_247{transform:translate(-0%)}}._userLocationWrapper_34qrz_1{position:absolute;bottom:0;left:0;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;gap:8px;margin:10px;padding:10px 15px 10px 10px;border-radius:5px;outline:1px solid var(--border-color);box-shadow:var(--shadow);width:min(200px,100%);transition:width .3s ease,height .3s ease;z-index:calc(var(--z-modal) - 1)}._userLocationWrapper_34qrz_1._editing_34qrz_20{width:min(500px,100%);margin:0}._userLocationWrapper_34qrz_1 ._userLocation_34qrz_1{display:flex;align-items:center;gap:10px;width:100%}._userLocationWrapper_34qrz_1 svg{width:30px;height:30px}._userLocationWrapper_34qrz_1 ._userLocationText_34qrz_37{display:flex;align-items:start;flex-direction:column}._userLocationWrapper_34qrz_1 ._userLocationText_34qrz_37 ._textLabel_34qrz_42{font-size:.9rem;color:gray}._userLocationWrapper_34qrz_1 ._userLocationText_34qrz_37 ._cityName_34qrz_47{display:flex;align-items:center;gap:5px}._userLocationWrapper_34qrz_1 ._userLocationText_34qrz_37 ._cityName_34qrz_47 svg{width:16px;height:16px;opacity:.7}._userLocationWrapper_34qrz_1 ._userLocationText_34qrz_37 ._cityName_34qrz_47:hover{cursor:pointer;text-decoration:underline}._autocompleteWrapper_34qrz_66{display:flex;flex-direction:column;gap:5px;width:100%}._autocompleteWrapper_34qrz_66 ._suggestionsList_34qrz_72{list-style:none;overflow-y:auto;display:flex;flex-direction:column;gap:3px}._autocompleteWrapper_34qrz_66 ._suggestionsList_34qrz_72 ._suggestionItem_34qrz_79{padding:5px;border-radius:5px;cursor:pointer}._autocompleteWrapper_34qrz_66 ._suggestionsList_34qrz_72 ._suggestionItem_34qrz_79:hover{background:var(--hover-background)}._leftAside_oi6o5_1{display:flex;flex-direction:column;background-color:var(--bg-primary);padding:20px;margin:15px;border-radius:5px;position:absolute;outline:1px solid var(--border-color);box-shadow:var(--shadow);width:275px;z-index:var(--z-dropdown);transform:translate(0);transition:transform .3s ease}._leftAside_oi6o5_1._closed_oi6o5_16{transform:translate(-110%)}._leftAside_oi6o5_1._closed_oi6o5_16 ._toggleAsideButton_oi6o5_19{transform:translate(120%)}._leftAside_oi6o5_1._closed_oi6o5_16 ._toggleAsideButton_oi6o5_19 svg{transform:rotate(360deg)}._leftAside_oi6o5_1 ._toggleAsideButton_oi6o5_19{position:absolute;top:10px;right:-20px;transition:transform .5s ease;padding:0;min-width:0;width:40px;height:40px}._leftAside_oi6o5_1 ._toggleAsideButton_oi6o5_19 svg{width:30px;height:30px;transition:transform .3s ease;transform:rotate(180deg)}._filtersWrapper_oi6o5_47{display:flex;flex-direction:column;gap:1rem}._leftAsidePart_oi6o5_53 h4{font-size:.9em;font-weight:600;color:gray;margin-bottom:5px}._daysOptionsWrapper_oi6o5_60,._typeOptionsWrapper_oi6o5_61,._visibilityOptionsWrapper_oi6o5_62{display:flex;gap:.5rem}._daysOptionsWrapper_oi6o5_60 button svg,._typeOptionsWrapper_oi6o5_61 button svg,._visibilityOptionsWrapper_oi6o5_62 button svg{width:20px;height:20px}._dayOption_oi6o5_72,._typeOption_oi6o5_61,._visibilityOption_oi6o5_62{background:var(--bg-secondary)!important;outline:1px solid var(--border-color)!important;flex:1;color:var(--text-color)!important}._dayOption_oi6o5_72:hover,._typeOption_oi6o5_61:hover,._visibilityOption_oi6o5_62:hover{background-color:var(--hover-background)!important}._selectedDays_oi6o5_85,._selectedType_oi6o5_86,._selectedVisibility_oi6o5_87{outline:1px solid var(--primary-color)!important}._asideVisibilityButton_oi6o5_91{position:absolute;top:10px;opacity:1}@media screen and (max-width: 600px){._leftAside_oi6o5_1{padding:15px;margin:0;border-radius:0;outline:none;width:100%;transform:translate(0)}._leftAside_oi6o5_1._closed_oi6o5_16{transform:translateY(-100%)}._leftAside_oi6o5_1._closed_oi6o5_16 ._toggleAsideButton_oi6o5_19{transform:translate(50%)}._leftAside_oi6o5_1._closed_oi6o5_16 ._toggleAsideButton_oi6o5_19 svg{transform:rotate(270deg)}._leftAside_oi6o5_1 ._toggleAsideButton_oi6o5_19{top:95%;right:50%;transform:translate(50%);width:30px;height:30px}._leftAside_oi6o5_1 ._toggleAsideButton_oi6o5_19 svg{width:25px;height:25px;transform:rotate(90deg)}._daysOptionsWrapper_oi6o5_60 button svg,._typeOptionsWrapper_oi6o5_61 button svg,._visibilityOptionsWrapper_oi6o5_62 button svg{width:25px;height:25px}._dayOption_oi6o5_72,._typeOption_oi6o5_61,._visibilityOption_oi6o5_62{font-size:1rem}}._POIOverlay_1y5te_2{width:100%;padding:10px;height:100%;z-index:var(--z-modal);position:fixed;top:0;left:0;background:#00000080;display:grid;place-items:center;-webkit-backdrop-filter:blur(var(--background-blur));backdrop-filter:blur(var(--background-blur));opacity:0;pointer-events:none;transition:opacity .1s ease}._POIOverlay_1y5te_2._open_1y5te_18{pointer-events:auto;opacity:1}._POIOverlayContent_1y5te_24{height:650px;margin:0 auto;display:flex;gap:10px;position:relative;overflow-y:auto;width:min(1000px,100%);border-radius:5px}._loaderWrapper_1y5te_35{background:var(--bg-primary);width:100%;height:100%;border-radius:5px;display:grid;place-items:center}._poiInformation_1y5te_44{gap:10px;width:100%;height:100%;overflow-y:hidden;background:var(--bg-primary);padding:20px;border-radius:5px;position:relative;border:1px solid var(--border-color);display:grid;grid-template-areas:"poiMedia poiMedia poiMedia poiUserAndType" "poiMedia poiMedia poiMedia poiDescription" "poiMedia poiMedia poiMedia poiActions" "poiMedia poiMedia poiMedia poiCommentsSection";grid-template-rows:50px auto auto minmax(0,1fr);grid-template-columns:1fr 1fr 1fr 2fr}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64,._poiInformation_1y5te_44 ._poiDescription_1y5te_65{padding:0 10px}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64{grid-area:poiUserAndType;display:flex;gap:10px}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64{display:flex;align-items:center;gap:8px}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64 img{width:40px;height:40px;border-radius:50%;object-fit:cover}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64 img:hover{cursor:pointer}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64 ._userInfo_1y5te_90{display:flex;flex-direction:column}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64 ._userInfo_1y5te_90 ._username_1y5te_94{font-size:.9rem;margin-bottom:0;font-weight:500}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64 ._userInfo_1y5te_90 ._username_1y5te_94:hover{text-decoration:underline;cursor:pointer}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64 ._userInfo_1y5te_90 ._postedDate_1y5te_105{color:gray;font-size:.8rem}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._eventDate_1y5te_112,._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._countdownWrapper_1y5te_124{display:flex;gap:5px;padding:5px;font-size:.9rem}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._eventDate_1y5te_112 svg,._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._countdownWrapper_1y5te_124 svg{width:20px;height:20px}._poiMedia_1y5te_138{grid-area:poiMedia;min-width:0;padding:0 10px;border-radius:var(--border-radius)}._poiDescription_1y5te_65{grid-area:poiDescription;display:flex;flex-direction:column;gap:5px}._poiDescription_1y5te_65 ._noDescription_1y5te_151{display:flex;align-items:center;gap:5px;color:gray;font-size:.9rem}._poiActions_1y5te_160{grid-area:poiActions;display:flex;align-items:center;gap:5px}._poiActions_1y5te_160 button{padding:8px;color:var(--text-color)!important;background:transparent}._poiActions_1y5te_160 button svg{width:20px;height:20px}._poiActions_1y5te_160 button:hover{text-decoration:underline;background:transparent}._closeButton_1y5te_183{position:absolute;top:10px;right:10px;padding:5px;border-radius:50%}._closeButton_1y5te_183 svg{width:20px;height:20px}._closeButton_1y5te_183:hover{background:var(--hover-background)!important}._manageButton_1y5te_200{position:relative}._manageButton_1y5te_200 button{font-size:.9rem;gap:0;color:var(--text-color)!important}._manageButton_1y5te_200 button svg{width:20px;height:20px}._manageButton_1y5te_200 ._poiOptionsWrapper_1y5te_214{display:flex;flex-direction:column;align-items:start;position:absolute;top:40px;right:0;padding:5px;border-radius:var(--border-radius);background-color:var(--bg-primary);box-shadow:var(--shadow);outline:1px solid var(--border-color);transform:translateY(-5px);opacity:0;visibility:hidden;transition:opacity .1s ease,transform .1s ease}._manageButton_1y5te_200 ._poiOptionsWrapper_1y5te_214._open_1y5te_18{opacity:1;visibility:visible;transform:translateY(0)}._manageButton_1y5te_200 ._poiOptionsWrapper_1y5te_214 button{font-size:.8rem}._manageButton_1y5te_200 ._poiOptionsWrapper_1y5te_214 button:hover{text-decoration:underline}._errorInput_1y5te_247{outline:1px solid var(--error)!important}._openOptionsButton_1y5te_251{position:absolute;top:10px;right:0;border-radius:50%}._openOptionsButton_1y5te_251:hover{background:var(--hover-background)!important}._errorMessage_1y5te_262{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%!important;background:var(--bg-primary)}._errorMessage_1y5te_262 img{width:80px}@media screen and (max-width: 600px){._POIOverlay_1y5te_2{padding:20px 3px;top:60px;place-items:start;transition:opacity .3s ease}._POIOverlay_1y5te_2._open_1y5te_18 ._POIOverlayContent_1y5te_24{transform:translateY(0)}._POIOverlayContent_1y5te_24{height:100%;width:100%;border-radius:10px 10px 0 0;-ms-overflow-style:none;scrollbar-width:none;transition:transform .3s ease;transform:translateY(100%)}._poiInformation_1y5te_44{grid-template-areas:"poiUserAndType" "poiMedia" "poiActions" "poiDescription" "poiCommentsSection";grid-template-rows:50px min-content min-content min-content auto;grid-template-columns:1fr;overflow-y:auto;padding:10px 0;border:none;border-radius:0;-ms-overflow-style:none;scrollbar-width:none}._poiInformation_1y5te_44::-webkit-scrollbar{display:none}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64{gap:10px}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiUser_1y5te_64 img{width:40px;height:40spx}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._username_1y5te_94{font-size:1rem!important}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._postedDate_1y5te_105{font-size:.8rem!important}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiType_1y5te_336{font-size:1rem}._poiInformation_1y5te_44 ._poiUserAndType_1y5te_64 ._poiType_1y5te_336 svg{width:25px;height:25px}._poiInformation_1y5te_44 ._poiActions_1y5te_160{justify-content:space-evenly}._poiInformation_1y5te_44 ._poiActions_1y5te_160 button{padding:10px}._poiInformation_1y5te_44 ._poiActions_1y5te_160 button div{gap:10px}._poiInformation_1y5te_44 ._poiActions_1y5te_160 button svg{width:20px;height:20px}._closeButton_1y5te_183{top:10px;right:10px}}._lightbox_1mf5f_1{position:fixed;z-index:var(--z-lightbox);top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none;opacity:0;transition:opacity .1s ease;padding:20px;display:flex;flex-direction:column}._lightbox_1mf5f_1._open_1mf5f_13{pointer-events:auto;opacity:1}._header_1mf5f_19{position:absolute;color:#fff}._header_1mf5f_19 h2{font-size:2rem}._header_1mf5f_19 ._currentSelected_1mf5f_27{font-size:1.2rem;color:gray;font-weight:600}._filesWrapper_1mf5f_34{display:flex;flex-direction:column;align-items:center;height:100%}._filesWrapper_1mf5f_34 ._selectedWrapper_1mf5f_40{display:grid;place-items:center;height:100%}._filesWrapper_1mf5f_34 ._selectedWrapper_1mf5f_40 ._selected_1mf5f_40{max-height:500px;border-radius:var(--border-radius);width:100%;-webkit-user-select:none;user-select:none}._filesWrapper_1mf5f_34 ._files_1mf5f_34{display:flex;align-items:center;gap:10px;margin-top:auto}._filesWrapper_1mf5f_34 ._files_1mf5f_34 img{opacity:.5;max-height:100px;object-fit:fill;border-radius:var(--border-radius);cursor:pointer;transition:opacity .1s ease;-webkit-user-select:none;user-select:none}._filesWrapper_1mf5f_34 ._files_1mf5f_34 img:hover,._filesWrapper_1mf5f_34 ._files_1mf5f_34 img._active_1mf5f_72{opacity:1}._filesWrapper_1mf5f_34 ._files_1mf5f_34 button{padding:0}._filesWrapper_1mf5f_34 ._files_1mf5f_34 button svg{height:40px;width:40px}._filesWrapper_1mf5f_34 ._files_1mf5f_34 ._chevronLeft_1mf5f_86,._filesWrapper_1mf5f_34 ._files_1mf5f_34 ._chevronRight_1mf5f_87{cursor:pointer}._filesWrapper_1mf5f_34 ._files_1mf5f_34 ._chevronLeft_1mf5f_86._disabled_1mf5f_90,._filesWrapper_1mf5f_34 ._files_1mf5f_34 ._chevronRight_1mf5f_87._disabled_1mf5f_90{cursor:unset}._filesWrapper_1mf5f_34 ._files_1mf5f_34 ._chevronLeft_1mf5f_86{transform:rotate(180deg)}._closeButton_1mf5f_101{position:absolute;top:20px;right:20px;padding:5px;border-radius:50%}._closeButton_1mf5f_101 svg{width:25px;height:25px}._closeButton_1mf5f_101:hover{background:var(--hover-background)!important}._mediaCarousel_1wyki_1{width:100%;display:flex;flex-direction:column;gap:10px;position:relative;border-radius:var(--border-radius)}._mediaCarousel_1wyki_1 ._mediaDisplay_1wyki_9{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;background:var(--bg-secondary);scrollbar-width:none;-ms-overflow-style:none}._mediaCarousel_1wyki_1 ._mediaDisplay_1wyki_9::-webkit-scrollbar{display:none}._mediaCarousel_1wyki_1 ._mediaDisplay_1wyki_9 video,._mediaCarousel_1wyki_1 ._mediaDisplay_1wyki_9 img{height:400px;max-width:100%;min-width:100%;object-fit:cover;scroll-snap-align:start;border-radius:var(--border-radius)}._mediaCarousel_1wyki_1 ._mediaCounter_1wyki_33{display:flex;gap:5px;position:absolute;bottom:15px;right:50%;transform:translate(50%);padding:5px;font-size:.9rem;border-radius:var(--border-radius)}._mediaCarousel_1wyki_1 ._mediaCounter_1wyki_33 ._counterDot_1wyki_44{width:8px;height:8px;border-radius:50%;background:#d3d3d3;opacity:.8}._mediaCarousel_1wyki_1 ._mediaCounter_1wyki_33 ._counterDot_1wyki_44._active_1wyki_51{background:var(--primary-color);opacity:1!important}._mediaCarousel_1wyki_1 ._noMediaMessage_1wyki_58{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;min-height:350px;border-radius:var(--border-radius)}._mediaCarousel_1wyki_1 ._noMediaMessage_1wyki_58 svg{width:50px;height:50px}@media screen and (max-width: 600px){._poiCarousel_1wyki_75 ._noMediaMessage_1wyki_58{outline:none}}._fileWrapper_s2gfc_1{display:flex;flex-direction:column;height:100%;position:relative;background:var(--bg-secondary);border-radius:var(--border-radius);margin-right:15px}._fileWrapper_s2gfc_1 ._lightboxButton_s2gfc_10{position:absolute;top:10px;right:10px;padding:5px}._fileWrapper_s2gfc_1 ._lightboxButton_s2gfc_10:hover{background:var(--hover-background)}._selectedWrapper_s2gfc_22{display:grid;place-items:center;height:70%;width:100%;padding:0 10px}._selectedFile_s2gfc_30 video,._selectedFile_s2gfc_30 img{max-height:400px;width:100%;object-fit:contain;border-radius:var(--border-radius)}._leftFiles_s2gfc_39{margin-top:auto;display:flex;gap:10px;overflow-y:auto;width:100%;padding:5px}._leftFiles_s2gfc_39 video,._leftFiles_s2gfc_39 img{height:100px;cursor:pointer;transition:opacity .1s ease;border-radius:var(--border-radius);opacity:.5}._leftFiles_s2gfc_39 video._active_s2gfc_56,._leftFiles_s2gfc_39 img._active_s2gfc_56{opacity:1}._leftFiles_s2gfc_39 video:hover,._leftFiles_s2gfc_39 img:hover{opacity:1}._noMediaMessage_s2gfc_66{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;outline:1px solid var(--border-color);border-radius:var(--border-radius)}._noMediaMessage_s2gfc_66 svg{width:50px;height:50px}@media screen and (max-width: 600px){._noMediaMessage_s2gfc_66{outline:none}}._poiCommentsSection_w4ctg_1{grid-area:poiCommentsSection;display:flex;flex-direction:column;gap:10px;padding:10px;min-height:0;margin-top:10px}._poiCommentsSection_w4ctg_1 ._sectionHeader_w4ctg_10{display:flex;align-items:center;gap:5px}._poiCommentsSection_w4ctg_1 ._sectionHeader_w4ctg_10 h3{font-size:1.1rem}._poiCommentsSection_w4ctg_1 ._sectionHeader_w4ctg_10 ._commentCount_w4ctg_19{color:gray;font-size:1rem;transform:translateY(1px)}._poiCommentsSection_w4ctg_1 ._loaderWrapper_w4ctg_26{background:var(--bg-primary);width:100%;height:100%;border-radius:var(--border-radius);display:grid;place-items:center}._poiCommentsSection_w4ctg_1 ._commentsList_w4ctg_35{display:flex;flex-direction:column;gap:5px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;height:0}._poiCommentsSection_w4ctg_1 ._commentsList_w4ctg_35 ._commentSkeletonCard_w4ctg_45{width:100%;height:60px;border-radius:var(--border-radius);display:flex;align-items:center;gap:10px;padding:10px;animation:_pulse_w4ctg_1 1.5s infinite}._poiCommentsSection_w4ctg_1 ._commentsList_w4ctg_35 ._commentSkeletonCard_w4ctg_45 ._avatarSkeleton_w4ctg_55{width:40px;height:40px;border-radius:50%;margin-right:10px;animation:_pulse_w4ctg_1 1.5s infinite;animation-delay:.5s;background:var(--bg-primary)}._poiCommentsSection_w4ctg_1 ._commentsList_w4ctg_35 ._commentSkeletonCard_w4ctg_45 ._commentContentSkeleton_w4ctg_65{flex:1;border-radius:var(--border-radius);display:flex;flex-direction:column;gap:5px}._poiCommentsSection_w4ctg_1 ._commentsList_w4ctg_35 ._commentSkeletonCard_w4ctg_45 ._commentContentSkeleton_w4ctg_65 ._usernameSkeleton_w4ctg_72{width:30%;height:10px;border-radius:var(--border-radius);margin-bottom:5px;animation:_pulse_w4ctg_1 1.5s infinite;animation-delay:.5s;background:var(--bg-primary)}._poiCommentsSection_w4ctg_1 ._commentsList_w4ctg_35 ._commentSkeletonCard_w4ctg_45 ._commentContentSkeleton_w4ctg_65 ._textSkeleton_w4ctg_83{width:80%;height:20px;border-radius:var(--border-radius);animation:_pulse_w4ctg_1 1.5s infinite;animation-delay:.5s;background:var(--bg-primary)}@keyframes _pulse_w4ctg_1{0%{background-color:var(--bg-secondary)}50%{background-color:var(--bg-primary)}to{background-color:var(--bg-secondary)}}@media screen and (max-width: 600px){._poiCommentsSection_w4ctg_1{height:fit-content;padding:0 10px 100px}._poiCommentsSection_w4ctg_1 ._commentsList_w4ctg_35{overflow-y:unset;overflow-x:unset}}._comment_1583b_1{display:flex;width:100%;position:relative}._comment_1583b_1 ._userPhotoWrapper_1583b_6{display:flex;flex-direction:column;padding-top:8px}._comment_1583b_1 ._userPhotoWrapper_1583b_6 img{width:30px;height:30px;object-fit:cover;border-radius:50%;cursor:pointer}._comment_1583b_1 ._mainCommentWrapper_1583b_20{display:flex;flex-direction:column;width:100%;padding:10px 10px 0}._comment_1583b_1 ._mainCommentWrapper_1583b_20 ._commentHeader_1583b_26{display:flex;gap:10px}._comment_1583b_1 ._mainCommentWrapper_1583b_20 ._commentHeader_1583b_26 ._username_1583b_30{font-size:.8em;margin-bottom:4px;font-weight:450}._comment_1583b_1 ._mainCommentWrapper_1583b_20 ._commentHeader_1583b_26 ._username_1583b_30:hover{text-decoration:underline;cursor:pointer}._comment_1583b_1 ._mainCommentWrapper_1583b_20 ._commentHeader_1583b_26 ._date_1583b_41{font-size:.75em;color:gray}._comment_1583b_1 ._commentText_1583b_48{font-size:.9em;line-height:1.2rem;margin-right:20px}._comment_1583b_1 ._editCommentForm_1583b_54{display:flex;flex-direction:column;gap:5px;margin-right:10px}._comment_1583b_1 ._editCommentForm_1583b_54 ._buttonsWrapper_1583b_60{display:flex;margin-top:5px;margin-left:auto;gap:.5rem;justify-content:end}._comment_1583b_1 ._commentReplyButtons_1583b_69{display:flex;align-items:center;gap:10px;margin-top:5px}._comment_1583b_1 ._commentReplyButtons_1583b_69 ._repliesButton_1583b_75 svg{transition:transform .15s ease;transform:rotate(-90deg)}._comment_1583b_1 ._commentReplyButtons_1583b_69 ._repliesButton_1583b_75._active_1583b_80 svg{transform:rotate(90deg)}._comment_1583b_1 ._commentReplyButtons_1583b_69 ._replyButton_1583b_84 svg{width:20px}._comment_1583b_1 ._commentActionButton_1583b_89{background:transparent;gap:5px;padding:3px;font-size:.8em;height:fit-content;min-width:fit-content;color:var(--text-color)!important}._comment_1583b_1 ._commentActionButton_1583b_89._active_1583b_80{font-weight:700}._comment_1583b_1 ._commentActionButton_1583b_89 svg{min-width:20px}._comment_1583b_1 ._openOptionsButton_1583b_107{position:absolute;top:10px;right:0;border-radius:50%}._comment_1583b_1 ._openOptionsButton_1583b_107 svg{width:25px;height:25px}._comment_1583b_1 ._openOptionsButton_1583b_107:hover{background:var(--hover-background)!important}._comment_1583b_1 ._commentOptionsWrapper_1583b_123{display:flex;flex-direction:column;align-items:start;gap:10px;position:absolute;top:50px;right:5px;padding:10px;border-radius:5px;background-color:var(--bg-primary);box-shadow:var(--shadow);outline:1px solid var(--border-color);transform:translateY(-5px);opacity:0;visibility:hidden;transition:opacity .1s ease,transform .1s ease;z-index:var(--z-dropdown)}._comment_1583b_1 ._commentOptionsWrapper_1583b_123._open_1583b_107{opacity:1;visibility:visible;transform:translateY(0)}._comment_1583b_1 ._commentOptionsWrapper_1583b_123 button{justify-content:start;width:100%}._comment_1583b_1 ._commentOptionsWrapper_1583b_123 button:hover{text-decoration:underline}._comment_1583b_1 ._commentOptionsWrapper_1583b_123 button svg{width:20px}._replies_1583b_75{padding-left:20px;border-left:1px solid var(--primary-color)}._errorInput_1583b_168{outline:1px solid var(--error)!important}._error_1583b_168{font-size:.8em;color:var(--error)}._modalOverlay_1k2k5_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:var(--z-confirm-modal);-webkit-backdrop-filter:blur(var(--background-blur));backdrop-filter:blur(var(--background-blur));opacity:0;pointer-events:none;transition:opacity .1s ease}._modalOverlay_1k2k5_1._open_1k2k5_17{pointer-events:auto;opacity:1}._confirmModal_1k2k5_23{display:flex;flex-direction:column;gap:10px;background:var(--bg-primary);border-radius:5px;padding:20px;width:100%;max-width:400px}._modalTitle_1k2k5_34{font-size:1.5rem}._modalMessage_1k2k5_38{color:gray;margin-bottom:10px}._modalActions_1k2k5_43{display:flex;justify-content:flex-end;gap:12px}._modalActions_1k2k5_43 button{padding:10px}._confirmButton_1k2k5_53._DANGER_1k2k5_53{background:var(--error)}._confirmButton_1k2k5_53._SUCCESS_1k2k5_57{background:var(--success)}._confirmButton_1k2k5_53._PRIMARY_1k2k5_61{background:var(--primary-color)}._confirmButton_1k2k5_53._PRIMARY_1k2k5_61:hover{background:var(--primary-hover)}@keyframes _slideIn_1k2k5_1{0%{transform:translateY(-20px)}to{transform:translateY(0)}}@media screen and (max-width: 450px){._confirmModal_1k2k5_23{max-width:90%;padding:15px}._modalTitle_1k2k5_34{font-size:1.25rem}._modalActions_1k2k5_43 button{width:100%}}._replyInput_1nd8u_1{display:flex;flex-direction:column;padding:0 5px}._replyInput_1nd8u_1 ._replyingTo_1nd8u_6{display:flex;gap:5px;font-size:.8rem;color:gray;margin-left:5px;margin-bottom:5px}._replyInput_1nd8u_1 ._replyingTo_1nd8u_6 ._userName_1nd8u_14{font-weight:700}._replyInput_1nd8u_1 ._replyingTo_1nd8u_6 ._typingDots_1nd8u_18{display:flex;align-items:center;gap:5px;height:20px}._replyInput_1nd8u_1 ._replyingTo_1nd8u_6 ._typingDots_1nd8u_18 ._typingDot_1nd8u_18{width:4px;height:4px;background-color:var(--text-color);border-radius:50%;animation:_dotAnimation_1nd8u_1 2s infinite}._replyInput_1nd8u_1 ._replyingTo_1nd8u_6 ._typingDots_1nd8u_18 ._typingDot_1nd8u_18:nth-child(2){animation-delay:.2s}._replyInput_1nd8u_1 ._replyingTo_1nd8u_6 ._typingDots_1nd8u_18 ._typingDot_1nd8u_18:nth-child(3){animation-delay:.4s}._replyInput_1nd8u_1 button{margin-left:auto}._replyInput_1nd8u_1 ._buttonsWrapper_1nd8u_46{display:flex;margin-top:10px;margin-left:auto;gap:.5rem;justify-content:end}._errorInput_1nd8u_55{outline:1px solid var(--error)!important}._error_1nd8u_55{font-size:.8em;color:var(--error);margin-top:5px}@keyframes _dotAnimation_1nd8u_1{0%{opacity:.2;transform:translateY(3px)}25%{opacity:.8;transform:translateY(1px)}to{opacity:.2;transform:translateY(3px)}}._commentInput_1db7g_1{display:flex;flex-direction:column;gap:10px}._commentInput_1db7g_1 button{margin-left:auto}._commentInput_1db7g_1 ._buttonsWrapper_1db7g_10{display:flex;margin-top:5px;margin-left:auto;gap:.5rem;justify-content:end}._errorInput_1db7g_19{outline:1px solid var(--error)!important}._error_1db7g_19{font-size:.8em;color:var(--error)}._page_13ank_1{display:grid;place-items:center;height:calc(100vh - 60px);background-color:var(--bg-primary);opacity:1;background-image:repeating-radial-gradient(circle at 0 0,transparent 0,var(--bg-primary) 14px),repeating-linear-gradient(var(--primary-color-light),var(--primary-color))}._logoWrapper_13ank_10{display:flex;justify-content:center}._logo_13ank_10{width:50px}._wrapper_13ank_19{min-width:350px;max-width:350px}._wrapperHeader_13ank_24{display:flex;color:var(--primary-color);padding:5px 10px;background-color:var(--bg-primary);border-top-left-radius:5px;border-top-right-radius:5px;width:fit-content;box-shadow:var(--shadow)}._wrapperHeader_13ank_24 h3{font-size:1em;font-weight:500}._formWrapper_13ank_40{background-color:var(--bg-primary);box-shadow:var(--shadow);border-radius:0 5px 5px}._wrapper_13ank_19 form{display:flex;flex-direction:column;padding:30px;gap:10px}._wrapper_13ank_19 form p{font-size:.9em}._inputWrapper_13ank_58{display:flex;flex-direction:column}._inputWrapper_13ank_58 label{margin-bottom:5px;font-size:.8em;color:gray;font-weight:500}._inputWrapper_13ank_58 input{padding:10px;border-radius:5px;border:none}._inputWrapper_13ank_58 input:focus{outline:2px solid var(--primary-color)}._inputWrapper_13ank_58{position:relative}._submitButton_13ank_84:disabled{cursor:auto}._submitButton_13ank_84:disabled:hover{opacity:.9}._submitButton_13ank_84{margin-top:5px!important;height:40px}._submitButton_13ank_84._submitButtonError_13ank_96{margin-top:0!important}._error_13ank_101{font-size:.7rem;color:var(--error);margin-top:5px;display:flex;align-items:center;gap:3px}._error_13ank_101 span{text-align:left}._inputError_13ank_114{outline:1px solid var(--error)!important}._footer_13ank_118{display:flex;justify-content:center;gap:5px;border-top:1px solid var(--border-color);padding:15px;font-size:.9em}._footer_13ank_118 a{color:var(--primary-color)}._codeForm_13ank_131{text-align:center}._codeForm_13ank_131 ._submitButton_13ank_84{margin-top:0!important}._codeInput_13ank_139{margin-bottom:5px}._countdownTimer_13ank_143{font-size:1.6rem;font-weight:600;color:var(--text-color);background-color:var(--bg-secondary);border-radius:5px;padding:10px}._countdownTimer_13ank_143 ._timeLeft_13ank_151{letter-spacing:.9rem}._countdownTimer_13ank_143 ._timeExpiredMessage_13ank_155{font-size:1.2rem}._passwordInputWrapper_13ank_160{position:relative}._passwordInputWrapper_13ank_160 input{position:relative;height:100%;z-index:2;width:100%;transition:border-radius .2s ease}._passwordInputWrapper_13ank_160 input._typing_13ank_170{outline:none!important}._passwordInputWrapper_13ank_160 ._passwordValidityIndicator_13ank_175{position:absolute;top:-3px;bottom:-3px;left:-3px;z-index:1;border-radius:7px;transition:width .3s cubic-bezier(.4,0,.2,1),background-color .3s ease}._passwordInputWrapper_13ank_160 ._passwordButtons_13ank_185{display:flex;position:absolute;gap:5px;right:5px;bottom:5px;align-items:center;justify-content:center}._passwordInputWrapper_13ank_160 ._passwordButtons_13ank_185 ._passwordVisibilityIcon_13ank_194{width:25px;cursor:pointer;border-radius:5px;transition:background .1s ease;z-index:3}._passwordInputWrapper_13ank_160 ._passwordButtons_13ank_185 ._passwordVisibilityIcon_13ank_194:hover{background:var(--hover-background)}._passwordInputWrapper_13ank_160 ._passwordInfo_13ank_207{z-index:3}._passwordInputWrapper_13ank_160 ._passwordInfo_13ank_207:hover ._passwordValidationMessages_13ank_210{display:flex;flex-direction:column;gap:5px}._passwordInputWrapper_13ank_160 ._passwordInfo_13ank_207 ._passwordInfoIcon_13ank_216{display:flex;width:20px;height:20px}._passwordInputWrapper_13ank_160 ._passwordInfo_13ank_207 ._passwordValidationMessages_13ank_210{display:none;background:var(--bg-primary);padding:5px;border-radius:var(--border-radius);outline:1px solid var(--border-color);font-size:.9rem;position:absolute;text-wrap:nowrap;transform:translate(-80%)}._passwordInputWrapper_13ank_160 ._passwordInfo_13ank_207 ._passwordValidationMessages_13ank_210 ._passwordValidationMessage_13ank_210{display:flex;align-items:center;gap:5px}._passwordInputWrapper_13ank_160 ._passwordInfo_13ank_207 ._passwordValidationMessages_13ank_210 ._passwordValidationMessage_13ank_210 svg{width:18px;height:18px}@media screen and (max-width: 400px){._wrapper_13ank_19{min-width:100%;max-width:100%;padding:5px}}._errorContainer_1ge83_1{display:flex;align-items:center;gap:10px;color:var(--text-color);background:oklch(from var(--error) calc(l + .5) c h / .3);padding:10px;border-radius:var(--border-radius);font-size:.85rem;outline:1px solid oklch(from var(--error) calc(l + .1) c h / .5);margin:5px 0}._errorContainer_1ge83_1 svg{flex-shrink:0;width:20px;height:20px}._page_1sci0_1{display:flex;height:calc(100dvh - 60px);overflow-x:hidden;position:relative}._openPlaceCreationButton_1sci0_8{position:absolute;top:25px;right:25px;z-index:1;transform:translate(0);transition:transform .3s ease}._openPlaceCreationButton_1sci0_8._hidden_1sci0_17{transform:translate(150%)}@media screen and (max-width: 600px){._openPlaceCreationButton_1sci0_8{top:15px;right:15px;padding:.5rem;width:45px;height:45px}._openPlaceCreationButton_1sci0_8 span{display:none}}._leftAside_i2bn8_1{display:flex;flex-direction:column;margin:15px;position:absolute;width:275px;z-index:var(--z-dropdown);transform:translate(0);transition:transform .3s ease;gap:15px}._leftAside_i2bn8_1._closed_i2bn8_12{transform:translate(-110%)}._leftAside_i2bn8_1._closed_i2bn8_12 ._toggleAsideButton_i2bn8_15{transform:translate(120%)}._leftAside_i2bn8_1._closed_i2bn8_12 ._toggleAsideButton_i2bn8_15 svg{transform:rotate(360deg)}._leftAside_i2bn8_1 ._toggleAsideButton_i2bn8_15{position:absolute;top:10px;right:-20px;transition:transform .5s ease;padding:0;min-width:0;width:40px;height:40px}._leftAside_i2bn8_1 ._toggleAsideButton_i2bn8_15 svg{width:30px;height:30px;transition:transform .3s ease;transform:rotate(180deg)}._filtersWrapper_i2bn8_43{display:flex;flex-direction:column;gap:1rem;background-color:var(--bg-primary);padding:20px;border-radius:5px;outline:1px solid var(--border-color);box-shadow:var(--shadow)}._leftAsidePart_i2bn8_54 h4{font-size:.9em;font-weight:600;color:gray;margin-bottom:5px}._visibilityOptionsWrapper_i2bn8_61{display:flex;gap:20px;justify-content:space-between;width:100%}._visibilityOptionsWrapper_i2bn8_61 ._visibilityOption_i2bn8_61{text-align:center;padding:5px;border-radius:5px;width:40px;cursor:pointer}._visibilityOptionsWrapper_i2bn8_61 ._visibilityOption_i2bn8_61:hover{background-color:var(--hover-background)}._visibilityOptionsWrapper_i2bn8_61 ._visibilityOption_i2bn8_61._selectedVisibility_i2bn8_78{outline:1px solid var(--primary-color)}@media screen and (max-width: 600px){._leftAside_i2bn8_1{padding:0;margin:0;border-radius:0;outline:none;width:100%;transform:translate(0)}._leftAside_i2bn8_1._closed_i2bn8_12{transform:translateY(-100%)}._leftAside_i2bn8_1._closed_i2bn8_12 ._toggleAsideButton_i2bn8_15{transform:translate(50%)}._leftAside_i2bn8_1._closed_i2bn8_12 ._toggleAsideButton_i2bn8_15 svg{transform:rotate(270deg)}._leftAside_i2bn8_1 ._toggleAsideButton_i2bn8_15{top:95%;right:50%;transform:translate(50%);width:30px;height:30px}._leftAside_i2bn8_1 ._toggleAsideButton_i2bn8_15 svg{width:25px;height:25px;transform:rotate(90deg)}._filtersWrapper_i2bn8_43{padding:15px 15px 20px;border-radius:0;outline:none;box-shadow:var(--shadow);gap:.5rem}}._toolTipWrapper_15cs5_1{position:relative;display:flex}._toolTipMessage_15cs5_6{position:fixed;background-color:var(--bg-primary);box-shadow:var(--shadow);z-index:var(--z-tooltip);border-radius:var(--border-radius);min-width:50px;max-width:400px;width:max-content;word-wrap:break-word;word-break:break-all;text-align:center;white-space:pre-line;padding:5px 10px;transition:opacity .15s ease,transform .15s ease;opacity:0;font-size:.8rem;visibility:hidden;outline:1px solid var(--border-color);color:var(--text-color);pointer-events:none}._toolTipMessage_15cs5_6._visible_15cs5_29{opacity:1;visibility:visible}._top_15cs5_34{transform:translate(-50%,-100%) translateY(-10px)}._bottom_15cs5_38{transform:translate(-50%,10px)}._left_15cs5_42{transform:translate(calc(-100% - 10px),-50%)}._right_15cs5_46{transform:translate(10px,-50%)}@media screen and (max-width: 600px){._toolTipMessage_15cs5_6{display:none}}._dropdownWrapper_1scd5_1{position:relative;width:inherit;font-size:.8rem}._selectedItem_1scd5_7{padding:10px;border:1px solid var(--border-color);cursor:pointer;background:var(--bg-secondary);border-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);-webkit-user-select:none;user-select:none;box-shadow:var(--shadow);transition:border .1s ease;position:relative;transition:box-shadow .3s ease,border .1s ease-in-out}._selectedItem_1scd5_7._open_1scd5_21{border-bottom-left-radius:0;border-bottom-right-radius:0;border:1px solid var(--primary-color);border-bottom:1px solid var(--bg-secondary);box-shadow:none}._selectedItem_1scd5_7:hover{border:1px solid var(--primary-color)}._selectedItem_1scd5_7._open_1scd5_21:hover{border-bottom:1px solid var(--bg-secondary)}._selectedItem_1scd5_7._empty_1scd5_37{cursor:auto;opacity:.7}._selectedItem_1scd5_7._empty_1scd5_37:hover{border:1px solid var(--border-color)}._items_1scd5_47{position:absolute;width:100%;overflow-y:hidden;max-height:0;border-radius:var(--border-radius);background:var(--bg-secondary);-webkit-user-select:none;user-select:none;box-shadow:var(--shadow);z-index:var(--z-dropdown);opacity:0;transition:max-height .25s ease-in-out,opacity .5s ease-out;border:1px solid var(--border-color)}._items_1scd5_47._open_1scd5_21{border:1px solid var(--primary-color);border-top:none;border-top-left-radius:0;border-top-right-radius:0;max-height:200px;opacity:1;transition:max-height .25s ease-in-out,opacity .1s ease-in;overflow-y:auto}._items_1scd5_47 span{display:block;padding:5px 10px;cursor:pointer}._items_1scd5_47 span:hover{background:var(--hover-background)}._resetDropdownButton_1scd5_83,._dropdownArrow_1scd5_84{position:absolute;top:50%;right:5px;background:transparent;border-radius:50%;padding:5px;transform:translateY(-50%)}._resetDropdownButton_1scd5_83:hover,._dropdownArrow_1scd5_84:hover{background:var(--hover-background)}._resetDropdownButton_1scd5_83 svg,._dropdownArrow_1scd5_84 svg{width:15px;height:15px}._dropdownArrow_1scd5_84{transition:transform .2s ease;transform:translateY(-50%) rotate(90deg)}._dropdownArrow_1scd5_84._open_1scd5_21{transform:translateY(-50%) rotate(270deg)}._groupSelectionItem_ud6wl_1{display:flex;align-items:center;gap:5px;transform:translate(-5px)}._groupSelectionItem_ud6wl_1 svg{width:20px;height:20px;transition:transform .15s ease}._groupSelectionItem_ud6wl_1:hover svg{transform:translate(5px)}._placeCreationAside_vix7h_2{padding:20px;overflow-y:auto;height:100%;position:absolute;right:0;width:375px;margin:15px;height:calc(100vh - 90px);transform:translate(110%);transition:transform .3s ease;background-color:var(--bg-primary);border-radius:5px;outline:1px solid var(--border-color);box-shadow:var(--shadow);z-index:var(--z-modal)}._placeCreationAside_vix7h_2._visible_vix7h_19{transform:translate(0);transition:transform .3s ease}._placeCreationAside_vix7h_2 h3{font-weight:500;margin-bottom:10px}._placeCreationAside_vix7h_2 form{display:flex;flex-direction:column;gap:20px}._inputWrapper_vix7h_36 textarea{max-height:400px;resize:vertical}._inputWrapper_vix7h_36 h4{font-size:.9em;font-weight:600;color:gray;margin-bottom:5px}._inputError_vix7h_48{color:var(--error);font-size:.8em;margin:5px}._inputWrapper_vix7h_36 input[type=datetime-local]{padding:8px;border-radius:5px;border:none;outline:1px solid var(--border-color);box-shadow:var(--shadow);width:100%;font-family:inherit;background:var(--bg-secondary);color:var(--text-color)}._inputWrapper_vix7h_36 input[type=datetime-local]:focus{outline:1px solid var(--primary-color)}._latLngWrapper_vix7h_70{display:flex;justify-content:space-between;padding:10px;border-radius:5px}._lat_vix7h_70,._lng_vix7h_77{font-size:1rem}._coordType_vix7h_81{color:var(--primary-color);font-size:.9rem;font-weight:700}._visibilityWrapper_vix7h_87{display:flex;gap:10px}._visibilityWrapper_vix7h_87 button{background:var(--bg-secondary);outline:1px solid var(--border-color)!important;flex:1;color:var(--text-color)!important}._visibilityWrapper_vix7h_87 button:hover{background:var(--hover-background)}._visibilityWrapper_vix7h_87 button svg{width:20px;height:20px}._visibilityWrapper_vix7h_87 button._selectedVisibility_vix7h_108{outline:1px solid var(--primary-color)!important}._asideButtonWrapper_vix7h_112{display:flex;margin-top:auto;gap:10px}._asideButtonWrapper_vix7h_112 button{flex:1;height:40px}._error_vix7h_123{outline:1px solid var(--error)!important}._fileWrapper_vix7h_127{display:flex;flex-wrap:wrap;gap:10px;padding:5px;margin:10px 0}._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134{display:grid;place-items:center;position:relative;transition:opacity .1s ease}._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134:hover ._removeFileButton_vix7h_140{opacity:1}._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134 ._removeFileButton_vix7h_140{position:absolute;top:5px;right:5px;padding:0;z-index:10;opacity:0;background:var(--error);transition:opacity .05s ease-in-out}._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134 ._removeFileButton_vix7h_140:hover{background:var(--error-hover)}._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134 ._removeFileButton_vix7h_140 svg{width:30px;height:30px;padding:5px}._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134 img,._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134 video{height:100px;object-fit:cover;border-radius:5px;max-width:100%;flex:1}@media screen and (max-width: 450px){._placeCreationAside_vix7h_2{width:96%;padding:20px;margin:0 0 10px;top:350px;left:2%;height:calc(100vh - 410px);transform:translate(110%);transition:transform .3s ease;border-radius:5px 5px 0 0}._fileWrapper_vix7h_127 ._uploadedFile_vix7h_134 ._removeFileButton_vix7h_140{opacity:1}}._mimeTypes_k0hs1_1{font-size:.7em;color:gray}._dropContainer_k0hs1_6._dragging_k0hs1_6{background-color:#008cff2a}._dropContainer_k0hs1_6{position:relative;display:flex;gap:10px;flex-direction:column;justify-content:center;align-items:center;padding:10px;border-radius:10px;border:2px dashed var(--primary-color);color:var(--text-color);cursor:pointer;transition:background .2s ease-in-out,border .2s ease-in-out,color .1s ease-in-out}._dropContainer_k0hs1_6:hover{background:var(--hover-background)}._dropContainer_k0hs1_6:hover ._dropTitle_k0hs1_29{color:var(--text-color)}._dropTitle_k0hs1_29{color:var(--text-color);font-size:20px;font-weight:700;text-align:center;transition:color .2s ease-in-out}._fileInput_k0hs1_41{color:var(--text-color);padding:2px;background:transparent;border-radius:10px}._fileInput_k0hs1_41::file-selector-button{margin-right:20px;border:none;background:var(--primary-color);padding:10px 20px;border-radius:10px;cursor:pointer;color:#333}._error_k0hs1_58{color:var(--error);font-size:.8em;margin:5px}._modalOverlay_5nduf_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:calc(var(--z-modal) - 1);-webkit-backdrop-filter:blur(var(--background-blur));backdrop-filter:blur(var(--background-blur));opacity:0;pointer-events:none;transition:opacity .1s ease}._modalOverlay_5nduf_1._open_5nduf_17{pointer-events:auto;opacity:1}._modalContent_5nduf_23{display:flex;flex-direction:column;gap:10px;background:var(--bg-primary);border-radius:var(--border-radius);padding:20px;width:100%;max-width:900px;height:700px;position:relative}._modalHeader_5nduf_36{display:flex;align-items:center;gap:10px}._modalHeader_5nduf_36 h2._expanded_5nduf_41{cursor:pointer}._modalHeader_5nduf_36 h2._expanded_5nduf_41:hover{text-decoration:underline}._modalHeader_5nduf_36 h2._expanded_5nduf_41:hover ._chevron_5nduf_49{transform:rotate(180deg)}._modalHeader_5nduf_36 ._expandedGroupHeader_5nduf_53{display:flex;align-items:center;gap:10px}._modalHeader_5nduf_36 ._expandedGroupHeader_5nduf_53 span{font-size:1.1rem}._modalHeader_5nduf_36 ._expandedGroupHeader_5nduf_53 svg{width:25px;height:25px;transition:transform .15s ease;cursor:pointer}._modalHeader_5nduf_36 ._expandedGroupHeader_5nduf_53 svg:hover{transform:rotate(180deg)}._sections_5nduf_75{display:flex;gap:15px;height:700px;overflow:hidden}._groupsSection_5nduf_82{width:75%;gap:20px;overflow-y:auto;padding:5px;align-content:flex-start;display:grid;grid-template-columns:repeat(auto-fit,minmax(30%,100px))}._groupsSection_5nduf_82 ._groupCard_5nduf_91{height:110px;padding:5px;border-radius:var(--border-radius);box-shadow:var(--shadow)}._groupsSection_5nduf_82 ._groupCard_5nduf_91._deleting_5nduf_97{opacity:.5}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101{display:flex;gap:10px;padding:5px;height:30px;background:var(--hover-background);border-radius:var(--border-radius)}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101 ._actionButton_5nduf_109{background:transparent;padding:0}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101 ._actionButton_5nduf_109 svg{width:20px;height:20px;flex-shrink:0}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101 ._noPOIs_5nduf_121{opacity:.2;cursor:auto}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101>:nth-child(2){margin-left:auto}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._defaultGroupCard_5nduf_131{height:100%;border-radius:var(--border-radius);transition:background-color .15s ease;background-color:color-mix(in srgb,var(--group-color) 15%,var(--bg-primary))}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._defaultGroupCard_5nduf_131 ._groupInfo_5nduf_137{display:flex;flex-direction:column;padding:10px;gap:5px}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._defaultGroupCard_5nduf_131 ._groupInfo_5nduf_137 ._groupName_5nduf_144{font-size:1rem}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._defaultGroupCard_5nduf_131 ._groupInfo_5nduf_137 ._poiCount_5nduf_148{font-size:.8rem;color:gray}._groupsSection_5nduf_82 ._createGroupCard_5nduf_156{display:grid;place-items:center;outline:1px solid var(--border-color);box-shadow:var(--shadow);cursor:pointer;transition:background .15s ease;height:110px;border-radius:var(--border-radius)}._groupsSection_5nduf_82 ._createGroupCard_5nduf_156:hover{background:var(--hover-background)}._groupsSection_5nduf_82 ._createGroupCard_5nduf_156 svg{width:40px;height:40px}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177{display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._creatingGroupActions_5nduf_183{display:flex;justify-content:space-between;gap:.5rem}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._creatingGroupActions_5nduf_183 button{padding:5px 10px;flex:1}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._creatingGroupActions_5nduf_183 button svg{width:15px;height:15px}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._groupNameInput_5nduf_199{padding:7px}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._groupNameInput_5nduf_199._error_5nduf_203{outline:1px solid var(--error)}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._groupColorInput_5nduf_207{padding:0;background:transparent;border:1px solid var(--border-color);box-shadow:var(--shadow);border-radius:var(--border-radius);cursor:pointer;width:100%}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._groupColorInput_5nduf_207::-webkit-color-swatch-wrapper{padding:0}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._groupColorInput_5nduf_207::-webkit-color-swatch{border:none;border-radius:5px}._groupsSection_5nduf_82 ._editingGroupCard_5nduf_227{width:100%;outline:none;padding:0;height:100%;box-shadow:none}._groupsSection_5nduf_82 ._deletingGroupCard_5nduf_235{display:flex;justify-content:center;align-items:center;height:100%;gap:10px}._groupsSection_5nduf_82 ._deletingGroupCard_5nduf_235 svg{width:40px;height:40px}._groupsSection_5nduf_82 ._draggedOnGroupCard_5nduf_248{height:100%;width:100%;display:grid;place-items:center}._groupsSection_5nduf_82 ._draggedOnGroupCard_5nduf_248 svg{width:50px;height:50px}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260{display:flex;flex-direction:column;justify-content:space-around;text-align:center;height:100%;gap:5px;position:relative}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._addingInfo_5nduf_269{display:flex;align-items:center;padding:0 10px;font-size:.8rem}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._addingInfo_5nduf_269 svg{opacity:.5;width:15px;height:15px;flex-shrink:0}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._progressBarWrapper_5nduf_283{height:100%;background:var(--hover-background);outline:1px solid var(--border-color);border-radius:var(--border-radius)}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._progressBarWrapper_5nduf_283 ._progressBar_5nduf_283{height:100%;background:var(--primary-color);border-radius:var(--border-radius)}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._tooltipWrapper_5nduf_296{position:absolute;right:10px;top:50%;transform:translateY(-50%)}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._cancelButton_5nduf_303{padding:5px;border-radius:50%}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._cancelButton_5nduf_303 svg{width:25px;height:25px}._groupsSection_5nduf_82 ._draggedDroppedGroupCard_5nduf_260 ._cancelButton_5nduf_303:hover{background:var(--hover-background)}._poisWithoutGroupSection_5nduf_320{width:25%;padding:5px;overflow-y:auto}._poisWithoutGroupSection_5nduf_320 h3{margin-bottom:10px}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329{display:flex;flex-direction:column;gap:15px;margin-right:5px}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._noPoisMessage_5nduf_335{color:gray;font-size:.9rem}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340{display:flex;flex-direction:column;box-shadow:var(--shadow);outline:1px solid var(--border-color);padding:10px;position:relative;border-radius:var(--border-radius);background:var(--bg-primary);height:110px;transition:background .15s ease,opacity .15s ease}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340._dragging_5nduf_352{opacity:.7}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._poiName_5nduf_356{font-size:.9rem;font-weight:600}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._poiMeta_5nduf_361{display:flex;gap:5px;align-items:center;margin-bottom:auto}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._poiMeta_5nduf_361 span{font-size:.8rem;color:gray}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._poiMeta_5nduf_361 svg{width:18px;height:18px}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._mediaPreview_5nduf_378{display:flex;gap:10px}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._mediaPreview_5nduf_378 img{width:30px;height:30px;border-radius:var(--border-radius)}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._mediaPreview_5nduf_378 ._mediaCountOverlay_5nduf_388{width:30px;height:30px;display:grid;place-items:center;outline:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.7rem}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._noMediaMessage_5nduf_399{display:flex;align-items:center;gap:5px;font-size:.8rem;padding:5px 0;color:gray}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._noMediaMessage_5nduf_399 svg{width:20px;height:20px}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._draggableIcon_5nduf_413{position:absolute;top:10px;right:5px;cursor:grab;border-radius:var(--border-radius);padding:5px 0;width:30px;height:35px;transition:background .15s ease}._poisWithoutGroupSection_5nduf_320 ._poisWithoutGroupList_5nduf_329 ._poiCard_5nduf_340 ._draggableIcon_5nduf_413:hover{background:var(--hover-background)}._closeButton_5nduf_432{background:transparent;position:absolute;right:10px;top:10px;padding:5px;border-radius:50%}._closeButton_5nduf_432 svg{width:20px;height:20px}._closeButton_5nduf_432:hover{background-color:var(--hover-background)}._manageGroupsButton_5nduf_450{position:absolute;bottom:85px;left:10px}._seperator_5nduf_456{width:2px;border-radius:5px;background:var(--border-color)}._expandedGroupWrapper_5nduf_462{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}._expandedGroupWrapper_5nduf_462 ._noPOIsMessage_5nduf_469{display:flex;align-items:center;justify-content:center;height:100%;gap:5px}._expandedGroupWrapper_5nduf_462 ._noPOIsMessage_5nduf_469 svg{width:30px;height:30px}._expandedGroupWrapper_5nduf_462 ._noPOIsMessage_5nduf_469 p{font-size:1.1rem}._expandedGroupWrapper_5nduf_462 ._poisList_5nduf_486{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px;padding:10px;overflow-y:auto;background:color-mix(in srgb,var(--group-color) 15%,var(--bg-primary) 100%);border:3px solid var(--group-color);border-radius:var(--border-radius);flex:1;align-content:start;min-height:0}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501{position:relative;padding:15px;display:flex;flex-direction:column;gap:10px;align-items:start;border-radius:var(--border-radius);outline:1px solid var(--border-color);height:fit-content;background:var(--bg-primary);box-shadow:var(--shadow)}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiInfo_5nduf_514{display:flex;flex-direction:column;gap:5px;margin-right:20px}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiInfo_5nduf_514 h4{font-size:1.2rem}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiInfo_5nduf_514 p{font-size:.9rem}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiInfo_5nduf_514 ._infoPart_5nduf_528{display:flex;align-items:center;gap:5px;font-size:.9rem;color:gray}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiInfo_5nduf_514 ._infoPart_5nduf_528 svg{width:20px;height:20px;flex-shrink:0}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._mediaPreview_5nduf_378{display:flex;gap:10px}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._mediaPreview_5nduf_378 img{width:50px;height:50px;border-radius:var(--border-radius)}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._mediaPreview_5nduf_378 ._mediaCountOverlay_5nduf_388{width:50px;height:50px;display:grid;place-items:center;outline:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.85rem}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._noMediaMessage_5nduf_399{display:flex;align-items:center;gap:5px;font-size:.8rem;padding:5px 0;color:gray}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._noMediaMessage_5nduf_399 svg{width:20px;height:20px}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578{display:flex;gap:.75rem;margin-top:auto}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._viewButton_5nduf_583,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._removeButton_5nduf_584,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._mapButton_5nduf_585{padding:0;color:var(--text-color)!important}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._viewButton_5nduf_583 svg,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._removeButton_5nduf_584 svg,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._mapButton_5nduf_585 svg{width:20px;height:20px}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._viewButton_5nduf_583:hover,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._removeButton_5nduf_584:hover,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiActions_5nduf_578 ._mapButton_5nduf_585:hover{text-decoration:underline}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiBadges_5nduf_602{position:absolute;top:-5px;right:-5px;display:flex;align-items:end;gap:.5rem}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiTypeBadge_5nduf_611,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._likeCountBadge_5nduf_612,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._visibilityBadge_5nduf_613{padding:5px;background:var(--bg-secondary);border-radius:var(--border-radius);display:flex;gap:5px;box-shadow:var(--shadow);outline:1px solid var(--border-color);font-size:.8rem;font-weight:500;width:fit-content}._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._poiTypeBadge_5nduf_611 svg,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._likeCountBadge_5nduf_612 svg,._expandedGroupWrapper_5nduf_462 ._poiItem_5nduf_501 ._visibilityBadge_5nduf_613 svg{width:20px;height:20px;flex-shrink:0}@media screen and (max-width: 600px){._manageGroupsButton_5nduf_450{bottom:unset;top:15px;left:15px;width:45px;height:45px}._manageGroupsButton_5nduf_450 span{display:none}._modalOverlay_5nduf_1{top:60px}._modalContent_5nduf_23{height:100%;border-radius:0;padding:10px 20px}._groupsSection_5nduf_82{width:100%;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._groupsSection_5nduf_82 ._groupCard_5nduf_91{height:140px;padding:5px}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101{align-items:center;padding:5px 10px;height:40px;gap:20px}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101 ._actionButton_5nduf_109{padding:0}._groupsSection_5nduf_82 ._groupCard_5nduf_91 ._groupActions_5nduf_101 ._actionButton_5nduf_109 svg{width:25px;height:25px}._groupsSection_5nduf_82 ._createGroupCard_5nduf_156{height:140px}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177{justify-content:unset;gap:10px;height:fit-content}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._creatingGroupActions_5nduf_183{display:flex;justify-content:space-between;gap:1rem}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._creatingGroupActions_5nduf_183 button{padding:8px}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._groupNameInput_5nduf_199{padding:10px}._groupsSection_5nduf_82 ._creatingGroupCard_5nduf_177 ._groupColorInput_5nduf_207{padding:0;height:30px}._groupsSection_5nduf_82 ._editingGroupCard_5nduf_227{padding:0}._poisWithoutGroupSection_5nduf_320,._seperator_5nduf_456{display:none}._sections_5nduf_75{height:100%}}._page_ob2sj_1{display:flex;flex-direction:column;max-width:960px;margin:0 auto;padding:20px}._page_ob2sj_1 ._loaderWrapper_ob2sj_8{display:flex;align-items:center;justify-content:center;height:80vh}._header_ob2sj_16{padding:10px;border-radius:10px;margin:20px 0;position:relative;height:250px;box-shadow:var(--shadow);outline:1px solid var(--border-color);background-image:repeating-radial-gradient(circle at 0 0,transparent 0,var(--bg-primary) 20px),repeating-linear-gradient(var(--primary-color-light),var(--primary-color))}._header_ob2sj_16 ._userInfo_ob2sj_26{display:flex;align-items:center;gap:20px;position:absolute;left:100px;bottom:-20px}._header_ob2sj_16 ._avatar_ob2sj_35{inline-size:100px;aspect-ratio:1 / 1;object-fit:cover;border-radius:50%}._header_ob2sj_16 ._username_ob2sj_42{font-size:1.7em;color:var(--text-color)}._header_ob2sj_16 ._headerActions_ob2sj_47{display:flex;align-items:center;gap:15px;position:absolute;right:15px;bottom:15px}._header_ob2sj_16 ._headerActions_ob2sj_47 button{width:fit-content;padding:0 5px;height:40px}._metaData_ob2sj_63{display:flex;align-items:center;justify-content:center;gap:50px;margin-top:20px;margin-bottom:20px}._metaData_ob2sj_63 ._metaItem_ob2sj_71{display:flex;align-items:center;gap:10px;text-wrap:nowrap;outline:1px solid var(--border-color);box-shadow:var(--shadow);background:var(--bg-secondary);padding:10px 20px;border-radius:10px;flex:1}._metaData_ob2sj_63 ._metaItem_ob2sj_71 svg{width:40px;height:40px}._metaData_ob2sj_63 ._metaItem_ob2sj_71 ._metaItemInfo_ob2sj_88{display:flex;flex-direction:column}._metaData_ob2sj_63 ._metaItem_ob2sj_71 ._metaValue_ob2sj_93{font-size:1em;font-weight:700}._bioWrapper_ob2sj_100{margin-bottom:20px}._bioWrapper_ob2sj_100 h3{padding-left:10px;border-left:2px solid var(--primary-color);margin-bottom:5px}._places_ob2sj_110{display:flex;flex-direction:column;gap:10px}._places_ob2sj_110 h3{padding-left:10px;border-left:2px solid var(--primary-color)}._placeList_ob2sj_122{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));grid-auto-rows:175px;gap:20px;margin-bottom:20px}._placeItem_ob2sj_130{display:flex;border-radius:5px;background:var(--bg-secondary);box-shadow:var(--shadow);outline:1px solid var(--border-color)}._placeItem_ob2sj_130 ._placeOnMap_ob2sj_137{position:relative;border-radius:5px;width:40%}._placeItem_ob2sj_130 ._placeOnMap_ob2sj_137 div{border-top-left-radius:5px;border-bottom-left-radius:5px}._placeItem_ob2sj_130 ._placeOnMap_ob2sj_137 ._pin_ob2sj_147{width:50px;height:50px}._placeItem_ob2sj_130 ._placeDetails_ob2sj_154{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:10px 20px;width:60%;position:relative}._placeItem_ob2sj_130 ._placeDetails_ob2sj_154 ._mapIcon_ob2sj_163{position:absolute;top:10px;right:10px;cursor:pointer;transition:background .1s ease;border-radius:50%;padding:5px}._placeItem_ob2sj_130 ._placeDetails_ob2sj_154 ._mapIcon_ob2sj_163:hover{background:var(--hover-background)}._placeItem_ob2sj_130 ._placeDetails_ob2sj_154 button{width:fit-content;padding:10px}._placeItem_ob2sj_130 ._placeDetails_ob2sj_154 ._placeName_ob2sj_182{max-width:90%}._noPlacesMessage_ob2sj_188{display:flex;align-items:center;gap:5px;justify-content:center}._noPlacesMessage_ob2sj_188 img{width:50px;height:50px}._friendsStatusButton_ob2sj_200{cursor:auto;background:var(--bg-secondary);color:var(--text-color)!important;outline:1px solid var(--border-color)!important}._friendsStatusButton_ob2sj_200:hover{background:var(--bg-secondary)}@media screen and (max-width: 768px){._page_ob2sj_1{padding:10px}._header_ob2sj_16{height:200px}._header_ob2sj_16 ._userInfo_ob2sj_26{left:20px;bottom:-10px}._header_ob2sj_16 ._headerActions_ob2sj_47{right:10px;top:10px;bottom:auto}._metaData_ob2sj_63{gap:0;justify-content:space-between;outline:1px solid var(--border-color);box-shadow:var(--shadow);padding:10px;border-radius:10px;background:var(--bg-secondary)}._metaData_ob2sj_63 ._metaItem_ob2sj_71{flex-direction:column;align-items:start;outline:none;box-shadow:none;padding:0;border-radius:0;flex:auto}._metaData_ob2sj_63 ._metaItem_ob2sj_71 svg{width:30px;height:30px}._metaData_ob2sj_63 ._metaItem_ob2sj_71 ._metaLabel_ob2sj_254{font-size:.8em}._metaData_ob2sj_63 ._metaItem_ob2sj_71 ._metaValue_ob2sj_93{font-size:1em}._placeList_ob2sj_122{grid-template-columns:1fr}._placeDetails_ob2sj_154 ._mapIcon_ob2sj_163 span{display:none}}@media screen and (max-width: 600px){._selectedPoiWrapper_ob2sj_278{top:60px}}._pagination_3200t_1{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto}._pagination_3200t_1 button{width:70px}._modalOverlay_a8ges_1._open_a8ges_1{opacity:1;visibility:visible}._modalOverlay_a8ges_1._open_a8ges_1 ._settingsModal_a8ges_5{opacity:1;transform:translate(50%,-50%);visibility:visible}._modalOverlay_a8ges_1{position:fixed;top:0;right:0;width:100%;height:100%;background:#00000080;opacity:0;pointer-events:none;z-index:var(--z-modal);-webkit-backdrop-filter:blur(var(--background-blur));backdrop-filter:blur(var(--background-blur));transition:opacity .1s ease}._modalOverlay_a8ges_1 ._settingsModal_a8ges_5{pointer-events:none}._modalOverlay_a8ges_1._open_a8ges_1{opacity:1;pointer-events:auto}._modalOverlay_a8ges_1._open_a8ges_1 ._settingsModal_a8ges_5{opacity:1;transform:translate(50%,-50%);pointer-events:auto}._settingsModal_a8ges_5{position:fixed;top:50%;right:50%;transform:translate(50%,-50%);width:650px;height:550px;background:var(--bg-primary);box-shadow:var(--shadow);border-radius:5px;transition:opacity .05s ease,transform .05s ease;transform-origin:center;opacity:0;visibility:hidden;display:flex;overflow-y:hidden}._settingsModal_a8ges_5 nav{display:flex;flex-direction:column;border:none;box-shadow:none;height:100%}._settingsModal_a8ges_5 nav ._tabButton_a8ges_67{border-radius:0;background:transparent;color:var(--text-color)!important;padding:10px;display:flex;align-items:center;justify-content:start;transition:transform .1s ease}._settingsModal_a8ges_5 nav ._tabButton_a8ges_67:hover{text-decoration:underline}._settingsModal_a8ges_5 nav ._tabButton_a8ges_67 svg{width:20px;height:20px}._settingsModal_a8ges_5 nav ._activeTab_a8ges_89{border-right:2px solid var(--primary-color);background:var(--hover-background)}._settingsModal_a8ges_5 ._closeButton_a8ges_95{position:absolute;top:10px;right:10px;padding:5px;background:transparent;border-radius:50%}._settingsModal_a8ges_5 ._closeButton_a8ges_95:hover{background:var(--hover-background)}._settingsModal_a8ges_5 ._closeButton_a8ges_95 svg{height:20px;width:20px;flex-shrink:0}._settingsModal_a8ges_5 ._settingsTab_a8ges_114{overflow-y:auto;display:flex;flex-direction:column;padding:15px 30px;width:100%;gap:10px}._error_a8ges_124{font-size:.7rem;color:var(--error);display:flex;align-items:center;gap:3px}._inputError_a8ges_132{outline:1px solid var(--error)!important}@media screen and (max-width: 600px){._modalOverlay_a8ges_1{opacity:1;visibility:visible;transform:translate(100%)}._modalOverlay_a8ges_1._open_a8ges_1{transform:translate(0)}._modalOverlay_a8ges_1._open_a8ges_1 ._settingsModal_a8ges_5{transform:translate(0)}._settingsModal_a8ges_5{top:60px;right:0;opacity:1;visibility:visible;transform:translate(100%);border-radius:0;width:100%;height:calc(100% - 60px);transition:transform .3s ease}._settingsModal_a8ges_5 nav{width:70px;position:relative}._settingsModal_a8ges_5 nav ._tabButton_a8ges_67{justify-content:center;padding:10px 0;border-radius:0;border:2px solid var(--bg-primary)}._settingsModal_a8ges_5 nav ._tabButton_a8ges_67 svg{width:25px;height:25px}._settingsModal_a8ges_5 nav ._tabButton_a8ges_67 span{display:none}._settingsModal_a8ges_5 nav ._tabButton_a8ges_67._activeTab_a8ges_89{border-right:2px solid var(--primary-color);transform:translate(0)}._settingsModal_a8ges_5 ._settingsTab_a8ges_114{overflow-y:auto;display:flex;flex-direction:column;padding:15px 10px;width:100%;gap:10px}}._profileForm_csrv9_1{display:flex;flex-direction:column;gap:10px}._profileForm_csrv9_1 ._formSection_csrv9_6{display:flex;flex-direction:column;gap:5px}._profileForm_csrv9_1 ._formSection_csrv9_6 label{font-size:.9em;color:gray;font-weight:600;display:flex;justify-content:space-between}._profileForm_csrv9_1 ._formSection_csrv9_6 label span{font-weight:400;font-size:.9em}._profileForm_csrv9_1 ._formSection_csrv9_6 textarea{max-width:100%;height:100px;max-height:200px}._profileForm_csrv9_1 ._formSection_csrv9_6 ._pictureInput_csrv9_30{display:flex;align-items:center;justify-content:space-between}._profileForm_csrv9_1 ._formSection_csrv9_6 ._pictureInput_csrv9_30 ._previewContainer_csrv9_35 img{width:100px;height:100px;object-fit:cover;border-radius:50%;margin-right:10px}._profileForm_csrv9_1 ._formActions_csrv9_46{display:flex;gap:10px}._profileForm_csrv9_1 ._formActions_csrv9_46 button{padding:10px}@media screen and (max-width: 600px){._profileForm_csrv9_1{display:flex;flex-direction:column;gap:10px}._profileForm_csrv9_1 ._formSection_csrv9_6{display:flex;flex-direction:column;gap:5px}._profileForm_csrv9_1 ._formSection_csrv9_6 label{font-size:.9em;color:gray;font-weight:600;display:flex;justify-content:space-between}._profileForm_csrv9_1 ._formSection_csrv9_6 label span{font-weight:400;font-size:.9em}._profileForm_csrv9_1 ._formSection_csrv9_6 textarea{max-width:100%;max-height:200px}._profileForm_csrv9_1 ._formSection_csrv9_6 ._pictureInput_csrv9_30{flex-direction:column-reverse;gap:10px}}._themeOptions_1fs4q_1 ._themeDropdown_1fs4q_2{width:50%}._themeOptions_1fs4q_1 label{font-size:.9em;color:gray;font-weight:600;display:flex;justify-content:space-between}._themeOptions_1fs4q_1 label span{font-weight:400;font-size:.9em}._themeOptions_1fs4q_1 ._themeSelectionItem_1fs4q_19{display:flex;align-items:center;gap:10px}._themeOptions_1fs4q_1 ._themeSelectionItem_1fs4q_19 svg{width:25px;height:25px}@media screen and (max-width: 600px){._themeOptions_1fs4q_1 ._themeDropdown_1fs4q_2{width:100%}}._page_1n8bv_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;gap:10px;height:80vh}._page_1n8bv_1 button{padding:10px}._page_epsfw_1{display:flex;flex-direction:column;max-width:960px;margin:0 auto;padding:20px}._sectionSelector_epsfw_9{display:flex;gap:10px;margin-bottom:15px;width:100%}._sectionSelector_epsfw_9 button{width:100%}._sectionSelector_epsfw_9 button svg{width:20px;height:20px}._header_epsfw_25{display:flex;gap:10px;padding:10px 0;width:100%}._header_epsfw_25 ._filters_epsfw_31{display:flex;gap:10px}._header_epsfw_25 ._filters_epsfw_31 svg{width:20px;height:20px}._header_epsfw_25 ._searchInput_epsfw_41{margin-left:auto;width:200px}._header_epsfw_25 button,._sectionSelector_epsfw_9 button{padding:10px;border-radius:5px;outline:1px solid var(--border-color)!important;background:var(--bg-secondary);color:var(--text-color)!important;cursor:pointer;transition:background-color .1s ease,color .1s ease}._header_epsfw_25 button:hover,._sectionSelector_epsfw_9 button:hover{background:var(--hover-background)!important}._header_epsfw_25 button._selected_epsfw_61,._sectionSelector_epsfw_9 button._selected_epsfw_61{outline:1px solid var(--primary-color)!important}._list_epsfw_66{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:15px;margin:10px 0}._loader_epsfw_73{display:flex;justify-content:center;margin-top:50px}._card_epsfw_79{display:flex;align-items:center;gap:15px;outline:1px solid var(--border-color);border-radius:5px;padding:10px;box-shadow:var(--shadow);background:var(--bg-secondary)}._card_epsfw_79 img{inline-size:60px;aspect-ratio:1 / 1;object-fit:cover;border-radius:50%}._card_epsfw_79 ._info_epsfw_96{display:flex;flex-direction:column}._card_epsfw_79 ._info_epsfw_96 ._username_epsfw_100{color:var(--text-color);text-decoration:none}._card_epsfw_79 ._info_epsfw_96 ._username_epsfw_100:hover{text-decoration:underline}._card_epsfw_79 ._info_epsfw_96 span{font-size:.85rem;color:gray}._card_epsfw_79 ._actions_epsfw_115{margin-left:auto;display:flex;gap:10px}@media screen and (max-width: 768px){._page_epsfw_1{padding:10px}._header_epsfw_25{flex-direction:column;flex-wrap:wrap}._header_epsfw_25 ._filters_epsfw_31{width:100%;gap:5px}._header_epsfw_25 ._filters_epsfw_31 button{flex:1;text-wrap:nowrap}._header_epsfw_25 ._searchInput_epsfw_41{width:100%}._list_epsfw_66{grid-template-columns:1fr}}._friendSearch_hgsrp_1{display:flex;flex-direction:column;gap:15px;width:100%;margin-top:20px}._friendSearch_hgsrp_1 a{text-decoration:none;color:inherit}._friendSearch_hgsrp_1 ._searchHeader_hgsrp_13{display:flex;flex-direction:column;align-items:center}._friendSearch_hgsrp_1 ._searchHeader_hgsrp_13 h2{margin:0}._friendSearch_hgsrp_1 ._searchHeader_hgsrp_13 p{margin:0;color:gray}._list_hgsrp_29{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:15px;margin:10px 0}._loader_hgsrp_36{display:flex;justify-content:center;margin-top:50px}._friendItem_hgsrp_42{text-decoration:none}._card_hgsrp_46{display:flex;align-items:center;gap:15px;outline:1px solid var(--border-color);border-radius:5px;padding:10px;box-shadow:var(--shadow);background:var(--bg-secondary);position:relative;transition:background .1s ease;overflow-x:hidden}._card_hgsrp_46:hover{background:var(--border-color)}._card_hgsrp_46:hover ._goToArrow_hgsrp_63{transform:translate(0)}._card_hgsrp_46 img{inline-size:60px;aspect-ratio:1 / 1;object-fit:cover;border-radius:50%}._card_hgsrp_46 ._info_hgsrp_74{display:flex;flex-direction:column}._card_hgsrp_46 ._info_hgsrp_74 ._username_hgsrp_78{color:var(--text-color);text-decoration:none}._card_hgsrp_46 ._info_hgsrp_74 ._username_hgsrp_78:hover{text-decoration:underline}._card_hgsrp_46 ._info_hgsrp_74 span{font-size:.85rem;color:gray}._card_hgsrp_46 ._actions_hgsrp_93{margin-left:auto;display:flex;gap:10px}._card_hgsrp_46 ._actions_hgsrp_93 button{padding:8px 12px;border-radius:5px;border:1px solid var(--primary-color);background-color:var(--primary-color);color:var(--text-color);cursor:pointer;transition:background-color .15s,color .15s}._card_hgsrp_46 ._actions_hgsrp_93 button:hover{background-color:var(--primary-color);color:var(--text-color)}._card_hgsrp_46 ._goToArrow_hgsrp_63{position:absolute;right:10px;width:40px;height:40px;transition:transform .2s ease;transform:translate(150%)}@media screen and (max-width: 768px){._list_hgsrp_29{grid-template-columns:1fr}}nav{background-color:var(--bg-primary);color:var(--text-color);border-bottom:1px solid var(--border-color);height:60px;z-index:var(--z-navbar);position:relative;box-shadow:var(--shadow)}._wrapper_1x4kl_11{padding-inline:1rem;display:flex;align-items:center;height:100%;gap:20px}._brandPart_1x4kl_19{margin-right:auto}._brandPart_1x4kl_19 a{all:unset;display:flex;align-items:center;cursor:pointer;font-size:1.1rem;transition:color .1s ease}._brandPart_1x4kl_19 a:hover{color:var(--primary-color)}._brandPart_1x4kl_19 a span{transform:translateY(2px)}._brandPart_1x4kl_19 a svg{width:30px;height:30px}._navPart_1x4kl_45{display:flex;gap:20px}._link_1x4kl_50{all:unset;display:flex;align-items:center;justify-content:center;transition:color .1s ease;font-size:.9rem;font-weight:450;text-wrap:nowrap}._link_1x4kl_50._selected_1x4kl_61{color:var(--primary-color)}._link_1x4kl_50:hover{cursor:pointer;color:var(--primary-color)}._profileLink_1x4kl_70 img{width:35px;height:35px;border-radius:50%;object-fit:cover}._profileLink_1x4kl_70 img:hover{outline:2px solid var(--primary-color)}._guestNavSpacer_1x4kl_81{border-right:1px solid gray}._navSpacer_1x4kl_85{display:none;border-right:1px solid gray}._signUpButton_1x4kl_90{all:unset;background-color:var(--primary-color);padding:5px 10px;cursor:pointer;opacity:.9;border-radius:5px;transition:opacity .1s ease;box-shadow:var(--shadow);color:#333}._signUpButton_1x4kl_90:hover{opacity:1}._burger_1x4kl_106{width:30px;height:30px;min-width:30px;min-height:30px;cursor:pointer;display:none}._burger_1x4kl_106:hover{background:var(--hover-background);border-radius:5px}._paddingForMobile_1x4kl_120{height:60px;display:none}._messagesButton_1x4kl_125{display:flex;align-items:center;justify-content:center;height:fit-content;position:relative;color:var(--text-color)!important}._messagesIcon_1x4kl_134{width:35px;height:35px;border-radius:50%;padding:5px;cursor:pointer;transition:background .15s ease}._messagesIcon_1x4kl_134:hover{background:var(--hover-background)}._newMessagesCount_1x4kl_147{position:absolute;top:-2px;right:-3px;width:15px;height:15px;background:var(--primary-color);display:flex;align-items:center;justify-content:center;border-radius:50%;padding:5px;font-size:.8em;color:#333;font-weight:600}._optionsContainer_1x4kl_164{position:relative}._optionsContainer_1x4kl_164 ._optionsButton_1x4kl_167{display:flex;align-items:center;gap:8px;cursor:pointer;padding:5px;transition:background .1s ease}._optionsContainer_1x4kl_164 ._optionsButton_1x4kl_167._open_1x4kl_175{background:var(--hover-background)}._optionsContainer_1x4kl_164 ._optionsButton_1x4kl_167._open_1x4kl_175 svg{transform:rotate(270deg)}._optionsContainer_1x4kl_164 ._optionsButton_1x4kl_167 img{width:30px;height:30px;border-radius:50%;object-fit:cover;-webkit-user-select:none;user-select:none}._optionsContainer_1x4kl_164 ._optionsButton_1x4kl_167 svg{transform:rotate(90deg);width:20px;height:20px;transition:transform .15s ease}._optionsContainer_1x4kl_164 ._optionsButton_1x4kl_167:hover{background:var(--hover-background);border-radius:var(--border-radius)}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204{position:absolute;top:45px;right:0;z-index:var(--dropdown);background:var(--bg-primary);padding:8px;border-radius:var(--border-radius);outline:1px solid var(--border-color);transform:translateY(-5px);opacity:0;visibility:hidden;transition:opacity .1s ease,transform .1s ease;display:flex;flex-direction:column;gap:5px}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204._open_1x4kl_175{opacity:1;visibility:visible;transform:translateY(0)}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204 button{width:100%;align-items:start;justify-content:start;padding:5px;background:transparent;color:var(--text-color)!important}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204 button svg{width:20px}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204 button:hover{text-decoration:underline}@media screen and (max-width: 600px){._wrapper_1x4kl_11{padding-inline:.5rem;gap:10px}nav{position:fixed;width:100%;z-index:var(--z-navbar-mobile);box-shadow:none}._paddingForMobile_1x4kl_120{display:block}._messagesIcon_1x4kl_134{width:40px;height:40px}._navPart_1x4kl_45{transform:translate(100%);transition:transform .3s ease;position:fixed;flex-direction:column;top:60px;bottom:0;right:0;left:0;padding:20px;background:var(--bg-primary);align-items:start}._navPart_1x4kl_45 a,._navPart_1x4kl_45 button,._navPart_1x4kl_45 ._themeToggle_1x4kl_281 span{font-size:1.3rem}._navPart_1x4kl_45._open_1x4kl_175{transform:translate(0)}._navPart_1x4kl_45._open_1x4kl_175 body{overflow-y:hidden}._burger_1x4kl_106{display:block}._navSpacer_1x4kl_85{display:block;border-top:1px solid gray;width:100%}._guestNavSpacer_1x4kl_81{border-top:1px solid gray;width:100%}._brandName_1x4kl_309{display:none}._optionsContainer_1x4kl_164{width:100%}._optionsContainer_1x4kl_164 ._optionsButton_1x4kl_167{display:none}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204{position:unset;padding:10px 0;outline:none;transform:translateY(0);opacity:1;visibility:visible;display:flex;flex-direction:row;justify-content:space-between;gap:20px}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204 button{justify-content:center;padding:0;width:fit-content}._optionsContainer_1x4kl_164 ._optionsMenu_1x4kl_204 button svg{width:25px}}._notificationWrapper_vloq0_1{display:flex;justify-content:center;align-items:center;position:relative}._notificationWrapper_vloq0_1 ._bellWrapper_vloq0_7{display:flex;position:relative}._notificationWrapper_vloq0_1 ._bellWrapper_vloq0_7 ._notificationCount_vloq0_11{position:absolute;top:-1px;right:-3px;width:15px;height:15px;background:var(--primary-color);display:flex;align-items:center;justify-content:center;border-radius:50%;padding:5px;font-size:.8em;color:#333;font-weight:600;-webkit-user-select:none;user-select:none}._notificationWrapper_vloq0_1 ._bellWrapper_vloq0_7 ._newNotification_vloq0_29{position:absolute;top:1px;right:2px;width:10px;height:10px;background:var(--error);border-radius:50%}._notificationWrapper_vloq0_1 ._bellWrapper_vloq0_7 svg{width:35px;height:35px;cursor:pointer;position:relative;padding:5px;border-radius:50%;transition:background .15s ease}._notificationWrapper_vloq0_1 ._bellWrapper_vloq0_7 svg._open_vloq0_48 path{stroke:var(--primary-color)}._notificationWrapper_vloq0_1 ._bellWrapper_vloq0_7 svg:hover{background:var(--hover-background)}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58{position:absolute;top:45px;right:0;height:350px;width:400px;background:var(--bg-primary);border-radius:5px;outline:1px solid var(--border-color);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;transform:translateY(-5px);opacity:0;pointer-events:none;transition:opacity .1s ease,transform .1s ease;z-index:var(--z-notification-dropdown)}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58._open_vloq0_48{opacity:1;pointer-events:auto;transform:translateY(0)}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._loader_vloq0_83{padding:20px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87{display:flex;align-items:center;padding:10px;width:100%;height:50px;gap:.5rem}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87 h3{margin:0;font-weight:500;font-size:1em}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87 ._count_vloq0_101{color:gray}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87 button{margin-left:auto;color:var(--text-color)!important}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111{display:flex;flex-direction:column;align-items:center;height:300px;overflow-y:auto;width:100%}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119{display:flex;flex-direction:column;gap:5px;padding:15px 10px;position:relative;width:100%;transition:background .1s ease}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128{display:flex;align-items:center;gap:10px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 img{width:25px;height:25px;border-radius:50%;cursor:pointer;object-fit:cover}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 ._nameAndDate_vloq0_141{display:flex;align-items:center;gap:.5rem}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 ._nameAndDate_vloq0_141 ._notificationSender_vloq0_146{text-decoration:none;cursor:pointer;font-size:.9rem;font-weight:500}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 ._nameAndDate_vloq0_141 ._notificationSender_vloq0_146:hover{text-decoration:underline}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 ._nameAndDate_vloq0_141 ._notificationDate_vloq0_157{font-size:.8em;color:gray}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 ._nameAndDate_vloq0_141 svg{width:20px;height:20px;color:var(--text-color)}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119:hover{background:var(--hover-background)}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._message_vloq0_174{text-wrap:wrap;padding-right:30px;font-size:.9em}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180{display:flex;gap:10px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._goToPlaceButton_vloq0_184{background:transparent;padding:0;margin-top:5px;color:var(--text-color)!important}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._goToPlaceButton_vloq0_184:hover{text-decoration:underline}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._acceptFriendRequestButton_vloq0_195,._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._declineFriendRequestButton_vloq0_196{padding:0;margin-top:5px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._acceptFriendRequestButton_vloq0_195:hover,._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._declineFriendRequestButton_vloq0_196:hover{text-decoration:underline}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._deleteNotificationButton_vloq0_206{position:absolute;top:15px;right:10px;padding:0;cursor:pointer;min-width:auto;transition:background .15s ease;border-radius:50%;display:none;background:transparent}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._deleteNotificationButton_vloq0_206:hover{background:var(--hover-background)!important}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._deleteNotificationButton_vloq0_206 svg{width:25px;height:25px;padding:5px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119:hover ._deleteNotificationButton_vloq0_206{display:flex}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._noNotificationsWrapper_vloq0_234{display:grid;place-content:center;justify-items:center;height:100%;color:gray}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._noNotificationsWrapper_vloq0_234 svg{width:40px;height:40px}@media screen and (max-width: 600px){._notificationWrapper_vloq0_1{position:unset}._notificationWrapper_vloq0_1 ._bellWrapper_vloq0_7 svg{width:40px;height:40px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58{position:absolute;top:0;width:100%;height:calc(100vh - 60px);transform:translate(100%);border-radius:0;transition:transform .3s ease;visibility:visible;opacity:1;outline:none;padding:5px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58._open_vloq0_48{transform:translate(0);visibility:visible;opacity:1}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87 h3{font-size:1.3em;font-weight:400;padding:5px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87 svg{transform:rotate(180deg)!important}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87 span{font-size:1.1em}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._dropdownHeader_vloq0_87 button{font-size:.9rem}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111{height:100%}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119{gap:10px;border-bottom:1px solid var(--border-color)}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119:last-child{border-bottom:none}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128{align-items:center}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 img{width:35px;height:35px}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 ._nameAndDate_vloq0_141 ._notificationSender_vloq0_146{font-size:1.1em}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._sentFrom_vloq0_128 ._nameAndDate_vloq0_141 ._notificationDate_vloq0_157{font-size:.9em}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._message_vloq0_174{font-size:1em;padding-right:0}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 button{width:100%;font-size:1.1rem;padding:10px!important}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._goToPlaceButton_vloq0_184{background:var(--bg-secondary);outline:1px solid var(--border-color)!important}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._notificationButtons_vloq0_180 ._goToPlaceButton_vloq0_184:hover{background:var(--bg-primary);text-decoration:none}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._deleteNotificationButton_vloq0_206{display:block}._notificationWrapper_vloq0_1 ._notificationDropdown_vloq0_58 ._notificationList_vloq0_111 ._notificationItem_vloq0_119 ._deleteNotificationButton_vloq0_206 svg{width:30px;height:30px;padding:5px}}._searchWrapper_1es8i_1{position:relative;margin:0 auto;width:400px}._globalSearch_1es8i_7{display:flex;align-items:center;padding:0 10px;gap:5px;background:var(--bg-secondary);border-radius:var(--border-radius);outline:1px solid var(--border-color);transition:outline .1s ease}._globalSearch_1es8i_7._searching_1es8i_17{opacity:.5}._globalSearch_1es8i_7:focus-within{outline:1px solid var(--primary-color)!important}._globalSearch_1es8i_7:hover{outline:1px solid var(--primary-color)}._globalSearch_1es8i_7 svg{width:25px;height:25px}._globalSearch_1es8i_7 ._clearIcon_1es8i_34{visibility:hidden;background:transparent;border-radius:50%;padding:5px}._globalSearch_1es8i_7 ._clearIcon_1es8i_34:hover{background:var(--hover-background)}._globalSearch_1es8i_7 ._clearIcon_1es8i_34._visible_1es8i_44{visibility:visible}._globalSearch_1es8i_7 ._clearIcon_1es8i_34 svg{width:18px;height:18px}._globalSearch_1es8i_7 input{width:100%;padding:10px 0;background:transparent;border:none}._globalSearch_1es8i_7 input:focus{outline:none}._resultsDropdown_1es8i_66{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;top:110%;max-height:300px;background:var(--bg-secondary);outline:1px solid var(--border-color);border-radius:var(--border-radius);overflow-y:auto;z-index:var(--z-dropdown);min-height:50px}._message_1es8i_82{display:flex;justify-content:center;padding:10px;color:var(--text-secondary);font-size:.9rem}._message_1es8i_82 svg{width:30px;height:30px}._resultItem_1es8i_95{display:flex;padding:10px;text-decoration:none;color:var(--text-color);gap:10px;justify-content:space-between}._resultItem_1es8i_95:hover{background:var(--hover-background)}._resultItem_1es8i_95 ._resultInformation_1es8i_108{display:flex;gap:5px}._resultItem_1es8i_95 ._resultInformation_1es8i_108 ._resultIcon_1es8i_112{padding-top:3px;width:20px;height:20px;min-width:20px;min-height:20px}._resultItem_1es8i_95 ._resultInformation_1es8i_108 ._resultText_1es8i_120{display:flex;flex-direction:column}._resultItem_1es8i_95 ._resultInformation_1es8i_108 ._resultText_1es8i_120 ._resultMetadata_1es8i_124{display:flex;flex-wrap:wrap;color:gray;font-size:.9rem;gap:5px}._resultItem_1es8i_95 ._resultInformation_1es8i_108 ._resultText_1es8i_120 ._resultMetadata_1es8i_124 ._coordinates_1es8i_131{display:flex;gap:10px}._resultItem_1es8i_95 ._resultMedia_1es8i_139{display:flex;align-items:center;gap:5px}._resultItem_1es8i_95 ._resultMedia_1es8i_139 ._resultImage_1es8i_144{display:flex;align-items:flex-end;width:45px;height:45px;object-fit:cover;border-radius:var(--border-radius)}._resultItem_1es8i_95 ._resultMedia_1es8i_139 ._moreMediaOverlay_1es8i_153{font-size:.8rem;display:grid;place-items:center;width:45px;height:45px;outline:1px solid var(--border-color);border-radius:var(--border-radius)}._previousSearchItem_1es8i_165{display:flex;justify-content:center;align-items:center;padding:10px;flex:1}._previousSearchItem_1es8i_165 ._historyIcon_1es8i_172{width:20px;height:20px;visibility:visible;margin-right:10px}._previousSearchItem_1es8i_165 ._previousSearchText_1es8i_179{margin-right:auto;font-size:.9rem}._previousSearchItem_1es8i_165:hover{background:var(--hover-background);cursor:pointer}._previousSearchItem_1es8i_165:hover button svg{visibility:visible}._previousSearchItem_1es8i_165 button{background:transparent;padding:5px;border-radius:50%}._previousSearchItem_1es8i_165 button:hover{background:var(--hover-background)}._previousSearchItem_1es8i_165 ._removePreviousSearchIcon_1es8i_203{visibility:hidden;width:15px;height:15px}@media screen and (max-width: 1000px){._resultItem_1es8i_95{flex-direction:column;gap:0px}._separator_1es8i_216{display:none}._resultMetadata_1es8i_124{flex-direction:column;gap:0px!important}._resultMedia_1es8i_139{margin-left:25px}._resultMedia_1es8i_139 ._resultImage_1es8i_144,._resultMedia_1es8i_139 ._moreMediaOverlay_1es8i_153{width:35px!important;height:35px!important}}._chatSectionWrapper_1q6m5_1{display:flex;flex-direction:column;border-radius:var(--border-radius);box-shadow:var(--shadow);background:var(--bg-secondary);flex:1;padding:10px;outline:1px solid var(--border-color);height:100%}._noConversationSelectedText_1q6m5_13{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.1rem;height:100%}._header_1q6m5_22{display:flex;align-items:center;justify-content:center}._header_1q6m5_22 ._friendInfo_1q6m5_27{display:flex;align-items:center}._header_1q6m5_22 ._friendInfo_1q6m5_27 span{cursor:pointer}._header_1q6m5_22 ._friendInfo_1q6m5_27 span:hover{text-decoration:underline}._header_1q6m5_22 ._friendInfo_1q6m5_27 img{width:35px;height:35px;border-radius:50%;margin-right:10px;object-fit:cover}._header_1q6m5_22 ._goBackButton_1q6m5_48{display:none}._messages_1q6m5_53{flex:1;display:flex;flex-direction:column;gap:6px;overflow-y:auto;min-height:0;padding:2px 0}._messages_1q6m5_53 ._message_1q6m5_53{display:flex;border-radius:var(--border-radius);max-width:60%;position:relative}._messages_1q6m5_53 ._message_1q6m5_53 ._messageContent_1q6m5_68{display:flex;flex-direction:column}._messages_1q6m5_53 ._message_1q6m5_53._deleted_1q6m5_73{font-style:italic;opacity:.9}._messages_1q6m5_53 ._message_1q6m5_53._pending_1q6m5_78{opacity:.8}._messages_1q6m5_53 ._message_1q6m5_53._pending_1q6m5_78 ._pendingLabel_1q6m5_81{display:flex;align-items:center;justify-content:center}._messages_1q6m5_53 ._message_1q6m5_53._pending_1q6m5_78 ._pendingLabel_1q6m5_81 svg{width:14px;height:14px}._messages_1q6m5_53 ._message_1q6m5_53._failed_1q6m5_93{opacity:.8}._messages_1q6m5_53 ._message_1q6m5_53._failed_1q6m5_93 ._failedLabel_1q6m5_96{display:flex;align-items:center;justify-content:center}._messages_1q6m5_53 ._message_1q6m5_53._failed_1q6m5_93 ._failedLabel_1q6m5_96 svg{width:15px!important;height:15px!important}._messages_1q6m5_53 ._message_1q6m5_53 ._messageText_1q6m5_108{padding:6px 10px;border-radius:var(--border-radius);font-size:.9rem;outline:1px solid var(--border-color);text-align:justify;-webkit-hyphens:auto;hyphens:auto;width:fit-content}._messages_1q6m5_53 ._message_1q6m5_53 ._messageMeta_1q6m5_118{display:flex;align-items:center;gap:5px;font-size:.7rem;color:var(--text-color);text-wrap:nowrap;margin-top:2px}._messages_1q6m5_53 ._message_1q6m5_53 ._editedLabel_1q6m5_128{font-style:italic}._messages_1q6m5_53 ._personalMessage_1q6m5_133{flex-direction:column;align-items:flex-end;align-self:flex-end;margin-right:10px}._messages_1q6m5_53 ._personalMessage_1q6m5_133 ._messageText_1q6m5_108{color:#333;background:var(--primary-color);outline:none}._messages_1q6m5_53 ._friendMessage_1q6m5_146{align-self:flex-start}._messages_1q6m5_53 ._friendMessage_1q6m5_146 ._avatarSpacer_1q6m5_149{min-width:30px;min-height:30px;width:30px;height:30px;margin-right:8px}._messages_1q6m5_53 ._friendMessage_1q6m5_146 ._messageText_1q6m5_108{background:var(--bg-primary)}._messages_1q6m5_53 ._friendMessage_1q6m5_146 img{min-width:30px;min-height:30px;width:30px;height:30px;border-radius:50%;margin-right:8px;object-fit:cover}._inputArea_1q6m5_173{display:flex;gap:10px;margin-top:10px}._inputArea_1q6m5_173 button{padding:.5rem}._spacer_1q6m5_183{margin:10px 0;border-top:1px solid var(--border-color)}._typingDots_1q6m5_188{display:flex;align-items:center;gap:5px;height:20px}._typingDots_1q6m5_188 ._typingDot_1q6m5_188{width:5px;height:5px;background-color:var(--text-color);border-radius:50%;animation:_dotAnimation_1q6m5_1 2s infinite}._typingDots_1q6m5_188 ._typingDot_1q6m5_188:nth-child(2){animation-delay:.2s}._typingDots_1q6m5_188 ._typingDot_1q6m5_188:nth-child(3){animation-delay:.4s}._initialLoading_1q6m5_211{display:grid;height:100%;width:100%;place-items:center}._loadingMore_1q6m5_218{display:flex;width:100%;align-items:center;justify-content:center}@keyframes _dotAnimation_1q6m5_1{0%{opacity:.2;transform:translateY(0)}25%{opacity:1;transform:translateY(-2px)}50%{opacity:.2;transform:translateY(2px)}to{opacity:.2;transform:translateY(0)}}@media screen and (max-width: 600px){._chatSectionWrapper_1q6m5_1{position:absolute;top:0;right:0;width:100%;transform:translate(100%);outline:none;border-radius:0}._chatSectionWrapper_1q6m5_1._isSelected_1q6m5_254{transform:translate(0)}._chatSectionWrapper_1q6m5_1 ._noConversationSelectedText_1q6m5_13{display:none}._header_1q6m5_22{position:relative}._header_1q6m5_22 ._goBackButton_1q6m5_48{display:block;position:absolute;top:0;left:0;padding:5px}}._conversationsAsideWrapper_19zq9_1{display:flex;flex-direction:column;height:100%}._conversationsList_19zq9_7{display:flex;flex-direction:column}._conversationCard_19zq9_12{display:flex;padding:15px 10px;cursor:pointer;gap:10px;position:relative}._conversationCard_19zq9_12:hover{background:var(--hover-background)}._conversationCard_19zq9_12 img{width:40px;height:40px;border-radius:50%;object-fit:cover}._conversationCard_19zq9_12 ._conversationInfo_19zq9_30{display:flex;flex-direction:column}._conversationCard_19zq9_12 ._conversationInfo_19zq9_30 ._lastMessageInfo_19zq9_34{color:gray;font-size:.8rem}._conversationCard_19zq9_12 ._conversationInfo_19zq9_30 ._lastMessage_19zq9_34{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}._conversationCard_19zq9_12 ._unreadBadge_19zq9_47{display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#333;border-radius:100px;width:25px;height:25px;margin-left:auto;position:absolute;right:15px;top:50%;transform:translateY(-50%)}._conversationCard_19zq9_12 ._unreadBadge_19zq9_47 ._unreadCount_19zq9_63{font-size:.8rem;font-weight:500}._loaderWrapper_19zq9_70{display:grid;height:100%;width:100%;place-items:center}._friendsList_1aajk_1{display:flex;flex-direction:column;gap:10px;padding:10px}._friendsList_1aajk_1 ._list_1aajk_7{display:flex;flex-direction:column;gap:8px}._friendsList_1aajk_1 ._list_1aajk_7 ._friendItem_1aajk_12{display:flex;align-items:center;padding:8px;cursor:pointer;gap:10px;border-radius:var(--border-radius);text-decoration:none;color:var(--text-color)}._friendsList_1aajk_1 ._list_1aajk_7 ._friendItem_1aajk_12:hover{background:var(--hover-background)}._friendsList_1aajk_1 ._list_1aajk_7 ._friendItem_1aajk_12 img{width:40px;height:40px;border-radius:50%;object-fit:cover}._aside_11szw_1{display:flex;flex-direction:column;width:280px;background:var(--bg-secondary);box-shadow:var(--shadow);border-radius:var(--border-radius);outline:1px solid var(--border-color)}._tabs_11szw_11{display:flex;border-bottom:1px solid var(--border-color)}._tab_11szw_11{flex:1;padding:12px;border:none;background:none;cursor:pointer;font-weight:500;color:var(--text-color);display:flex;align-items:center;justify-content:center;gap:8px}._tab_11szw_11 svg{width:25px;height:25px}._tab_11szw_11:hover,._tab_11szw_11._active_11szw_39{background:var(--hover-background)}._content_11szw_43{flex:1;overflow-y:auto}@media screen and (max-width: 600px){._aside_11szw_1{width:100%;height:100%}}._chatPage_57obg_1{display:flex;max-width:1000px;margin:0 auto;gap:1.5rem;height:calc(100vh - 60px);padding:20px 0}@media screen and (max-width: 600px){._chatPage_57obg_1{padding:0;overflow:hidden;position:relative}}._toastsWrapper_ymsnd_1{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:var(--z-toast)}._toast_ymsnd_1{background-color:var(--bg-primary);width:300px;height:auto;padding:10px;display:flex;align-items:center;border-radius:5px;animation:_slide_ymsnd_23 .3s ease forwards;position:relative;box-shadow:var(--shadow)}._toast_ymsnd_1._slideOut_ymsnd_23{animation:_slide-back_ymsnd_1 .3s ease forwards}._toast_ymsnd_1 span{margin-right:10px;font-size:.9rem}._toast_ymsnd_1 svg{width:28px;height:28px;margin-right:10px;flex-shrink:0}._dismissButton_ymsnd_40{padding:10px;margin-left:auto;background:transparent}._progressBarContainer_ymsnd_46{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#0000001a;overflow:hidden;border-radius:0 0 4px 4px}._progressBar_ymsnd_46{height:100%;background:var(--primary-color);transition:width .1s linear}._SUCCESS_ymsnd_63 ._progressBar_ymsnd_46{background:var(--primary-color)}._ERROR_ymsnd_69 ._progressBar_ymsnd_46{background:var(--error)}._INFO_ymsnd_75 ._progressBar_ymsnd_46{background:var(--info)}@keyframes _slide_ymsnd_23{0%{transform:translate(100%);opacity:0}50%{transform:translate(-5%);opacity:.5}to{transform:translate(0);opacity:1}}@keyframes _slide-back_ymsnd_1{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media screen and (max-width: 600px){._toastsWrapper_ymsnd_1{bottom:20px;right:50%;transform:translate(50%);width:100%;padding:0 10px}._toast_ymsnd_1{width:100%}}
