@charset "UTF-8";.spinner{width:2rem;height:2rem;margin-inline:auto;animation:spin .8s linear infinite;animation-duration:.8s;animation-timing-function:steps(12,end);animation-iteration-count:infinite}.spinner svg{width:100%;height:100%}.commentView{display:flex;flex-direction:column;height:100%;background-color:rgb(var(--color-popup))}.commentView__header{display:flex;align-items:center;gap:.75rem;padding:1rem .9375rem;border-block-end:1px solid rgb(var(--color-border));flex-shrink:0}.commentView__header--avatar{width:3.125rem;height:3.125rem;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}.commentView__header--avatar img{width:100%;height:100%;object-fit:cover}.commentView__header--info{flex:1;display:flex;flex-direction:column}.commentView__header--info--name{display:flex;flex-wrap:wrap;align-items:center;font-size:.9375rem;line-height:1.25;color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.commentView__header--info .location--is-in{display:inline-block;padding-inline:2px;color:rgb(var(--color-secondary-text))}.commentView__header--info--subtext{display:flex;align-items:center;gap:.3rem;color:rgb(var(--color-secondary-text));font-size:.8rem;font-weight:500}.commentView__header--actions{display:flex;align-items:center;gap:.75rem}.commentView__header--actions .btn-follow{background-color:rgb(var(--color-primary));padding-inline:1.5rem;border-radius:.625rem;height:30px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;font-size:.8rem;font-weight:600;color:rgb(var(--color-offwhite));cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.commentView__header--actions .btn-follow:hover,.commentView__header--actions .btn-follow:focus-visible{transform:scale(.95)}.commentView__header--actions .btn-more{padding:2px}.commentView__main{flex:1;overflow-y:auto;overflow-x:hidden;padding:.9375rem}.commentView__main__list{display:flex;flex-direction:column;height:100%}.commentView__main__list__item{display:flex;gap:.75rem;align-items:flex-start;padding-block-end:1rem}.commentView__main__list__item--avatar{width:2.75rem;height:2.75rem;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}.commentView__main__list__item--avatar img{width:100%;height:100%;object-fit:cover}.commentView__main__list__item--content{flex:1;display:flex;flex-direction:column;gap:.25rem}.commentView__main__list__item--content__text{font-size:.8rem;font-weight:400;color:rgb(var(--color-primary-text));word-break:break-all;white-space:pre-wrap}.commentView__main__list__item--content__info{width:120px;height:100px;padding:.55rem 1rem;border-radius:10px}.commentView__main__list__item--content__info img{width:100%;height:100%;object-fit:contain}.commentView__main__list__item--content__meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:rgb(var(--color-secondary-text))}.commentView__main__list__item--content__meta .btn-reply{cursor:pointer}.commentView__main__list__item--content__comment-cta{width:20px;padding:4px;height:15px;align-items:center;display:none;transition:display .25s ease;cursor:pointer}.commentView__main__list__item--content__comment-cta svg{width:100%;height:100%}.commentView__main__list__item--content__comment-cta:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.commentView__main__list__item--username{color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:700;cursor:pointer}.commentView__main__list__item--tagged-username{color:rgb(var(--color-primary));font-size:.875rem;font-weight:700}.commentView__main__list__item--actions{display:flex;flex-direction:column;align-items:center;gap:2px}.commentView__main__list__item--actions .likeButton{padding:4px;cursor:pointer}.commentView__main__list__item--actions .likeButton img{width:1.5rem;height:1.5rem}.commentView__main__list__item--actions .likeButton.animate{animation:post-like-animation .45s ease-in-out forwards}.commentView__main__list__item--actions .likeButton--count{display:inline-block;color:rgb(var(--color-primary-text));font-size:.8rem;font-weight:300;font-family:var(--font-family-secondary);margin-inline-start:8px}.commentView__main__list__item__replies{margin-left:60px;margin-block-start:.625rem;display:flex;flex-direction:column;gap:1rem}.commentView__main__list__item__viewReplies{display:inline-flex;align-items:center;padding-bottom:.875rem;gap:5px;color:rgb(var(--color-secondary-text));font-size:.75rem;width:fit-content;margin-block-end:1rem;margin-inline:auto;cursor:pointer}.commentView__main__list__item__viewReplies:before{content:"";display:inline-block;width:25px;height:.5px;background-color:rgb(var(--color-secondary-text))}.commentView__main__list__item:hover .commentView__main__list__item--content__comment-cta{display:flex}.commentView__main--placeholder{margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.commentView__main--placeholder--icon{margin-block-end:1rem}.commentView__main--placeholder--title{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.5rem}.commentView__main--placeholder--subtitle{font-weight:400;font-size:.875rem;color:rgb(var(--color-secondary-text));text-align:center}.commentView__footer{flex-shrink:0;display:flex;flex-direction:column;position:relative;border-block-start:1px solid rgb(var(--color-border))}.commentView__footer:has(.commentView__footer__actions) .commentView__footer__mainWrapper,.commentView__footer:has(.commentView__footer__caption) .commentView__footer__mainWrapper{padding-block-start:0}.commentView__footer__actions{display:flex;flex-direction:column;padding-inline:.9375rem}.commentView__footer__media{display:flex;align-items:center;justify-content:flex-start;gap:1.625rem;margin-block:8px 10px}.commentView__footer__media--group{display:flex;align-items:center;gap:.875rem}.commentView__footer__media--button{padding:4px;display:inline-flex;align-items:center;gap:8px}.commentView__footer__media--button:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.commentView__footer__media--button--cta{cursor:pointer}.commentView__footer__media--button--cta:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.commentView__footer__media--button--cta.animate{animation:post-like-animation .45s ease-in-out forwards}.commentView__footer__media--button svg{color:rgb(var(--color-primary-text));cursor:pointer}.commentView__footer__media--button--count{font-family:var(--font-family-secondary);font-size:.875rem;color:rgb(var(--color-primary-text));line-height:12px;cursor:pointer}.commentView__footer__media--button--save{margin-inline-start:auto}.commentView__footer__media--button--save.animate{animation:post-like-animation .45s ease-in-out forwards}.commentView__footer__details{display:flex;flex-direction:column;gap:2px;margin-block-end:10px;padding-inline:4px}.commentView__footer__details__likes{color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:700}.commentView__footer__details__likes .--number{font-weight:600;font-family:var(--font-family-secondary)}.commentView__footer__details__uploadTime{color:rgb(var(--color-secondary-text));font-size:.75rem;font-weight:500}.commentView__footer__details__uploadTime .--number{font-family:var(--font-family-secondary)}.commentView__footer__caption{padding:1rem .9375rem;color:rgb(var(--color-primary-text));border-block-end:1px solid rgb(var(--color-border));font-size:.85rem;font-weight:500;line-height:1.25;word-break:break-all;overflow-wrap:break-word;white-space:pre-wrap;cursor:pointer;max-height:7rem;overflow-y:auto;transition:max-height .25s ease;box-shadow:0 -5px 8px #00000026}.commentView__footer__caption .hashtag{display:inline-block;color:rgb(var(--color-hashtag));cursor:pointer}.commentView__footer__caption .dot{color:rgb(var(--color-primary-text))}.commentView__footer__caption .readMore{display:inline-block;font-size:.85rem;color:rgb(var(--color-hashtag));margin-inline-start:3px;cursor:pointer}.commentView__footer__caption .readLess{color:rgb(var(--color-hashtag));cursor:pointer}.commentView__footer .replying-to-wrapper{margin-block-end:.875rem}.commentView__footer .replying-to-wrapper .reply-to{display:flex;align-items:center;gap:.5rem;padding-inline:10px}.commentView__footer .replying-to-wrapper .reply-to .reply-to-name{color:rgb(var(--color-description));font-size:.75rem}.commentView__footer .replying-to-wrapper .reply-to .reply-to-name .name{color:rgb(var(--color-primary-d))!important;padding-inline-start:3px;cursor:pointer}.commentView__footer .replying-to-wrapper .reply-to .reply-to-name .name:active,.commentView__footer .replying-to-wrapper .reply-to .reply-to-name .name:visited,.commentView__footer .replying-to-wrapper .reply-to .reply-to-name .name:link{color:inherit}.commentView__footer .replying-to-wrapper .reply-to .cancel-reply{width:fit-content;color:rgb(var(--color-description));font-size:.7rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.commentView__footer .replying-to-wrapper .reply-to .cancel-reply:before{content:"";display:inline-block;width:2.5px;height:2.5px;border-radius:50%;background-color:rgb(var(--color-description));vertical-align:middle}.commentView__footer__mainWrapper{display:flex;align-items:center;gap:1rem;position:relative;padding:1rem .9375rem}.commentView__footer__inputWrapper{flex-grow:1;display:flex;align-items:center;gap:1rem;background-color:rgb(var(--color-input-bg));border-radius:22px;padding:.625rem .9375rem;max-width:100%;min-width:0}.commentView__footer__inputWrapper .btn-emoji{flex-shrink:0}.commentView__footer__inputWrapper--input{flex:1;border:none;outline:none;font-size:1rem;color:rgb(var(--color-primary-text));min-width:0;max-height:150px;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap;word-break:break-word}.commentView__footer__inputWrapper--input:empty:before{content:attr(data-placeholder);color:rgb(var(--color-secondary-text));pointer-events:none}.commentView__footer__inputWrapper--input *{background:transparent!important;color:inherit!important}.commentView__footer .btn-sendbutton{width:40px;height:40px;background-color:rgb(var(--color-primary));border-radius:50%;display:grid;place-items:center;flex-shrink:0}.commentView__footer .btn-sendbutton svg{margin-inline-start:-2px;margin-inline-end:2px}.profileOption__popup,.shotsOption__popup,.storyViewOption__popup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.profileOption__popup.close,.shotsOption__popup.close,.storyViewOption__popup.close{animation:fade-out .25s ease forwards}.profileOption__popup--dialog,.shotsOption__popup--dialog,.storyViewOption__popup--dialog{width:450px;height:fit-content;background-color:rgb(var(--color-popup));border-radius:.625rem;animation:delay-dialog .25s ease forwards}.profileOption__popup--dialog.close,.shotsOption__popup--dialog.close,.storyViewOption__popup--dialog.close{animation:delay-dialog-out .25s ease forwards}.profileOption__popup--dialog__list,.shotsOption__popup--dialog__list,.storyViewOption__popup--dialog__list{display:flex;flex-direction:column}.profileOption__popup--dialog__list--listItem,.shotsOption__popup--dialog__list--listItem,.storyViewOption__popup--dialog__list--listItem{width:100%;text-align:center;padding-block:1rem;color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500;line-height:1.35;border-block-end:.5px solid rgb(var(--color-border));cursor:pointer}.profileOption__popup--dialog__list--listItem:last-child,.shotsOption__popup--dialog__list--listItem:last-child,.storyViewOption__popup--dialog__list--listItem:last-child{border:none}.profileOption__popup--dialog__list--listItem__block,.profileOption__popup--dialog__list--listItem__report,.profileOption__popup--dialog__list--listItem__delete,.shotsOption__popup--dialog__list--listItem__block,.shotsOption__popup--dialog__list--listItem__report,.shotsOption__popup--dialog__list--listItem__delete,.storyViewOption__popup--dialog__list--listItem__block,.storyViewOption__popup--dialog__list--listItem__report,.storyViewOption__popup--dialog__list--listItem__delete{color:rgb(var(--color-error))}.profileOption__popup--dialog__list--listItem__copied,.shotsOption__popup--dialog__list--listItem__copied,.storyViewOption__popup--dialog__list--listItem__copied{position:absolute;right:.7rem;top:50%;transform:translateY(-50%);color:rgb(var(--color-green));font-size:.9375rem}.reportOptions,.reportSomethingElse{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.reportOptions.close,.reportSomethingElse.close{animation:fade-out .25s ease forwards}.reportOptions__dialog,.reportSomethingElse__dialog{width:450px;height:80vh;background-color:rgb(var(--color-popup));border-radius:.625rem;overflow:hidden;display:flex;flex-direction:column;animation:delay-dialog .25s ease forwards}.reportOptions__dialog.close,.reportSomethingElse__dialog.close{animation:delay-dialog-out .25s ease forwards}.reportOptions__dialog.fitContent,.reportSomethingElse__dialog.fitContent{height:fit-content}.reportOptions__dialog--mainView,.reportSomethingElse__dialog--mainView{display:flex;flex-direction:column;overflow-y:auto;height:100%;width:450px}.reportOptions__dialog--mainView__heading,.reportSomethingElse__dialog--mainView__heading{display:flex;align-items:center;justify-content:space-between;padding:.75rem .9375rem;border-block-end:1px solid rgb(var(--color-border))}.reportOptions__dialog--mainView__heading__title,.reportSomethingElse__dialog--mainView__heading__title{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:0}.reportOptions__dialog--mainView__heading--spacer,.reportSomethingElse__dialog--mainView__heading--spacer{width:28px;height:28px}.reportOptions__dialog--mainView__heading .btn-close,.reportSomethingElse__dialog--mainView__heading .btn-close{padding:2px}.reportOptions__dialog--mainView__info,.reportSomethingElse__dialog--mainView__info{display:flex;flex-direction:column;gap:5px;padding:.9375rem}.reportOptions__dialog--mainView__info--error,.reportSomethingElse__dialog--mainView__info--error{color:rgb(var(--color-error));font-size:.875rem}.reportOptions__dialog--mainView__info--title,.reportSomethingElse__dialog--mainView__info--title{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:700}.reportOptions__dialog--mainView__info--subInfo,.reportSomethingElse__dialog--mainView__info--subInfo{color:rgb(var(--color-secondary-text));font-size:.8rem;font-weight:500}.reportOptions__dialog--mainView__reasonsList,.reportSomethingElse__dialog--mainView__reasonsList{height:100%;overflow-y:auto}.reportOptions__dialog--mainView__reasonsList--listItem,.reportSomethingElse__dialog--mainView__reasonsList--listItem{display:flex;flex-direction:column}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9375rem;border-block-end:.5px solid rgb(var(--color-border));cursor:pointer}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:hover,.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:focus-visible,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:hover,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:focus-visible{background-color:rgb(var(--color-selected-bg),.1)}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:focus-visible,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:focus-visible{outline:0}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper--title,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper--title{display:inline-block;color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:500}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:hover .reportOptions__dialog--mainView__reasonsList--listItem__wrapper__title,.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:focus-visible .reportOptions__dialog--mainView__reasonsList--listItem__wrapper__title,.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:hover .reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper__title,.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:focus-visible .reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper__title,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:hover .reportOptions__dialog--mainView__reasonsList--listItem__wrapper__title,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:focus-visible .reportOptions__dialog--mainView__reasonsList--listItem__wrapper__title,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:hover .reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper__title,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:focus-visible .reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper__title{color:rgb(var(--color-primary))}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:first-child,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:first-child{border-block-start:.5px solid rgb(var(--color-border))}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper:last-child,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper:last-child{border-block-end:0}.reportOptions__dialog--mainView__reasonsList--listItem__wrapper--icon,.reportSomethingElse__dialog--mainView__reasonsList--listItem__wrapper--icon{padding:2px}.reportOptions__dialog--mainView__reasonsList--listItem__text,.reportSomethingElse__dialog--mainView__reasonsList--listItem__text{color:rgb(var(--color-error));font-size:.875rem}.reportOptions__dialog--mainView__reasonsList--listItem__errorText,.reportSomethingElse__dialog--mainView__reasonsList--listItem__errorText{position:sticky;bottom:0;width:100%;padding-block:1rem;display:inline-block;text-align:center;font-weight:600;color:rgb(var(--color-error));background-color:rgb(var(--color-error-l))}.reportOptions__dialog--mainView__reasonsList--listItem--cta,.reportSomethingElse__dialog--mainView__reasonsList--listItem--cta{padding:1rem;display:flex;flex-direction:column;gap:1.25rem}.reportOptions__dialog .btn-done,.reportOptions__dialog .btn-block,.reportOptions__dialog .btn-submit,.reportSomethingElse__dialog .btn-done,.reportSomethingElse__dialog .btn-block,.reportSomethingElse__dialog .btn-submit{width:100%;background-color:rgb(var(--color-button-bg));border-radius:500px;font-size:1rem;font-weight:500;color:rgb(var(--color-white));padding:12px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.reportOptions__dialog .btn-done:hover,.reportOptions__dialog .btn-done:focus-visible,.reportOptions__dialog .btn-block:hover,.reportOptions__dialog .btn-block:focus-visible,.reportOptions__dialog .btn-submit:hover,.reportOptions__dialog .btn-submit:focus-visible,.reportSomethingElse__dialog .btn-done:hover,.reportSomethingElse__dialog .btn-done:focus-visible,.reportSomethingElse__dialog .btn-block:hover,.reportSomethingElse__dialog .btn-block:focus-visible,.reportSomethingElse__dialog .btn-submit:hover,.reportSomethingElse__dialog .btn-submit:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary))}.reportOptions__dialog .btn-done:hover span,.reportOptions__dialog .btn-done:focus-visible span,.reportOptions__dialog .btn-block:hover span,.reportOptions__dialog .btn-block:focus-visible span,.reportOptions__dialog .btn-submit:hover span,.reportOptions__dialog .btn-submit:focus-visible span,.reportSomethingElse__dialog .btn-done:hover span,.reportSomethingElse__dialog .btn-done:focus-visible span,.reportSomethingElse__dialog .btn-block:hover span,.reportSomethingElse__dialog .btn-block:focus-visible span,.reportSomethingElse__dialog .btn-submit:hover span,.reportSomethingElse__dialog .btn-submit:focus-visible span{color:rgb(var(--color-offwhite))}.reportOptions__dialog .btn-done,.reportOptions__dialog .btn-submit,.reportSomethingElse__dialog .btn-done,.reportSomethingElse__dialog .btn-submit{background-color:rgb(var(--color-primary))}.reportOptions textarea,.reportSomethingElse textarea{all:unset;min-height:100px;max-height:100px;overflow-y:auto;color:rgb(var(--color-primary-text));background-color:rgb(var(--color-input-bg));border-radius:.625rem;padding:.875rem;overflow:hidden;font-weight:500;font-size:1rem}.reportOptions textarea ::-webkit-scrollbar,.reportSomethingElse textarea ::-webkit-scrollbar{display:none}.reportOptions textarea:placeholder,.reportSomethingElse textarea:placeholder{color:rgb(var(--color-primary-text))}.reportOptions .reportSomethingElse__dialog--mainView__reasonsList--cta,.reportSomethingElse .reportSomethingElse__dialog--mainView__reasonsList--cta{padding:1rem}.reportOptions .spinner,.reportSomethingElse .spinner{margin-block-end:1rem}.profileOption__popup,.shotsOption__popup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.profileOption__popup.close,.shotsOption__popup.close{animation:fade-out .25s ease forwards}.profileOption__popup--dialog,.shotsOption__popup--dialog{width:450px;height:fit-content;background-color:rgb(var(--color-popup));border-radius:.625rem;animation:delay-dialog .25s ease forwards}.profileOption__popup--dialog.close,.shotsOption__popup--dialog.close{animation:delay-dialog-out .25s ease forwards}.profileOption__popup--dialog__list,.shotsOption__popup--dialog__list{display:flex;flex-direction:column}.profileOption__popup--dialog__list--listItem,.shotsOption__popup--dialog__list--listItem{width:100%;text-align:center;padding-block:1rem;color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500;line-height:1.35;border-block-end:.5px solid rgb(var(--color-border));cursor:pointer}.profileOption__popup--dialog__list--listItem:last-child,.shotsOption__popup--dialog__list--listItem:last-child{border:none}.profileOption__popup--dialog__list--listItem__block,.profileOption__popup--dialog__list--listItem__report,.shotsOption__popup--dialog__list--listItem__block,.shotsOption__popup--dialog__list--listItem__report{color:rgb(var(--color-error))}.profileOption__popup--dialog__list--listItem__copied,.shotsOption__popup--dialog__list--listItem__copied{position:absolute;right:.7rem;top:50%;transform:translateY(-50%);color:rgb(var(--color-green));font-size:.9375rem}.sticker-store{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.sticker-store--closing{animation:fade-out .25s ease forwards}.sticker-store__dialog{width:450px;height:90vh;background-color:rgb(var(--color-popup));border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;animation:delay-dialog .25s ease forwards}@media screen and (max-width: 1025px) and (max-height: 1380px){.sticker-store__dialog{max-height:30rem}}@media screen and (min-width: 1600px){.sticker-store__dialog{max-height:40rem}}.sticker-store__dialog--closing{animation:delay-dialog-out .25s ease forwards}.sticker-store__header{display:flex;justify-content:space-between;align-items:center;border-block-end:1px solid rgb(var(--color-border));padding:1.125rem 1.35rem;padding-block-end:.75rem}.sticker-store__header .btn-hidden{width:20px;height:20px;opacity:0;visibility:hidden}.sticker-store__title{font-size:1.25rem;font-weight:600;color:rgb(var(--color-primary-text))}.sticker-store__content{display:flex;flex-direction:column;gap:1.25rem;padding-inline:1.35rem;height:100%;overflow-y:auto}.sticker-store__content::-webkit-scrollbar{display:none}.sticker-pack__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-block-end:.625rem}.sticker-pack__info{display:flex;align-items:center;gap:.625rem}.sticker-pack__title{font-size:1rem;font-weight:600;color:rgb(var(--color-primary-text))}.sticker-pack__count{font-size:.875rem;font-weight:500;font-family:var(--font-family-secondary);color:rgb(var(--color-secondary-text))}.sticker-pack__actions{width:fit-content;height:fit-content}.sticker-pack__actions .btn-add{background-color:rgb(var(--color-primary));border-radius:5px;padding:10px;font-size:.8rem;font-weight:600;line-height:100%;color:rgb(var(--color-offwhite));display:flex;align-items:center;justify-content:center;flex-shrink:0;will-change:transform;transition:background-color .25s ease,transform .25s ease}.sticker-pack__actions .btn-add:hover,.sticker-pack__actions .btn-add:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.sticker-pack__preview{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;cursor:pointer}.sticker-pack__item{width:3.75rem;height:3.75rem}.sticker-pack__item img{width:100%;height:100%;object-fit:cover}.sticker-detail__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(65px,1fr));grid-auto-rows:65px;gap:15px;padding:10px;height:100%;overflow-y:auto}.sticker-detail__grid::-webkit-scrollbar{display:none}.sticker-detail__item{flex-shrink:0;cursor:pointer}.sticker-detail__item img{width:100%;height:100%;object-fit:cover}.sticker-detail__actions{padding-block-start:15px;margin-block-start:auto;width:100%;padding:1rem}.btn-sticker-cta{width:100%;padding:12px;border:none;border-radius:8px;font-weight:600;font-size:1rem;will-change:transform;transition:transform .25s ease}.btn-sticker-cta:hover,.btn-sticker-cta:focus-visible{transform:scale(.95)}.btn-sticker-cta.btn-delete{background-color:rgb(var(--color-error));color:rgb(var(--color-offwhite))}.btn-sticker-cta.btn-download{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.stickers-picker{width:340px;height:400px;background-color:rgb(var(--color-popup));border:1px solid rgb(var(--color-border));border-radius:12px;display:flex;flex-direction:column;position:absolute;overflow:hidden;z-index:var(--layer-1);box-shadow:0 4px 12px rgb(var(--color-black),.1);animation:delay-dialog .25s ease forwards}.stickers-picker--close{animation:delay-dialog-out .25s ease forwards}.stickers-picker__tabs{display:flex;flex-shrink:0;border-bottom:1px solid rgb(var(--color-border))}.stickers-picker__tabs .btn-tab{flex:1;padding:.75rem;font-size:1rem;font-weight:600;color:rgb(var(--color-secondary-text));position:relative;display:grid;place-items:center}.stickers-picker__tabs .btn-tab:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:rgb(var(--color-primary));transform:scaleX(0);transition:transform .25s ease}.stickers-picker__tabs .btn-tab--active{color:rgb(var(--color-primary))}.stickers-picker__tabs .btn-tab--active:after{transform:scaleX(1)}.stickers-picker__content{flex:1;display:flex;flex-direction:column;overflow:hidden}.stickers-picker__add-prompt{height:100%;color:rgb(var(--color-secondary-text));display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;cursor:pointer;transition:background-color .25s ease}.stickers-picker__add-prompt-image svg{width:48px;height:48px;fill:rgb(var(--color-primary))}.stickers-picker__add-prompt span{font-size:.9375rem;font-weight:600;color:rgb(var(--color-primary))}.stickers-picker__sticker-view,.stickers-picker__gif-view{display:flex;flex-direction:column;height:100%;overflow:hidden}.stickers-picker__search-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid rgb(var(--color-border));flex-shrink:0}.stickers-picker__search-bar input{border:none;outline:none;background-color:transparent;width:100%;font-size:.875rem;color:rgb(var(--color-primary-text))}.stickers-picker__search-bar input::placeholder{color:rgb(var(--color-secondary-text))}.stickers-picker__pack-tabs{display:flex;align-items:center;gap:.5rem;padding:.25rem .875rem;border-bottom:1px solid rgb(var(--color-border));flex-shrink:0}.stickers-picker__pack-tabs-wrapper{display:flex;align-items:center;gap:.5rem;overflow-x:auto}.stickers-picker__pack-tabs-wrapper::-webkit-scrollbar{width:2px;height:2px}.stickers-picker__pack-tabs button{background:none;border:2px solid transparent;border-radius:8px;padding:4px;cursor:pointer;transition:border-color .2s;flex-shrink:0}.stickers-picker__pack-tabs button img{width:32px;height:32px;display:block}.stickers-picker__pack-tabs button--active{border-color:rgb(var(--color-primary))}.stickers-picker__sticker-grid,.stickers-picker__gif-grid{flex:1;overflow-y:auto;padding:1rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));grid-auto-rows:64px}.stickers-picker__sticker-item,.stickers-picker__gif-item{aspect-ratio:1;overflow:hidden;cursor:pointer;border-radius:8px;transition:background-color .2s}.stickers-picker__sticker-item:hover,.stickers-picker__gif-item:hover{background-color:rgba(var(--color-primary-text),.1)}.stickers-picker__sticker-item img,.stickers-picker__gif-item img{width:100%;height:100%;object-fit:cover;display:block}.sharePost{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.sharePost.close{animation:fade-out .25s ease forwards}.sharePost__container{width:560px;height:auto;min-height:350px;max-height:420px;background-color:rgb(var(--color-popup));border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;animation:delay-dialog .25s ease forwards}.sharePost__container.close{animation:delay-dialog-out .25s ease forwards}.sharePost__container--heading{display:flex;align-items:center;justify-content:space-between;padding:.625rem .9375rem;border-block-end:1px solid rgb(var(--color-border))}.sharePost__container--heading .btn-hidden{width:18px;height:18px;opacity:0;visibility:hidden}.sharePost__container--heading__title{display:inline-block;color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600}.sharePost__container--heading .btn-close{padding:4px}.sharePost__container--search{margin:.875rem 1.5rem}.sharePost__container--search__wrapper{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.sharePost__container--search__wrapper input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.sharePost__container--profiles{height:100%;overflow-y:auto;flex-grow:1}.sharePost__container--profiles__list{display:flex;align-items:center;gap:1rem;row-gap:.625rem;flex-wrap:wrap;padding:.25rem 1.5rem}.sharePost__container--profiles__list__listItem{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.45rem;padding-block-end:1rem;border-radius:.5rem;background-color:transparent;cursor:pointer;transition:background-color .25s ease;min-width:0;width:115px;word-break:break-all}.sharePost__container--profiles__list__listItem__avatar{width:75px;height:75px;border-radius:50%;position:relative}.sharePost__container--profiles__list__listItem__avatar--checked{position:absolute;bottom:0;right:0;width:20px;height:20px;border-radius:50%;background-color:rgb(var(--color-input-bg));border:2px solid rgb(var(--color-popup));display:grid;place-items:center}.sharePost__container--profiles__list__listItem__avatar--checked svg{margin-block-start:1px}.sharePost__container--profiles__list__listItem__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.sharePost__container--profiles__list__listItem__username{font-size:.78rem;font-weight:600;color:rgb(var(--color-primary-text));text-align:center}.sharePost__container--profiles__list__listItem:hover{background-color:rgb(var(--color-highlight-bg))}.sharePost__container--profiles__list__check{display:flex;align-items:center;width:100%;height:3.75rem;transition:background-color .25s ease-out}.sharePost__container--profiles__list__check:focus-visible{outline:0}.sharePost__container--profiles__list__check__image{width:2.875rem;height:2.875rem;border-radius:50%;margin-inline-end:.875rem;overflow:hidden;position:relative}.sharePost__container--profiles__list__check__image--avatar{width:100%;height:100%;object-fit:cover}.sharePost__container--profiles__list__check__info{flex:1;display:flex;align-items:center;justify-content:space-between;padding-block:.8125rem;height:100%;gap:.625rem;cursor:pointer}.sharePost__container--profiles__list__check__info__wrapper{display:flex;flex-direction:column;justify-content:space-between;flex:1}.sharePost__container--profiles__list__check__info--name{font-size:.9375rem;color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer}.sharePost__container--profiles__list__check__info--username{font-size:.875rem;font-weight:500;color:rgb(var(--color-secondary-text));overflow-wrap:break-word;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.sharePost__container--profiles__list__check__info--checkbox{width:fit-content;height:fit-content;flex-shrink:0}.sharePost__container--profiles__list__check__info--checkbox input[type=checkbox]{position:absolute;opacity:0;height:0;width:0}.sharePost__container--profiles__list__check__info--checkbox .checkmark{display:inline-flex;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;border:1px solid rgb(var(--color-primary-text));border-radius:50%;background-color:transparent;vertical-align:middle;transition:border-color .3s,background-color .3s;cursor:pointer}.sharePost__container--profiles__list__check__info--checkbox .checkmark:after{content:"";display:inline-block;width:5.5px;height:10px;border:solid transparent;border-width:0 1.75px 1.75px 0;transform:rotate(45deg);margin-block-start:-2px;transition:border-color .3s}.sharePost__container--profiles__list__check__info--checkbox input[type=checkbox]:checked+.checkmark{border:1px solid rgb(var(--color-primary-text))}.sharePost__container--profiles__list__check__info--checkbox input[type=checkbox]:checked+.checkmark:after{border-color:rgb(var(--color-primary-text))}.sharePost__container--profiles__list__check__info--checkbox .checkmark:after{margin-block-start:-3px;margin-inline-start:1px}.sharePost__container--noData{display:flex;flex-direction:column;justify-content:center;align-items:center}.sharePost__container--noData__image{margin-block:1.25rem 1rem}.sharePost__container--noData__text{font-weight:600;font-size:.9375rem;color:rgb(var(--color-primary-text));margin-block-end:1.25rem}.sharePost__container--cta{padding:1rem 1.5rem;border-block-start:1px solid rgb(var(--color-border))}.sharePost__container--cta__wrapper{display:flex;align-items:center;gap:1rem}.sharePost__container--cta__wrapper__ctaItem{width:50px;height:50px;border-radius:50%;overflow:hidden;background-color:rgb(var(--color-input-bg));display:grid;place-items:center;cursor:pointer}.sharePost__container--cta__wrapper__ctaItem:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.sharePost__container--cta__wrapper__ctaItem.--share svg{margin-inline-start:2px}.sharePost__container--send input[type=text]{width:100%;-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none;margin-block-end:1rem}.sharePost__container--send .btn-send{width:100%;background-color:rgb(var(--color-primary));border-radius:500px;font-size:.875rem;font-weight:600;color:rgb(var(--color-white));padding:.45rem 12px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.sharePost__container--send .btn-send:hover,.sharePost__container--send .btn-send:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.sharePost__container--noSearchData{text-align:center;margin-block-start:1rem}.sharePost__container--noSearchData__text{font-weight:500;font-size:.875rem;color:rgb(var(--color-primary-text))}.viewPost{background-color:rgba(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-5);display:grid;place-items:center;animation:fade-in .25s ease forwards}.viewPost.close{animation:fade-out .25s ease forwards}.viewPost__popup{min-width:300px;width:auto;max-width:calc(100% - 3rem);height:92vh;background-color:rgb(var(--color-popup));border-radius:.625rem;display:flex;flex-direction:column;overflow:hidden;animation:delay-dialog .25s ease forwards}.viewPost__popup.close{animation:delay-dialog-out .25s ease forwards}@media (max-width: 1025px){.viewPost__popup{height:500px}}.viewPost__popup--container{display:flex;height:100%}.viewPost__mediaPanel{will-change:flex-basis,max-width;transition:flex-basis .25s ease-in-out,max-width .25s ease-in-out;width:100%;max-width:800px;height:100%;background-color:rgb(var(--color-black));display:flex;flex-direction:column;position:relative;box-shadow:2px 4px 6px #0003;flex-shrink:0;overflow:hidden}.viewPost__mediaPanel--container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.viewPost__mediaPanel--container img{object-fit:contain}.viewPost__mediaPanel--playButton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.viewPost__mediaPanel .btn-mute{width:35px;height:35px;border-radius:50%;background-color:#2e303850;position:absolute;bottom:10px;right:10px;display:grid;place-items:center;cursor:pointer}.viewPost__mediaPanel .btn-mute svg{margin-inline-start:1px}.viewPost__commentPanel{width:450px}@media (max-width: 1281px){.viewPost__commentPanel{width:380px}}@media screen and (min-width: 1600px){.viewPost__commentPanel{width:500px}}.viewPost .btn-forward,.viewPost .btn-previous{display:inline-block;width:36px;height:36px;background-color:#f5f5f5e6;border-radius:50%;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);z-index:var(--layer-1);display:grid;place-items:center}.viewPost .btn-forward{right:1.5rem}.viewPost .btn-previous{left:1.5rem}.viewPost .slick-slider,.viewPost .slick-list,.viewPost .slick-track{height:100%!important}.viewPost .slick-slider,.viewPost .slick-slider .slick-list{width:100%!important;height:100%!important}.viewPost .slick-slider .slick-list .slick-track{height:100%!important}.viewPost .slick-slider .slick-list .slick-track .slick-slide{height:100%!important;display:flex!important;align-items:center;justify-content:center}.viewPost .slick-slider .slick-list .slick-track .slick-slide>div{width:100%!important;height:auto!important;display:flex!important;align-items:center;justify-content:center}.postView{padding-block-end:1.25rem}.postView__wrapper{width:min(470px,100% - 2rem);margin-inline:auto;display:flex;flex-direction:column;height:100%;justify-content:center}@media screen and (max-width: 1281px){.postView__wrapper{width:min(400px,100% - 2rem)}}.postView__uploadProgress{display:flex;flex-direction:column;gap:8px;margin-block:10px;width:min(470px,100% - 2rem);margin-inline:auto}@media screen and (max-width: 1281px){.postView__uploadProgress{width:min(400px,100% - 2rem)}}.postView__uploadProgress--info{display:flex;align-items:center;justify-content:space-between;gap:8px}.postView__uploadProgress--info__wrapper{display:flex;align-items:center;gap:8px}.postView__uploadProgress--info__wrapper--thumbnail{width:40px;height:40px;overflow:hidden}.postView__uploadProgress--info__wrapper--thumbnail .spinner{display:flex;justify-content:center;align-items:center;height:100%;width:100%;margin:0}.postView__uploadProgress--info__wrapper--thumbnail .spinner svg{width:1.125rem;height:1.125rem}.postView__uploadProgress--info__wrapper--thumbnail img{width:100%;height:100%;object-fit:cover}.postView__uploadProgress--info__wrapper--text{color:rgb(var(--color-primary-text));font-size:.75rem}.postView__uploadProgress--info .btn-cancel{padding:2px;color:rgb(var(--color-icon-primary))}.postView__uploadProgress--range{height:5px;border-radius:50px;background-color:#d9d9d9;position:relative;overflow:hidden}.postView__uploadProgress--range .selected-color{position:absolute;inset:0;width:15%;height:5px;border-radius:50px;background-color:rgb(var(--color-primary))}.postView__uploadProgress--range .initial-state{position:absolute;top:0;left:-100%;height:5px;width:60%;border-radius:50px;background-color:rgb(var(--color-primary))}.postView__upToDateNotice{width:100%;padding-block:2rem;margin-block-end:10px;border-block-end:.5px solid rgb(var(--color-border));display:flex;flex-direction:column;justify-content:center;align-items:center}.postView__upToDateNotice--icon{width:90px;height:90px;border:2px solid rgb(var(--color-primary-text));border-radius:50%;margin-block-end:.625rem;display:grid;place-items:center}.postView__upToDateNotice--icon svg{width:70%}.postView__upToDateNotice--title{color:rgb(var(--color-primary-text));font-size:1rem;margin-block-end:.25rem}.postView__upToDateNotice--text{color:rgb(var(--color-secondary-text));font-size:.7rem}.postView__post{display:flex;flex-direction:column;padding-block:.625rem;border-block-end:1px solid rgb(var(--color-border))}.postView__post:first-child{border-block-start:1px solid rgb(var(--color-border))}.postView__post__repostNotice{background-color:#fafafa;padding:.625rem 1rem;margin-block-start:5px}.postView__post__repostNotice--wrapper{display:flex;align-items:center;gap:8px}.postView__post__repostNotice--text{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:400}.postView__post__repostNotice--user{margin-inline:4px;color:rgb(var(--color-primary-d));cursor:pointer;display:inline-flex;align-items:center;gap:1px}.postView__post__header{display:flex;align-items:center;justify-content:space-between;gap:.875rem;height:4.375rem;margin-block-end:.25rem}.postView__post__header--profile{display:flex;align-items:center;gap:1rem;flex:1}.postView__post__header--profile__avatar{width:3.25rem;height:3.25rem;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0;cursor:pointer}.postView__post__header--profile__avatar:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-focused))}.postView__post__header--profile__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;padding:4px}.postView__post__header--profile__info{flex:1;display:flex;flex-direction:column}.postView__post__header--profile__info--name{display:flex;flex-wrap:wrap;align-items:center;font-size:.9375rem;line-height:1.35;color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.postView__post__header--profile__info--name .user{cursor:pointer}.postView__post__header--profile__info--name .user:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.postView__post__header--profile__info--duration{display:flex;align-items:center;gap:.3rem;color:rgb(var(--color-description-d));font-size:.8rem;font-weight:500}.postView__post__header--profile__info--duration .suggested{position:relative;padding-inline-start:10px}.postView__post__header--profile__info--duration .suggested:before{content:"";position:absolute;top:50%;left:1px;transform:translateY(-50%);width:4px;height:4px;background-color:rgb(var(--color-secondary-text));border-radius:50%}.postView__post__header--cta{display:flex;align-items:center;gap:1.625rem}.postView__post__header--cta .btn-follow{background-color:rgb(var(--color-button-bg));padding-inline:1.5rem;border-radius:.625rem;height:32px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;font-size:.8rem;font-weight:600;color:rgb(var(--color-primary-text));cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.postView__post__header--cta .btn-follow:hover,.postView__post__header--cta .btn-follow:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-offwhite))}.postView__post__header--cta .btn-follow:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.postView__post__header--cta .btn-more{padding:4px;color:rgb(var(--color-icon-primary))}.postView__post__content{position:relative;overflow:hidden}.postView__post__content--text{margin-block-end:.75rem;color:rgb(var(--color-primary-text));font-size:.85rem;font-weight:500;line-height:1.25;word-break:break-all;overflow-wrap:break-word;white-space:pre-wrap}.postView__post__content--text .link,.postView__post__content--text .hashtag{display:inline-block;color:rgb(var(--color-hashtag));cursor:pointer}.postView__post__content--text .dot{color:rgb(var(--color-primary-text))}.postView__post__content--text .readMore{display:inline-block;font-size:.85rem;color:rgb(var(--color-hashtag));margin-inline-start:3px;cursor:pointer}.postView__post__content--text .readLess{color:rgb(var(--color-hashtag));cursor:pointer}.postView__post__content--media{width:100%;height:562.5px;position:relative;overflow:hidden;background-color:rgb(var(--color-black));border:1px solid rgb(var(--color-border));border-radius:5px}.postView__post__content--media img,.postView__post__content--media video{width:100%;height:100%;object-fit:cover}.postView__post__content--media video{cursor:pointer}.postView__post__content--media .btn-muteUnmute{position:absolute;bottom:10px;right:10px;background-color:#dcdcdc33;border-radius:50%;width:35px;height:35px;display:flex;justify-content:center;align-items:center}.postView__post__content--media__overlay{position:absolute;display:grid;place-items:center;cursor:pointer}.postView__post__content--media__overlay--imageCount{top:10px;right:10px;border-radius:500px;background-color:rgb(var(--color-dark-l));padding:3px .8rem;font-size:.75rem;color:rgb(var(--color-offwhite))}.postView__post__content--media__overlay--soundToggle{width:25px;height:25px;border-radius:50%;background-color:#2e303880;bottom:10px;right:10px}.postView__post__content--media__overlay--soundToggle svg{width:60%}.postView__post__content--media__overlay--playButton{top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background-color:#00000080;border-radius:50%}.postView__post__content--media__overlay--playButton svg{margin-inline-start:3px}.postView__post__actions{display:flex;flex-direction:column}.postView__post__actions--media{display:flex;align-items:center;justify-content:flex-start;gap:1.625rem;margin-block:8px 10px}.postView__post__actions--media--group{display:flex;align-items:center;gap:.875rem}.postView__post__actions--media--button{padding:4px;display:inline-flex;align-items:center;gap:8px}.postView__post__actions--media--button:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.postView__post__actions--media--button--cta{cursor:pointer}.postView__post__actions--media--button--cta:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.postView__post__actions--media--button--cta.animate{animation:post-like-animation .45s ease-in-out forwards}.postView__post__actions--media--button svg{color:rgb(var(--color-primary-text));cursor:pointer}.postView__post__actions--media--button--count{font-family:var(--font-family-secondary);font-size:.875rem;color:rgb(var(--color-primary-text));line-height:12px;cursor:pointer}.postView__post__actions--media--button--save{margin-inline-start:auto}.postView__post__actions--media--button--save.animate{animation:post-like-animation .45s ease-in-out forwards}.postView__post__actions--comment{align-items:center;display:flex;gap:8px;margin-block-end:8px}.postView__post__actions--comment--userImage{width:1.5rem;height:1.5rem;border-radius:50%;overflow:hidden}.postView__post__actions--comment--userImage img{height:100%;object-fit:cover;width:100%}.postView__post__actions--comment--add{cursor:pointer}.postView__post__actions--comment--add--text{color:rgb(var(--color-description-d));display:inline-block;font-size:.8rem;font-weight:500}.postView__post__feedback{display:flex;flex-direction:column;align-items:flex-start;padding:0 18px 1rem;gap:8px}.postView__post__feedback__likes{display:flex;align-items:center;gap:5px;cursor:pointer}.postView__post__feedback__likes--avatars{display:flex;align-items:center}.postView__post__feedback__likes--avatars .avatar{width:1.125rem;height:1.125rem;border-radius:50%;overflow:hidden}.postView__post__feedback__likes--avatars .avatar:not(:first-child){margin-inline-start:-5px}.postView__post__feedback__likes--avatars .avatar img{width:100%;height:100%;object-fit:cover}.postView__post__feedback__likes--text{color:rgb(var(--color-primary-text));font-weight:300;font-size:.875rem}.postView__post__feedback__likes--text span{font-weight:400}.postView__post__feedback__commentsLink{cursor:pointer;color:rgb(var(--color-secondary-text));font-size:.875rem}.postView__post__feedback__addComment{display:flex;align-items:center;gap:5px;cursor:pointer}.postView__post__feedback__addComment--avatar{width:1.425rem;height:1.425rem;border-radius:50%;overflow:hidden}.postView__post__feedback__addComment--avatar img{width:100%;height:100%;object-fit:cover}.postView__post__feedback__addComment--placeholder{color:rgb(var(--color-placeholder));font-size:.875rem}.postView__spinner{padding-block:1rem;display:grid;place-items:center}.postView .followingsModal__container--noData{height:60vh}.postView .likeGif{position:absolute;pointer-events:none;animation:likeAnimation 1.32s ease-out forwards;z-index:var(--layer-1);width:150px;height:150px}@keyframes likeAnimation{0%{opacity:0;transform:translate(-50%,-50%) scale(.7)}9%{opacity:1;transform:translate(-50%,-50%) scale(1)}85%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.7)}}.story{--story-gap: 50px;--main-clear: 75px;position:fixed;inset:0;z-index:var(--layer-5);transform-origin:center;background-color:rgb(var(--color-popup));overflow:hidden;animation:fade-in .25s ease forwards}.story.close{animation:fade-out .25s ease forwards}.story__slider{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.story__grid{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;perspective:1000px}.story__item{position:absolute;border-radius:12px;box-shadow:0 8px 32px rgb(var(--color-black),.6);will-change:transform;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform-origin:center center;cursor:pointer}.story__item>*{width:100%;height:100%}.story__item--far-left{transform:translate(calc(-320px - var(--story-gap) * 3 - var(--main-clear) * 2)) scale(1);z-index:0;opacity:0;pointer-events:none;width:150px;height:267px}@media screen and (min-width: 1600px){.story__item--far-left{width:200px;height:350px}}.story__item--prev-2{transform:translate(calc(-320px - var(--story-gap) * 2 - var(--main-clear))) scale(1);z-index:1;opacity:1;width:150px;height:267px}@media screen and (min-width: 1600px){.story__item--prev-2{width:200px;height:350px}}.story__item--prev-1{transform:translate(calc(-180px - var(--story-gap) - var(--main-clear))) scale(1);z-index:2;opacity:1;width:150px;height:267px}@media screen and (min-width: 1600px){.story__item--prev-1{width:200px;height:350px}}.story__item--main{transform:translate(0) scale(1);z-index:10;opacity:1;width:375px;height:95vh}@media screen and (min-width: 1600px){.story__item--main{width:490px}}.story__item--next-1{transform:translate(calc(180px + var(--story-gap) + var(--main-clear))) scale(1);z-index:2;opacity:1;width:150px;height:267px}@media screen and (min-width: 1600px){.story__item--next-1{width:200px;height:350px}}.story__item--next-2{transform:translate(calc(320px + var(--story-gap) * 2 + var(--main-clear))) scale(1);z-index:1;opacity:1;width:150px;height:267px}@media screen and (min-width: 1600px){.story__item--next-2{width:200px;height:350px}}.story__item--far-right{transform:translate(calc(320px + var(--story-gap) * 3 + var(--main-clear) * 2)) scale(1);z-index:0;opacity:0;pointer-events:none;width:150px;height:267px}@media screen and (min-width: 1600px){.story__item--far-right{width:200px;height:350px}}.story__item--hidden{opacity:0;pointer-events:none;transform:scale(0)}.story__item--animating{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.story__item--main__wrapper{width:100%;height:100%;position:relative;overflow:hidden}.story__item__profileDetails{position:absolute;top:0;left:0;width:100%;height:120px;padding:12px;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:column;gap:12px;z-index:15;background:linear-gradient(180deg,rgb(var(--color-black),.6),transparent)}.story__seePost{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background-color:rgb(var(--color-black),.6);color:rgb(var(--color-offwhite));text-decoration:none;border-radius:5px;font-size:.875rem;font-weight:600;transform-origin:bottom;animation:delay-dialog-transform .25s ease forwards}.story__seePost:after{border-left:solid transparent 10px;border-right:solid transparent 10px;border-top:solid rgb(var(--color-black),.6) 10px;bottom:-9px;content:" ";height:0;left:50%;margin-left:-13px;position:absolute;width:0}.story__video,.story__image{width:100%;height:100%;object-fit:cover;border-radius:12px}.story__no-story{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:rgb(var(--color-offwhite));font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none;pointer-events:none}.story__overlay__profileInfo{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;background:rgb(var(--color-black),.6);border-radius:12px;position:absolute;inset:0}.story__overlay__profileInfo--avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;padding:2px;margin-block-end:8px}.story__overlay__profileInfo--avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.story__overlay__profileInfo--name{font-size:.9375rem;font-weight:700;color:rgb(var(--color-offwhite));text-align:center}.story__overlay__profileInfo--time{font-size:.8rem;font-weight:500;color:rgb(var(--color-offwhite));font-family:var(--font-family-secondary);text-align:center}.story__progress{display:flex;gap:2px;position:absolute;top:16px;left:16px;right:16px;z-index:15}.story__progress-bar{flex:1;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.story__progress-fill{height:100%;background:rgb(var(--color-white));transition:width .05s linear;border-radius:2px}.story__header{display:flex;justify-content:space-between;position:absolute;align-items:center;top:32px;left:16px;right:16px;z-index:15}.story__user{display:flex;align-items:center;gap:8px}.story__avatar{padding:2px;width:40px;height:40px;border-radius:50%;overflow:hidden}.story__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.story__user-details{display:flex;flex-direction:column}.story__user-details-userInfo{display:flex;align-items:center;gap:5px}.story__user-details-meta{display:flex;align-items:center;gap:4px;margin-block-start:2px}.story__user-details-meta--text{font-size:.75rem;font-weight:700;color:rgb(var(--color-offwhite))}.story__username{color:rgb(var(--color-offwhite));font-size:14px;font-weight:700;display:flex;align-items:center;gap:4px}.story__verified{color:rgb(var(--color-primary));font-size:12px}.story__time{color:#ffffffb3;font-size:.75rem;font-weight:500;font-family:var(--font-family-secondary)}.story__actions{display:flex;align-items:center;gap:8px}.story .btn-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:var(--layer-0);width:fit-content;height:fit-content}.story .btn-nav:hover{border-color:#fff6}.story .btn-nav:disabled{opacity:.3;cursor:not-allowed}.story .btn-prev{left:-40px}.story .btn-next{right:-40px}.story__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:5;width:90%}.story__content-title{font-size:22px;font-weight:700;margin-bottom:12px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.story__content-subtitle{font-size:16px;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:1.4}.story__content-footer{font-size:16px;margin-top:40px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.story__watermark{font-size:14px;margin-top:8px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.story__footer{position:absolute;bottom:0;left:0;right:0;height:80px;padding:16px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.4) 30%,rgba(0,0,0,.8) 100%);border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;z-index:var(--layer-0)}.story__footer__wrapper{display:flex;gap:12px;align-items:center}.story__reply{flex:1}.story__input{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:10px 16px;color:rgb(var(--color-white));-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);font-size:14px;line-height:100%;outline:none}.story__input::placeholder{color:#fff9}.story__footer-actions{display:flex;gap:12px;min-width:32px}.story__footer-actions .btn-like.animate{animation:post-like-animation .45s ease-in-out forwards}.story__totalViews{position:absolute;bottom:0;left:0;right:0;height:50px;padding:16px;background:linear-gradient(180deg,transparent,rgb(var(--color-black),.6));border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;justify-content:flex-end;z-index:var(--layer-0)}.story__totalViews__wrapper{display:flex;justify-content:center;gap:10px;align-items:center;height:100%}.story__totalViews__wrapper__text{font-family:var(--font-family-secondary);font-weight:500;font-size:1rem;color:rgb(var(--color-offwhite))}.story .btn-forward{width:32px;height:32px;border-radius:50%;color:rgb(var(--color-primary));display:grid;place-items:center;flex-shrink:0}.story .btn-close{position:absolute;top:1rem;right:1rem;z-index:var(--layer-0)}.story .btn-logo{position:absolute;top:1rem;left:1rem;z-index:var(--layer-0)}@media (max-width: 768px){.story__item--prev-2,.story__item--prev-1,.story__item--next-1,.story__item--next-2{width:100px;height:178px}.story__item--prev-2{transform:translate(-140px) scale(.6)}.story__item--prev-1{transform:translate(-80px) scale(.75)}.story__item--main{width:280px;height:497px}.story__item--next-1{transform:translate(80px) scale(.75)}.story__item--next-2{transform:translate(140px) scale(.6)}.story .btn-prev{left:-40px}.story .btn-next{right:-40px}}.storyStatus{width:min(650px,100% - 2rem);margin-inline:auto;margin-block:1.25rem .625rem;flex-shrink:0;overflow-x:auto;overflow-y:hidden;position:relative;height:110px;scrollbar-width:none}.storyStatus::-webkit-scrollbar{display:none}.storyStatus__list{display:flex;align-items:center;justify-content:center;height:100%}.storyStatus__list:has(>:only-child){justify-content:flex-start}.storyStatus__list .slick-slider.slick-initialized .slick-prev{right:12px;top:28px}.storyStatus__list .slick-slider.slick-initialized .slick-next{right:18px;top:28px}.storyStatus__list .slick-slider.slick-initialized .slick-list .slick-track .slick-slide{width:104px!important}.storyStatus__list .slick-slider.slick-initialized .slick-next:before{font-size:41px;background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='20'%20cy='20'%20r='20'%20fill='black'/%3e%3cpath%20d='M24.5%2020C24.5%2020.1794%2024.4656%2020.3534%2024.3969%2020.522C24.3282%2020.6906%2024.2366%2020.8305%2024.1221%2020.9417L17.8015%2027.13C17.5496%2027.3767%2017.229%2027.5%2016.8397%2027.5C16.4504%2027.5%2016.1298%2027.3767%2015.8779%2027.13C15.626%2026.8834%2015.5%2026.5695%2015.5%2026.1883C15.5%2025.8072%2015.626%2025.4933%2015.8779%2025.2466L21.2366%2020L15.8779%2014.7534C15.626%2014.5067%2015.5%2014.1928%2015.5%2013.8117C15.5%2013.4305%2015.626%2013.1166%2015.8779%2012.87C16.1298%2012.6233%2016.4504%2012.5%2016.8397%2012.5C17.229%2012.5%2017.5496%2012.6233%2017.8015%2012.87L24.1221%2019.0583C24.2595%2019.1928%2024.3571%2019.3386%2024.4148%2019.4955C24.4725%2019.6525%2024.5009%2019.8206%2024.5%2020Z'%20fill='%23F2F2F2'/%3e%3c/svg%3e") no-repeat right}.storyStatus__list .slick-slider.slick-initialized .slick-prev:before{font-size:41px;background:url("data:image/svg+xml,%3csvg%20width='41'%20height='40'%20viewBox='0%200%2041%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='20.2734'%20cy='20'%20r='20'%20fill='black'/%3e%3cpath%20d='M15.7735%2020C15.7735%2019.8206%2015.8078%2019.6466%2015.8765%2019.478C15.9452%2019.3094%2016.0368%2019.1695%2016.1513%2019.0583L22.4719%2012.87C22.7238%2012.6233%2023.0444%2012.5%2023.4337%2012.5C23.8231%2012.5%2024.1437%2012.6233%2024.3956%2012.87C24.6475%2013.1166%2024.7734%2013.4305%2024.7734%2013.8117C24.7734%2014.1928%2024.6475%2014.5067%2024.3956%2014.7534L19.0368%2020L24.3956%2025.2466C24.6475%2025.4933%2024.7734%2025.8072%2024.7734%2026.1883C24.7734%2026.5695%2024.6475%2026.8834%2024.3956%2027.13C24.1437%2027.3767%2023.8231%2027.5%2023.4337%2027.5C23.0444%2027.5%2022.7238%2027.3767%2022.4719%2027.13L16.1513%2020.9417C16.0139%2020.8072%2015.9164%2020.6614%2015.8586%2020.5045C15.8009%2020.3475%2015.7725%2020.1794%2015.7735%2020Z'%20fill='%23F2F2F2'/%3e%3c/svg%3e") no-repeat right}.storyStatus__list__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;flex-shrink:0}.storyStatus__list__item__avatar{position:relative;width:85px;height:85px;overflow:visible;padding:3px}@media screen and (max-width: 1281px){.storyStatus__list__item__avatar{width:75px;height:75px}}.storyStatus__list__item__avatar--image{width:100%;height:100%;object-fit:cover;border-radius:50%;padding:4px}@media screen and (max-width: 1281px){.storyStatus__list__item__avatar--image{padding:2px}}.storyStatus__list__item__avatar--icon{position:absolute;bottom:3px;right:3px;width:24px;height:24px;border-radius:50%;background-color:rgb(var(--color-primary));border:2px solid rgb(var(--color-primary-text));display:grid;place-items:center}.storyStatus__list__item__name{font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text));line-height:100%;text-align:center}@media screen and (max-width: 1281px){.storyStatus__list__item__name{font-size:.8rem}}.storyStatus__list__item--add{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;flex-shrink:0}.storyStatus__list--forward,.storyStatus__list--backward{position:absolute;top:45%;width:26px;height:26px;background-color:rgb(var(--color-primary-text));border-radius:50%;overflow:hidden;display:grid;place-items:center;cursor:pointer;transform:translateY(-50%)}.storyStatus__list--forward{right:10px}.storyStatus__list--forward svg{margin-inline-start:2px}.storyStatus__list--backward{left:10px}.storyStatus__list--backward svg{margin-inline-start:-2px}.storyStatus--unviewed .storyStatus__list__item__avatar{padding:3px;background-image:linear-gradient(180deg,#ff3cac,#784ba0 25%,#2b86c5 75%,#42e695)}.storyStatus--viewed .storyStatus__list__item__avatar{border:2px dashed #d1d5db;padding:1px}.infoSidebar{display:flex;flex-direction:column;gap:1.5rem;margin-block:2rem .625rem;padding-inline:1rem 3rem;width:380px;position:sticky;top:2rem}@media screen and (max-width: 1281px){.infoSidebar{padding-inline:1rem}}@media screen and (max-width: 1150px){.infoSidebar{display:none}}.infoSidebar--userProfile__item{display:flex;align-items:center;gap:.75rem}.infoSidebar--userProfile__item__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.infoSidebar--userProfile__item__avatar img{width:100%;height:100%;object-fit:cover}.infoSidebar--userProfile__item__info{flex:1;display:flex;flex-direction:column}.infoSidebar--userProfile__item__info--name{color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:600;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;cursor:pointer}.infoSidebar--userProfile__item__cta{font-size:.8rem;font-weight:600;color:rgb(var(--color-primary))}.infoSidebar--suggestions{display:flex;flex-direction:column;gap:1rem}.infoSidebar--suggestions__header{display:flex;justify-content:space-between;align-items:center}.infoSidebar--suggestions__header--title{font-size:.875rem;font-weight:600;color:rgb(var(--color-secondary-text))}.infoSidebar--suggestions__header--link{font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-text))}.infoSidebar--suggestions__list{display:flex;flex-direction:column;gap:1rem}.infoSidebar--suggestions__list__item{display:flex;align-items:center;gap:.75rem}.infoSidebar--suggestions__list__item__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.infoSidebar--suggestions__list__item__avatar img{width:100%;height:100%;object-fit:cover}.infoSidebar--suggestions__list__item__info{flex:1;display:flex;flex-direction:column}.infoSidebar--suggestions__list__item__info--name{color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:600;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;cursor:pointer}.infoSidebar--suggestions__list__item__info--subtext{color:rgb(var(--color-secondary-text));font-size:.8rem;font-weight:500;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.infoSidebar--suggestions__list__item__cta{font-size:.8rem;font-weight:600;color:rgb(var(--color-primary))}.infoSidebar--footer{display:flex;flex-direction:column;gap:1rem;margin-block-start:1rem}.infoSidebar--footer__links{display:flex;flex-wrap:wrap}.infoSidebar--footer__links a{font-size:.75rem;font-weight:500;color:rgb(var(--color-secondary-text));text-decoration:none;padding:6px 12px;padding-block-end:0;position:relative;display:inline-flex;align-items:center;gap:.35rem}.infoSidebar--footer__links a:hover,.infoSidebar--footer__links a:focus-visible{text-decoration:underline}.infoSidebar--footer__links a:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.infoSidebar--footer__links a:not(:last-child):after{content:"";display:inline-block;width:1px;height:1px;border-radius:50%;background-color:rgb(var(--color-secondary-text));overflow:hidden;padding:1px;flex-shrink:0;position:absolute;right:0}.infoSidebar--footer__copyright{padding-inline-start:6px;font-size:.75rem;color:rgb(var(--color-secondary-text));text-transform:uppercase}.createPost{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.createPost--notification-view{z-index:var(--layer-5)}.createPost--closing{animation:fade-out .25s ease forwards}.createPost__popup{height:562.5px;overflow:hidden;background-color:rgb(var(--color-popup));border-radius:1rem;transition:all .2s ease-out;display:flex;flex-direction:column;max-width:calc(100% - 3rem);animation:delay-dialog .25s ease forwards;width:43.75rem}@media screen and (max-width: 1281px){.createPost__popup{height:500px}}.createPost__popup--closing{animation:delay-dialog-out .25s ease forwards}.createPost__popup--details-view{width:50rem}@media screen and (max-width: 1025px){.createPost__popup{height:550px;width:30rem}.createPost__popup--details-view{width:40rem}}.createPost__header{padding:.625rem .9375rem;display:flex;align-items:center;border-block-end:1px solid rgb(var(--color-border));background-color:inherit;flex-shrink:0}.createPost__button{padding:5px;cursor:pointer;border:none;background:none;line-height:1}.createPost__button--next,.createPost__button--done,.createPost__button--trim,.createPost__button--post{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:700}.createPost__button--back,.createPost__button--close{flex-shrink:0}.createPost__button:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.createPost__title-container{flex:1;text-align:center}.createPost__title{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:700}.createPost__body{overflow:hidden;display:flex;place-content:center;width:100%;height:100%;transition:all .3s ease-out}.createPost__body--details-view{display:flex;justify-content:space-between;align-items:center}.createPost__media-viewer{height:100%;width:100%;display:flex;position:relative;background-color:#000;box-shadow:2px 4px 6px #0003;transition:all .3s ease-out}.createPost__body--details-view .createPost__media-viewer{flex:1}.createPost__media-item,.createPost__media-item-container{width:100%;height:100%}.createPost__media-item img{object-fit:contain}.createPost__media-item .slick-initialized .slick-slide div{display:flex}.createPost__media-item__madia-position,.createPost__media-item__madia-position__height{display:inline-block!important;margin:auto!important;position:relative!important}.createPost__video-player{height:100%;width:100%;object-fit:contain;cursor:pointer}.createPost__footer{padding:.9375rem;display:flex;justify-content:space-between;align-items:center;gap:5rem;width:100%;bottom:0;z-index:var(--layer-0)}.createPost__footer--centered{justify-content:center}.createPost__edit-controls{display:flex;align-items:center;gap:1rem}.createPost__tool{position:relative;transition:all .3s ease-out;display:flex;align-items:center;gap:1rem}.createPost__tool--disabled{opacity:0;pointer-events:none}.createPost__tool-button{width:2rem;height:2rem;background-color:rgb(var(--color-quaternary),.7);border-radius:50%;display:grid;place-items:center;transition:all .3s ease-out;cursor:pointer;border:none}.createPost__tool-button:hover,.createPost__tool-button--active{background-color:rgb(var(--color-primary-d))}.createPost__tool-button:hover svg.iconPrimary--color,.createPost__tool-button--active svg.iconPrimary--color{color:rgb(var(--color-offwhite))!important}.createPost__tool-menu{width:8.5rem;background-color:rgb(var(--color-input-bg));padding-block:.5rem;border-radius:8px;position:absolute;bottom:2.625rem;left:0;transform-origin:left bottom;box-shadow:0 4px 4px #00000040;animation:delay-dialog .25s ease forwards}.createPost__tool-menu--closing{animation:delay-dialog-out .25s ease forwards}.createPost__tool-menu .cta{padding:.625rem .9375rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease-out;cursor:pointer}.createPost__tool-menu .cta:not(:last-child){border-block-end:1px solid #808080}.createPost__tool-menu .cta .text{color:rgb(var(--color-secondary-text));font-size:.75rem;font-weight:600}.createPost__tool-menu .cta .cta-crop-image{width:1.25rem;height:1.25rem}.createPost__tool-menu .cta .cta-crop-image svg{width:100%;height:100%}.createPost__tool-menu .cta.active .text{color:rgb(var(--color-primary-text))}.createPost__zoom-slider-container{display:none;background-color:rgb(var(--color-input-bg));padding:.25rem .625rem;border-radius:8px;width:6.25rem;position:absolute;bottom:3.5rem;left:4rem;height:32px;align-content:center;animation:slide-up-2 .25s ease forwards;box-shadow:0 4px 4px #00000040}.createPost__zoom-slider-container--active{display:block}.createPost__zoom-slider-container--closing{animation:slide-down-2 .25s ease forwards}.createPost__zoom-slider{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;vertical-align:middle}.createPost__zoom-slider:focus{outline:none}.createPost__zoom-slider::-webkit-slider-runnable-track{background-color:#999;border-radius:.5rem;height:2px}.createPost__zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-5px;background-color:rgb(var(--color-primary));width:.8rem;height:.8rem;border-radius:50%;box-shadow:0 4px 4px #00000040}.createPost__zoom-slider::-moz-range-track{background-color:rgb(var(--color-border));border-radius:.5rem;height:3px}.createPost__zoom-slider::-moz-range-thumb{border:none;border-radius:50%;background-color:rgb(var(--color-primary));width:.8rem;height:.8rem;box-shadow:0 4px 4px #00000040}.createPost__gallery-controls{display:flex;justify-content:center;align-items:center;overflow:hidden}.createPost__gallery{display:flex;gap:8px;align-items:center;justify-content:center;width:100%;background-color:rgb(var(--color-black),.7);border-top-left-radius:.625rem;border-top-right-radius:1rem;padding:.9375rem .625rem;position:absolute;bottom:3.875rem;left:0;animation:slide-up-2 .25s ease forwards;box-shadow:0 4px 4px #00000040}.createPost__gallery--closing{animation:slide-down-2 .25s ease forwards}.createPost__add-media-button{width:2.625rem;height:2.625rem;background-color:transparent;border:2px solid rgb(var(--color-offwhite));margin:5px 2px;display:grid;place-items:center;align-self:start;border-radius:.5rem;flex-shrink:0;cursor:pointer}.createPost__add-media-button input[type=file]{display:none}.createPost__footer-spacer{min-width:5rem;visibility:hidden;opacity:0}.createPost__gradient-overlay{opacity:.5;background:linear-gradient(0deg,#000,#0000);position:absolute;bottom:0;width:100%;height:8.125rem;pointer-events:none}.createPost__sidebar{height:100%;width:400px;min-width:400px;max-width:500px;display:flex;flex-direction:column;background-color:rgb(var(--color-secondary));overflow-y:auto}@media screen and (max-width: 1025px){.createPost__sidebar{width:350px;min-width:350px}}.createPost__loading-overlay{background-color:rgb(var(--color-quaternary),.7);position:absolute;inset:0;z-index:80;display:grid;place-content:center}.createPost__postShared{width:100%;height:100%;display:grid;place-items:center}.createPost__postShared__wrapper{text-align:center}.createPost__postShared__imageProgress{width:fit-content;margin-inline:auto;margin-block-end:1rem;width:100px;height:100px}.createPost__postShared__imageProgress img{width:100%;height:100%}.createPost__postShared__info{font-size:1rem;font-weight:600;color:rgb(var(--color-primary-text));margin-block-end:1rem}.createPost__postShared .btn-done{background-color:rgb(var(--color-primary));border-radius:500px;font-size:.9375rem;font-weight:500;color:rgb(var(--color-offwhite));padding:8px 1.5rem;text-align:center;will-change:transform;transition:background-color .25s ease,transform .25s ease}.createPost__postShared .btn-done:hover,.createPost__postShared .btn-done:focus-visible{transform:scale(.95)}.createPost .slick-dots{bottom:15px}.createPost .slick-dots .slick-active button:before{color:rgb(var(--color-primary))}.privacy{width:100%;height:100%;display:flex;flex-direction:column}.privacy__profile{padding:.9375rem;padding-block-end:.625rem}.privacy__profile-details{display:flex;gap:.5rem;align-items:center;margin-block-end:.9375rem}.privacy__profile-image{width:50px;height:50px;border-radius:50%;overflow:hidden}.privacy__profile-image img{width:100%;height:100%;object-fit:cover}.privacy__profile-info{flex:1;display:flex;flex-direction:column;gap:2px}.privacy__profile-name{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500}.privacy__location-button{padding:2px 4px;background-color:rgb(var(--color-location-bg));width:fit-content;border-radius:3px;cursor:pointer;display:flex;gap:2px;align-items:center}.privacy__location-button .text{color:rgb(var(--color-primary-d));font-size:.8rem}.privacy__caption-container{display:flex;align-items:flex-start;gap:6px}.privacy__caption-input{width:100%;resize:none;border:0;outline:0;padding:5px;color:rgb(var(--color-primary-text));font-size:.875rem;line-height:1.25;background-color:transparent}.privacy__caption-input::placeholder{color:rgb(var(--color-placeholder));font-size:.875rem}.privacy__emoji-button{width:1rem;height:1rem;padding-block-start:5px;cursor:pointer}.privacy__section-title{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600;margin-block-end:8px;padding-inline:.9375rem;line-height:1.35}.privacy__section-subtitle{color:rgb(var(--color-description));font-size:.9375rem;line-height:normal;padding-inline:.9375rem;padding-block-end:5px}.privacy__option-list .option{padding:.9375rem;display:flex;align-items:center;gap:.9375rem;border-block-end:.5px solid rgb(var(--color-border))}.privacy__option-list .option:last-child{border:none}.privacy__option-list .option .info{flex:1;display:flex;align-items:center;gap:10px;cursor:pointer}.privacy__option-list .option .info .text-wrapper{flex:1;display:flex;flex-direction:column;gap:1px}.privacy__option-list .option .info .title{font-size:.875rem;font-weight:500;color:rgb(var(--color-primary-text))}.privacy__option-list .option .info .sub-text{color:rgb(var(--color-description));font-size:.8rem}.privacy__option-list .option .more-icon{width:.625rem;height:1rem;cursor:pointer}.privacy__option-list .option .more-icon svg{width:100%;height:100%}.toggle-switch .switch{width:38px;height:22px;background-color:rgb(var(--color-description));border-radius:25px;padding:2px;display:flex;align-items:center;cursor:pointer;transition:background-color .3s}@media screen and (max-width: 1025px){.toggle-switch .switch{width:32px;height:18px}}.toggle-switch .switch--toggled{background-color:rgb(var(--color-primary-d))}.toggle-switch .switch--toggled .knob{transform:translate(100%)}.toggle-switch .knob{width:15px;height:15px;background-color:rgb(var(--color-white));border-radius:50%;margin:2px;transition:background-color .3s,transform .3s;transform:translate(0)}@media screen and (max-width: 1025px){.toggle-switch .knob{width:12px;height:12px}}.createPost__dots-container .media-wrapper{display:flex;align-items:center;position:relative;height:100%;width:100%}.createPost__dots-container .media-wrapper .tag{position:absolute;z-index:10}.createPost__dots-container .Imagedots{height:6px;width:6px;background-color:rgb(var(--color-white));margin:4px;border-radius:50%;cursor:pointer}.createPost__dots-container .activedots{height:8px;width:8px;background-color:rgb(var(--color-primary))}.slick-slider.slick-initialized{position:absolute;inset:0}.slick-slider.slick-initialized .slick-list,.slick-slider.slick-initialized .slick-list .slick-track,.slick-slider.slick-initialized .slick-list .slick-track .slick-slide,.slick-slider.slick-initialized .slick-list .slick-track .slick-slide .next-img{height:100%}.slick-slider.slick-initialized .slick-list .slick-track .slick-slide .slick-slide.slick-cloned>*{width:100%;height:100%}.slick-slider.slick-initialized .slick-prev{left:0;z-index:var(--layer-0)}.slick-slider.slick-initialized .slick-prev:before{font-size:41px;background:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='36'%20height='36'%20rx='18'%20transform='matrix(1%200%200%20-1%200%2036)'%20fill='black'%20fill-opacity='0.75'/%3e%3cg%20clip-path='url(%23clip0_1_11)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.6606%2018.6332C14.4919%2018.4644%2014.3971%2018.2355%2014.3971%2017.9969C14.3971%2017.7582%2014.4919%2017.5294%2014.6606%2017.3606L19.7519%2012.2693C19.8349%2012.1833%2019.9342%2012.1148%2020.044%2012.0676C20.1538%2012.0204%2020.2719%2011.9956%2020.3914%2011.9946C20.5109%2011.9935%2020.6294%2012.0163%2020.74%2012.0615C20.8506%2012.1068%2020.9511%2012.1736%2021.0356%2012.2581C21.1201%2012.3426%2021.187%2012.4431%2021.2322%2012.5537C21.2775%2012.6643%2021.3002%2012.7828%2021.2992%2012.9023C21.2982%2013.0218%2021.2733%2013.1399%2021.2262%2013.2497C21.179%2013.3595%2021.1104%2013.4589%2021.0245%2013.5419L16.5695%2017.9969L21.0245%2022.4519C21.1884%2022.6216%2021.2791%2022.849%2021.2771%2023.0849C21.275%2023.3209%2021.1804%2023.5466%2021.0135%2023.7135C20.8466%2023.8804%2020.6209%2023.975%2020.3849%2023.9771C20.149%2023.9791%2019.9216%2023.8884%2019.7519%2023.7245L14.6606%2018.6332Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_11'%3e%3crect%20width='21.6'%20height='21.6'%20fill='white'%20transform='matrix(-1%200%200%20-1%2028.7969%2028.7969)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat right;color:transparent}.slick-slider.slick-initialized .slick-next{right:25px;z-index:var(--layer-0)}.slick-slider.slick-initialized .slick-next:before{font-size:41px;background:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='36'%20height='36'%20rx='18'%20transform='matrix(-1%200%200%201%2036%200)'%20fill='black'%20fill-opacity='0.75'/%3e%3cg%20clip-path='url(%23clip0_1_20)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M21.3363%2017.3637C21.505%2017.5325%2021.5998%2017.7614%2021.5998%2018C21.5998%2018.2386%2021.505%2018.4675%2021.3363%2018.6363L16.245%2023.7276C16.162%2023.8136%2016.0627%2023.8821%2015.9529%2023.9293C15.8431%2023.9765%2015.725%2024.0013%2015.6055%2024.0023C15.486%2024.0034%2015.3674%2023.9806%2015.2568%2023.9353C15.1462%2023.8901%2015.0457%2023.8233%2014.9612%2023.7388C14.8767%2023.6543%2014.8099%2023.5538%2014.7647%2023.4432C14.7194%2023.3326%2014.6966%2023.214%2014.6977%2023.0945C14.6987%2022.975%2014.7235%2022.8569%2014.7707%2022.7471C14.8179%2022.6373%2014.8864%2022.538%2014.9724%2022.455L19.4274%2018L14.9724%2013.545C14.8085%2013.3753%2014.7177%2013.1479%2014.7198%2012.9119C14.7218%2012.676%2014.8165%2012.4502%2014.9834%2012.2834C15.1502%2012.1165%2015.376%2012.0218%2015.6119%2012.0198C15.8479%2012.0177%2016.0753%2012.1085%2016.245%2012.2724L21.3363%2017.3637Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1_20'%3e%3crect%20width='21.6'%20height='21.6'%20fill='white'%20transform='translate(7.2%207.2)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat right;color:transparent}.crop-container{width:100%;height:100%;position:relative}.slick-initialized .slick-slide>*{width:100%;height:100%}.slick-initialized .slick-slide>*>*{width:100%;height:100%}.upload-image>*{width:100%;height:100%}.slick-track{transition:all .25s ease}.slick-dots li{margin:0}.slick-dots li button:before{font-size:9px;color:rgb(var(--color-offwhite))}.slick-slide:not(.slick-active) .tag{display:none}.slick-slider.slick-initialized .slick-list .slick-track .slick-slide{position:relative}.media__wrapper{display:flex;align-items:center;overflow-x:auto;white-space:nowrap;scroll-snap-type:x mandatory;scroll-behavior:smooth}.media__wrapper .media{width:3.5rem;height:3.5rem;padding:5px 2px;border:2px solid transparent;transition:all .3s ease;position:relative;cursor:pointer}.media__wrapper .media .spinner{width:1.25rem;height:1.25rem}.media__wrapper .media:focus,.media__wrapper .media:hover{outline:0}.media__wrapper .media:focus .mediaDelete,.media__wrapper .media:hover .mediaDelete{display:grid}.media__wrapper .media img{width:100%;height:100%;object-fit:cover}.media__wrapper .media .mediaDelete{width:100%;height:50%;background:linear-gradient(210deg,#0000004d -8.48%,#0000 72.11%);position:absolute;right:0;top:0;display:none;place-items:center;transition:all .3s;overflow:hidden}.media__wrapper .media .mediaDelete img{width:1.2rem;height:1.2rem;position:absolute;right:3px;top:3px;pointer-events:auto}.media__wrapper .media.active{border:2px solid rgb(var(--color-primary));border-radius:5px;overflow:hidden}.media__wrapper .spinner-wrapper{height:100%;display:flex}.media__wrapper .spinner-wrapper .spinner{margin:auto}.media__wrapper:focus-visible{outline:2px solid rgb(var(--color-primary));outline-offset:2px;-moz-outline-radius:5px}.selectMedia{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.selectMedia--notification-view{z-index:var(--layer-5)}.selectMedia--closing{animation:fade-out .25s ease forwards}.selectMedia__dialog{height:562.5px;overflow:hidden;background-color:rgb(var(--color-popup));border-radius:1rem;transition:all .2s ease-out;display:flex;flex-direction:column;max-width:calc(100% - 3rem);animation:delay-dialog .25s ease forwards;width:43.75rem}@media screen and (max-width: 1281px){.selectMedia__dialog{height:500px}}.selectMedia__dialog__info{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.selectMedia__dialog__info--illustration{margin-block-end:.875rem}.selectMedia__dialog__info--title{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:700;margin-block-end:1.125rem}.selectMedia__dialog__info .btn-select{width:fit-content;background-color:rgb(var(--color-primary));border-radius:500px;font-size:16px;font-weight:600;color:rgb(var(--color-white));padding:10px 16px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.selectMedia__dialog__info .btn-select:hover,.selectMedia__dialog__info .btn-select:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.editPanel{max-width:500px;min-width:350px;width:350px;height:100%;background:rgb(var(--color-popup));border-left:1px solid rgb(var(--color-border));display:flex;flex-direction:column}.editPanel__tabs{display:flex;border-bottom:1px solid rgb(var(--color-border))}.editPanel__tabs>.editPanel__tab{flex:1;padding:10px;font-size:14px;font-weight:600;color:rgb(var(--color-primary-text));font-family:var(--font-family-secondary);transition:border}.editPanel__tabs>.editPanel__tab--active{border-bottom:2px solid rgb(var(--color-primary));color:rgb(var(--color-primary))}.editPanel__content{flex:1;overflow-y:auto;padding:14px 1.5rem}.editPanel__filters{display:flex;justify-content:center;flex-wrap:wrap;column-gap:1.25rem}.editPanel__filter-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.editPanel__filter-item--active .editPanel__filter-item--preview{border:2px solid rgb(var(--color-primary));padding:10px}.editPanel__filter-item--active .editPanel__filter-item--label{color:rgb(var(--color-primary))}.editPanel__filter-item--preview{width:120px;height:120px;border-radius:10px;overflow:hidden;transition:border .25s ease,padding .25s ease}.editPanel__filter-item--preview img{width:100%;height:100%;border-radius:10px;object-fit:cover}.editPanel__filter-item--label{font-size:.8rem;font-weight:600;color:rgb(var(--color-primary-text));font-family:var(--font-family-secondary);margin-block:.625rem}.editPanel__adjustments{display:flex;flex-direction:column;gap:1.125rem}.editPanel__adjustment{display:flex;flex-direction:column;gap:12px}.editPanel__adjustment:hover .editPanel__reset{opacity:1;pointer-events:auto}.editPanel__adjustment-top{display:flex;justify-content:space-between;align-items:center}.editPanel__adjustment-label{font-size:.875rem;font-weight:600;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text))}.editPanel__reset{font-size:.875rem;font-family:var(--font-family-secondary);font-weight:600;color:rgb(var(--color-primary));opacity:0;transition:opacity .2s ease;pointer-events:none}.editPanel__slider{-webkit-appearance:none;appearance:none;width:88%;height:1.5px;background:rgb(var(--color-border));outline:none;cursor:pointer;flex-shrink:0}.editPanel__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;border-radius:50%;background:rgb(var(--color-primary));cursor:pointer;border:none;box-shadow:0 0 4px #00000080}.editPanel__slider::-moz-range-thumb{width:1rem;height:1rem;border-radius:50%;background:rgb(var(--color-primary));cursor:pointer;border:none}.editPanel__slider--active{background:linear-gradient(to right,rgb(var(--color-primary)) var(--progress-percent),rgb(var(--color-border)) var(--progress-percent))}.editPanel__adjustment-value{display:inline-block;font-size:.875rem;font-weight:500;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));margin-inline-start:14px;transform:translateY(2px)}.postPanel{max-width:500px;min-width:350px;height:100%;width:350px;padding:1rem;overflow-y:auto}.postPanel__captionInput--textarea{resize:none;width:100%;height:125px;border:0;outline:none;background-color:rgb(var(--color-input-bg));border-radius:10px;padding:10px;color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:500}.postPanel__captionInput--textarea:-webkit-autofill,.postPanel__captionInput--textarea:-webkit-autofill:hover,.postPanel__captionInput--textarea:-webkit-autofill:focus,.postPanel__captionInput--textarea:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s,color 5000000s ease-in-out 0s}.postPanel__option{position:relative;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.postPanel__option.optionsPanel__option{flex-direction:column;align-items:flex-start}.postPanel__option__wrapper{padding:12px 0;display:flex;align-items:center;gap:.75rem;flex:1;width:100%}.postPanel__option__wrapper svg{flex-shrink:0}.postPanel__option__wrapper__info{display:flex;align-items:center;gap:.75rem;flex:1}.postPanel__option__wrapper--text{font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text))}.postPanel__option__wrapper .iconPrimary--color{transform:rotate(0);transition:transform .25s ease-in}.postPanel__option__wrapper .chevron{transform:rotate(90deg)}.postPanel__option--popup{width:315px;height:250px;border-radius:10px;background-color:rgb(var(--color-popup));position:absolute;top:3rem;left:0;z-index:var(--layer-0);box-shadow:0 0 5px #00000040}.postPanel__option--popup .popup--content{display:flex;flex-direction:column;height:100%}.postPanel__option--popup .popup--content__searchBar{background-color:rgb(var(--color-input-bg));border-radius:10px;padding:.75rem 1rem;color:rgb(var(--color-primary-text));display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin:12px}.postPanel__option--popup .popup--content__searchBar__input{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px}.postPanel__option--popup .popup--content__searchBar__input input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:.9375rem;font-weight:400;outline:none}.postPanel__option--popup .popup--content__profilesList{flex:1;height:100%;overflow-y:auto;padding:0 12px}.postPanel__option--popup .popup--content__profilesList__item{display:flex;align-items:center;gap:.75rem;padding-block:.5rem;cursor:pointer}.postPanel__option--popup .popup--content__profilesList__item--avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.postPanel__option--popup .popup--content__profilesList__item--avatar img{width:100%;height:100%;object-fit:cover}.postPanel__option--popup .popup--content__profilesList__item--info{display:flex;justify-content:space-between;align-items:center;flex:1;gap:.625rem}.postPanel__option--popup .popup--content__profilesList__item--info__textWrapper{display:flex;flex-direction:column;word-break:break-word}.postPanel__option--popup .popup--content__profilesList__item--info__textWrapper--name{font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-text));overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.postPanel__option--popup .popup--content__profilesList__item--info__textWrapper--subtext{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text));overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.postPanel__option--popup .popup--content__profilesList__item--info__selector input[type=checkbox]{position:absolute;opacity:0;height:0;width:0}.postPanel__option--popup .popup--content__profilesList__item--info__selector .checkmark{display:inline-flex;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;border:1.5px solid rgb(var(--color-primary-text));border-radius:50%;background-color:transparent;vertical-align:middle;transition:border-color .3s,background-color .3s;cursor:pointer}.postPanel__option--popup .popup--content__profilesList__item--info__selector .checkmark:after{content:"";display:inline-block;width:5.5px;height:10px;border:solid transparent;border-width:0 1.75px 1.75px 0;transform:rotate(45deg);margin-block-start:-2px;transition:border-color .3s}.postPanel__option--popup .popup--content__profilesList__item--info__selector input[type=checkbox]:checked+.checkmark{border:1.5px solid rgb(var(--color-primary-text))}.postPanel__option--popup .popup--content__profilesList__item--info__selector input[type=checkbox]:checked+.checkmark:after{border-color:rgb(var(--color-primary-text))}.postPanel__option--popup .popup--content .btn-done{margin:12px;background-color:rgb(var(--color-primary));border-radius:10px;font-size:.875rem;font-weight:500;color:rgb(var(--color-offwhite));padding:8px 10px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.postPanel__option--popup .popup--content .btn-done:hover,.postPanel__option--popup .popup--content .btn-done:focus-visible{transform:scale(.95)}.postPanel__option__locationSearch{width:315px;height:auto;min-height:250px;border-radius:10px;background-color:rgb(var(--color-popup));position:absolute;top:3rem;left:0;z-index:var(--layer-0);box-shadow:0 0 5px #00000040}.postPanel__option__locationSearch--content{display:flex;flex-direction:column;height:100%}.postPanel__option__locationSearch--content__searchBar{background-color:rgb(var(--color-input-bg));border-radius:10px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin:12px}.postPanel__option__locationSearch--content__searchBar input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:.9375rem;font-weight:400;outline:none}.postPanel__option__locationSearch--content__resultsList{flex:1;height:100%;overflow-y:auto;padding:0 12px}.postPanel__option__locationSearch--content__resultsList__item{display:flex;align-items:center;gap:.75rem;padding-block:.5rem;cursor:pointer}.postPanel__option__locationSearch--content__resultsList__item--info{display:flex;flex-direction:column;flex:1}.postPanel__option__locationSearch--content__resultsList__item--info--name{font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-text))}.postPanel__option__locationSearch--content__resultsList__item--info--subtext{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}.postPanel__option .audienceSelector__content{width:315px;height:auto;border-radius:10px;background-color:rgb(var(--color-popup));position:absolute;top:3rem;left:0;z-index:var(--layer-0);box-shadow:0 0 5px #00000040;display:flex;flex-direction:column;gap:.25rem}.postPanel__option .audienceSelector__content__optionsList{display:flex;flex-direction:column;gap:.75rem;padding-block:.75rem}.postPanel__option .audienceSelector__content__optionsList__item{display:flex;align-items:center;gap:.75rem;padding-inline:.75rem;cursor:pointer;border-radius:6px}.postPanel__option .audienceSelector__content__optionsList__item--info{flex:1;display:flex;justify-content:space-between;align-items:center}.postPanel__option .audienceSelector__content__optionsList__item--info--name{font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-text))}.postPanel__option .audienceSelector__content__optionsList__item--selector{position:relative}.postPanel__option .audienceSelector__content__optionsList__item--selector input[type=radio]{position:absolute;opacity:0;height:0;width:0}.postPanel__option .audienceSelector__content__optionsList__item--selector .checkmark{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:18px;width:18px;height:18px;vertical-align:middle}.postPanel__option .audienceSelector__content__optionsList__item--selector .checkmark:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.postPanel__option .audienceSelector__content__optionsList__item--selector .checkmark .radio-cmn{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;line-height:0;white-space:nowrap;cursor:pointer}.postPanel__option .audienceSelector__content__optionsList__item--selector .checkmark .offRadio{border:1.5px solid rgb(var(--color-primary-text));background-color:transparent;transition:border .25s ease}.postPanel__option .audienceSelector__content__optionsList__item--selector .checkmark .onRadio{will-change:transform;background-color:rgb(var(--color-primary-text));scale:0;transition:scale .25s ease}.postPanel__option .audienceSelector__content__optionsList__item--selector input[type=radio]:checked+.checkmark .onRadio,.postPanel__option .audienceSelector__content__optionsList__item--selector input[type=radio]:focus+.checkmark .onRadio{scale:.6}.postPanel__option .audienceSelector__content__optionsList__item--selector input[type=radio]:checked+.checkmark .offRadio,.postPanel__option .audienceSelector__content__optionsList__item--selector input[type=radio]:focus+.checkmark .offRadio{border-color:rgb(var(--color-primary-text))}.postPanel__option .audienceSelector__content__infoBox{padding:.75rem 1rem;padding-block-start:0}.postPanel__option .audienceSelector__content__infoBox--text{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}.postPanel__option .optionsPanel__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.postPanel__option .optionsPanel__content__inner{overflow:hidden;display:flex;flex-direction:column;gap:1.125rem}.postPanel__option .optionsPanel__content__item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.postPanel__option .optionsPanel__content__item--info{display:flex;flex-direction:column;gap:.25rem}.postPanel__option .optionsPanel__content__item--info--title{font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-text))}.postPanel__option .optionsPanel__content__item--info--subtext{font-size:.75rem;font-weight:500;color:rgb(var(--color-secondary-text))}.postPanel__option .optionsPanel__content__item .off{width:37px;height:20px;background-color:rgb(var(--color-secondary-text));border-radius:25px;padding:1px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;transition:background-color .3s;flex-shrink:0}.postPanel__option .optionsPanel__content__item .off .on{width:15px;height:15px;background-color:rgb(var(--color-secondary));border-radius:50%;margin:2px;transition:background-color .3s,transform .3s;transform:translate(0)}.postPanel__option .optionsPanel__content__item .off.toggled .on{transform:translate(100%)}.postPanel__option .optionsPanel__content__item .off.toggled{background-color:rgb(var(--color-primary-d))}.postPanel__option .optionsPanel__content.optionsPanel__content--open{grid-template-rows:1fr}.postPanel__option--hashtags .popup--content{max-height:250px}.postPanel__option--hashtags .popup--content__searchBar{background-color:rgb(var(--color-input-bg));border-radius:10px;padding:.75rem 1rem;color:rgb(var(--color-primary-text));display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin:12px 0}.postPanel__option--hashtags .popup--content__searchBar__input{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px}.postPanel__option--hashtags .popup--content__searchBar__input input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:.9375rem;font-weight:400;outline:none}.postPanel__option--hashtags .popup--content__hashtags{flex:1;height:100%;overflow-y:auto;padding:0 12px}.postPanel__option--hashtags .popup--content__hashtags__item{display:flex;align-items:center;gap:.75rem;padding-block:.5rem;cursor:pointer}.postPanel__option--hashtags .popup--content__hashtags__item--info,.postPanel__option--hashtags .popup--content__hashtags__item--info__textWrapper{display:flex;justify-content:space-between;align-items:center;flex:1}.postPanel__option--hashtags .popup--content__hashtags__item--info__textWrapper--name{font-size:.875rem;font-weight:500;color:rgb(var(--color-primary-text))}.postPanel__option--hashtags .popup--content__hashtags__item--info__textWrapper--subtext{font-size:.8rem;font-weight:400;color:rgb(var(--color-secondary-text));font-family:var(--font-family-secondary)}.postPanel__option--hashtags .popup--content__hashtags__item--info__selector input[type=checkbox]{position:absolute;opacity:0;height:0;width:0}.postPanel__option--hashtags .popup--content__hashtags__item--info__selector .checkmark{display:inline-flex;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;border:1.5px solid rgb(var(--color-primary-text));border-radius:50%;background-color:transparent;vertical-align:middle;transition:border-color .3s,background-color .3s;cursor:pointer}.postPanel__option--hashtags .popup--content__hashtags__item--info__selector .checkmark:after{content:"";display:inline-block;width:5.5px;height:10px;border:solid transparent;border-width:0 1.75px 1.75px 0;transform:rotate(45deg);margin-block-start:-2px;transition:border-color .3s}.postPanel__option--hashtags .popup--content__hashtags__item--info__selector input[type=checkbox]:checked+.checkmark{border:1.5px solid rgb(var(--color-primary-text))}.postPanel__option--hashtags .popup--content__hashtags__item--info__selector input[type=checkbox]:checked+.checkmark:after{border-color:rgb(var(--color-primary-text))}@keyframes dropdownIn{0%{max-height:0;opacity:0}to{max-height:300px;opacity:1}}.unblockProfileModal,.discardPostPopup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.unblockProfileModal.close,.discardPostPopup.close{animation:fade-out .25s ease forwards}.unblockProfileModal__dialog,.discardPostPopup__dialog{width:450px;background-color:rgb(var(--color-popup));border-radius:.5rem;animation:delay-dialog .25s ease forwards}.unblockProfileModal__dialog.close,.discardPostPopup__dialog.close{animation:delay-dialog-out .25s ease forwards}.unblockProfileModal__dialog--info,.discardPostPopup__dialog--info{padding:1.25rem;padding-block-start:1.5rem;text-align:center}.unblockProfileModal__dialog--info h4,.discardPostPopup__dialog--info h4{width:100%;font-size:1.125rem;font-weight:700;color:rgb(var(--color-primary-text));margin-block-end:.875rem}.unblockProfileModal__dialog--info__subInfo,.discardPostPopup__dialog--info__subInfo{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500}.unblockProfileModal__dialog--cta,.discardPostPopup__dialog--cta{display:flex;flex-direction:column}.unblockProfileModal__dialog--cta>*,.discardPostPopup__dialog--cta>*{padding:.9375rem;font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text))}.unblockProfileModal__dialog--cta .btn-unblock,.unblockProfileModal__dialog--cta .btn-discard,.discardPostPopup__dialog--cta .btn-unblock,.discardPostPopup__dialog--cta .btn-discard{color:rgb(var(--color-error));border-block:.5px solid rgb(var(--color-border))}.homeView{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;backface-visibility:hidden;display:flex;align-items:flex-start}.homeView__postsSection{display:flex;flex-direction:column;flex:1}.writeThought{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(470px,100% - 2rem);margin-inline:auto;margin-block:1.25rem}@media screen and (max-width: 1281px){.writeThought{width:min(400px,100% - 2rem)}}.writeThought__input{display:flex;align-items:center;background-color:rgb(var(--color-input-bg));border-radius:500px;flex:1}.writeThought__input:has(.writeThought__input--image) .writeThought__input--wrapper{padding-inline:1rem}.writeThought__input--image{width:2.875rem;height:2.875rem;border-radius:50%;overflow:hidden;flex-shrink:0}.writeThought__input--image img{width:100%;height:100%;object-fit:cover}.writeThought__input--animated-placeholder{position:absolute;top:50%;left:1.5rem;right:1.5rem;transform:translateY(-50%);font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text));pointer-events:none;white-space:nowrap;z-index:1;overflow:hidden;transition:opacity .3s ease}.writeThought__input--wrapper{width:100%;padding:.7rem 1.5rem;position:relative;overflow:hidden}.writeThought__input--wrapper input[type=text]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;color:rgb(var(--color-primary-text));width:100%;font-size:.9375rem;font-weight:500;line-height:100%;outline:none}.writeThought__input--wrapper input[type=text]::placeholder{color:rgb(var(--color-primary-text))}.writeThought__input--wrapper--wrapper input[type=text]:focus~.writeThought__input--wrapper--animated-placeholder,.writeThought__input--wrapper--wrapper input[type=text]:not(:placeholder-shown)~.writeThought__input--wrapper--animated-placeholder{opacity:0}@media screen and (max-width: 1281px){.writeThought__input--wrapper .writeThought{width:min(400px,100% - 2rem)}}.writeThought__input .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.writeThought__upload{width:fit-content;height:fit-content;cursor:pointer}.loginPage{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-inline:2rem}.loginPage__wrapper{width:100%;margin-inline:1rem;height:90vh;margin-inline:auto;border-radius:1rem;overflow:hidden;max-width:1000px;box-shadow:0 4px 15px rgb(var(--color-primary),.4)}@media screen and (max-width: 1281px){.loginPage__wrapper{max-width:850px}}@media screen and (max-width: 1025px) and (max-height: 1380px){.loginPage__wrapper{max-height:35rem}}@media screen and (min-width: 1600px){.loginPage__wrapper{max-height:90vh}}.loginPage__wrapper--heroSection{height:100%;display:flex;align-items:center;position:relative}.loginPage__wrapper--heroSection .heroSection--image{height:100%;position:absolute;left:0;width:54%}.loginPage__wrapper--heroSection .heroSection--image img{width:100%;height:100%;object-fit:cover}.loginPage__wrapper--heroSection .heroSection__details{height:100%;width:50%;background-color:rgb(var(--color-secondary));border-top-left-radius:35px;border-bottom-left-radius:35px;position:absolute;right:0;z-index:var(--layer-0)}@media screen and (max-width: 1025px){.loginPage__wrapper--heroSection .heroSection__details.userIntrests__details .heroSection__details__wrapper{justify-content:flex-start;gap:20px;padding:1rem 24px}}.loginPage__wrapper--heroSection .heroSection__details__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;height:100%;margin-inline:auto;overflow-y:auto;padding:1rem 50px}@media screen and (max-width: 1281px){.loginPage__wrapper--heroSection .heroSection__details__wrapper{gap:20px;padding:1rem 30px}}@media screen and (max-width: 900px){.loginPage__wrapper--heroSection .heroSection__details__wrapper{gap:16px;padding:.875rem 24px}}.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__title{font-size:1.75rem;font-weight:700;color:rgb(var(--color-tertiary));margin-bottom:1rem;text-align:center}@media screen and (max-width: 1281px){.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__title{font-size:1.625rem}}@media screen and (max-width: 900px){.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__title{font-size:1.45rem}}.loginPage__wrapper--heroSection .heroSection__details__wrapper .username-input-wrapper{position:relative;display:flex;align-items:center}.loginPage__wrapper--heroSection .heroSection__details__wrapper .username-valid-tick{position:absolute;right:10px;display:flex;align-items:center;z-index:0}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__logo--login{margin-block-end:1.625rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__description,.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo{font-size:16px;text-align:center}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__description--text,.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo--text{color:rgb(var(--color-tertiary))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__description .info__text--terms,.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo .info__text--terms{font-weight:700;color:rgb(var(--color-tertiary));text-decoration:underline}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo{font-weight:500;color:rgb(var(--color-tertiary))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next{width:100%;background-color:rgb(var(--color-primary));border-radius:500px;font-size:18px;font-weight:600;color:rgb(var(--color-white));padding:12px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred:hover,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred:focus-visible,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google:hover,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google:focus-visible,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next:hover,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}@media screen and (max-width: 1281px){.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next{font-size:1rem;padding:10px}}.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__group--error{font-size:.8rem;color:rgb(var(--color-error));padding-inline-start:.5rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next svg,.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred svg{animation:moveArrowRight 1.5s ease-in-out forwards;animation-iteration-count:infinite}.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google{gap:6px}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel--form{display:flex;flex-direction:column;gap:1.5rem;width:100%}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group,.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper{display:flex;flex-direction:column}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper{display:flex;gap:.35rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper__names{display:flex;gap:1.5rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper__names>*{flex:1}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--error{font-size:.8rem;color:rgb(var(--color-error));padding-inline-start:.5rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input{width:100%;padding:1rem;background-color:rgb(var(--color-input-bg));border:1px solid transparent;border-radius:1rem;font-size:1rem;font-weight:500;color:rgb(var(--color-tertiary));outline:none;transition:border-color .2s ease-in-out}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input::-webkit-clear-button{display:none}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input:focus{border-color:rgb(var(--color-primary))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group{position:relative}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group .form__group--label{font-weight:500;position:absolute;top:1rem;left:1rem;color:rgb(var(--color-tertiary));pointer-events:none;transition:all .2s ease-out}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group .form__input:focus~.form__group--label,.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group .form__input:not(:placeholder-shown)~.form__group--label{top:-1.5rem;font-size:.875rem;color:rgb(var(--color-tertiary))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group:focus-within .form__group--label,.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group:has(.react-datepicker__input-container input:not(:placeholder-shown)) .form__group--label{top:-1.5rem;font-size:.875rem;color:rgb(var(--color-tertiary))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--dob__icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;cursor:pointer}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--gender{font-size:.9rem;font-weight:500;color:rgb(var(--color-tertiary))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--genderInfo{display:flex;gap:1rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .gender__option{flex:1;padding:.9rem 1rem;border:none;background-color:rgb(var(--color-input-bg));border-radius:1rem;font-size:1rem;font-weight:500;color:rgb(var(--color-tertiary));cursor:pointer;text-align:center;transition:all .2s ease-in-out}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .gender__option.active{background-color:rgb(var(--color-primary));color:rgb(var(--color-secondary));box-shadow:0 4px 15px rgb(var(--color-primary),.4)}.loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .btn-next{font-weight:600;align-self:center;width:fit-content;margin-block-start:1rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__group{width:100%}.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__group #username{width:100%;text-align:center;padding:1rem;background-color:rgb(var(--color-input-bg));border:1px solid transparent;border-radius:1rem;font-size:1rem;font-weight:500;color:rgb(var(--color-tertiary));outline:none;transition:border-color .2s ease-in-out;padding-inline-end:35px}.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__group #username:focus{border-color:rgb(var(--color-primary))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .form__group .username__error{font-size:.8rem;color:rgb(var(--color-error));margin-block-start:.25rem;padding-inline-start:.5rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-changeUsername{color:rgb(var(--color-tertiary));font-weight:600;text-decoration:underline}.loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion{width:100%}.loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__text{display:inline-block;font-size:1.25rem;font-weight:600;color:rgb(var(--color-tertiary));margin-block-end:.7rem}@media screen and (max-width: 1281px){.loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__text{font-size:1.125rem}}.loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;border-radius:1rem;overflow:hidden}.loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper .suggestion--username{padding:.875rem 1.625rem;background-color:rgb(var(--color-input-bg));border:1px solid transparent;font-size:1.125rem;font-weight:500;color:rgb(var(--color-tertiary));outline:none;width:100%;transition:border-color .2s ease-in-out;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper .suggestion--username.active{background-color:rgb(var(--color-primary-l));box-shadow:0 4px 15px rgb(var(--color-primary),.4)}@media screen and (max-width: 1281px){.loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper .suggestion--username{font-size:1rem;padding:.75rem 1.5rem}}.loginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next{width:fit-content;padding-inline:4rem;padding-block:10px;font-size:1rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto{width:100%}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper{width:150px;height:150px;border-radius:50%;background-color:rgb(var(--color-profile-bg-d));display:grid;place-items:center;position:relative;margin-inline:auto;margin-block-end:2rem;cursor:pointer}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover;position:absolute;inset:0}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper .edit-image{width:2.25rem;height:2.25rem;border-radius:50%;background-color:rgb(var(--color-primary));border:2.5px solid rgb(var(--color-secondary));display:grid;place-items:center;position:absolute;right:0;bottom:.625rem;cursor:pointer}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper .edit-image svg{width:65%;height:65%;border-radius:none}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper .edit-image:focus-visible{box-shadow:0 0 0 2px rgb(var(--color-focused))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta{display:flex;align-items:center;justify-content:space-between;gap:3rem}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta>*{flex:1}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-skip{padding-block:10px;background-color:rgb(var(--color-secondary));color:rgb(var(--color-primary));border:2px solid rgb(var(--color-primary));border-radius:500px;font-size:1rem;font-weight:600;will-change:transform;transition:all .2s ease-in-out}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-skip:hover,.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-skip:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-white))}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-next{padding-inline:0}.loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-next .spinner svg{animation:none}.loginPage__wrapper--heroSection .userIntrests__details .btn-next .spinner svg{animation:none}.loginPage__wrapper--heroSection .heroSection__interests{width:100%}.loginPage__wrapper--heroSection .heroSection__interests--wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;width:100%}.loginPage__wrapper--heroSection .userIntrests__description .form__title{margin-block-end:0}.loginPage__wrapper--heroSection .userIntrests__description .heroSection__description--text{font-weight:500;color:rgb(var(--color-secondary-text))}.loginPage__wrapper--heroSection .interest__option{padding-inline:1.125rem;padding-block:10px;font-size:1rem;background-color:rgb(var(--color-button-bg));border-radius:500px;font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text));transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.loginPage__wrapper--heroSection .interest__option:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.loginPage__wrapper--heroSection .interest__option.active{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite));box-shadow:0 4px 15px #6200ea66}.loginPage__wrapper--heroSection .interest__option--icon{font-size:1.25rem}.loginPage__wrapper--heroSection .interest__option--label{font-weight:600}.loginPage__wrapper--heroSection .interest__error{font-size:.9375rem;color:rgb(var(--color-error))}.loginHeader{width:100%;background:rgb(var(--color-secondary));height:75px;border-block-end:1px solid rgb(var(--color-border));margin-block-end:2.5rem;padding-inline:2rem}.loginHeader__wrapper{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1200px;margin-inline:auto}.loginHeader__logo{cursor:pointer}.loginHeader__logo a{display:flex;align-items:center;gap:.9875rem}.loginHeader__nav{display:flex;align-items:center;gap:2rem}@media screen and (max-width: 921px){.loginHeader__nav{display:none}}.loginHeader__nav-list{display:flex;justify-content:center;align-items:center;gap:2rem}.loginHeader__nav-item{position:relative}.loginHeader__nav-item__text{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.625rem;transition:color .25s ease}.loginHeader__nav-item__text:hover,.loginHeader__nav-item__text.active{color:rgb(var(--color-primary))}.loginHeader__featuresMenu{position:absolute;top:1.625rem;left:50%;transform:translate(-50%);background:rgb(var(--color-secondary));border-radius:8px;min-width:180px;padding:.5rem 0;border:1px solid rgba(255,255,255,.03);box-shadow:0 12px 30px #0009;display:none;z-index:var(--layer-0)}.loginHeader__nav-item--features:hover .loginHeader__featuresMenu{display:block}.loginHeader__featuresMenu-item{list-style:none;padding:0;width:100%}.loginHeader__featuresMenu-item__text{width:100%;display:inline-block;padding:.75rem 1rem;color:rgb(var(--color-primary-text));font-size:1rem;font-weight:500;transition:color .25s ease}.loginHeader__featuresMenu-item__text:hover{color:rgb(var(--color-primary))}.loginHeader__cta--download{display:inline-block;padding:.5rem 1.5625rem;border-radius:6px;background:rgb(var(--color-primary));color:rgb(var(--color-offwhite));font-weight:600;font-size:.9375rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.loginHeader__cta--download:hover,.loginHeader__cta--download:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-offwhite))}@media (max-width: 900px){.loginHeader .loginHeader__nav-list{gap:.75rem}.loginHeader .loginHeader__nav-list>.loginHeader__nav-item:not(:last-child){display:none}}.loginFooter{width:100%;background:rgb(var(--color-secondary));color:rgb(var(--color-primary-text));border-block-start:1px solid rgb(var(--color-border));margin-block-start:2.5rem}.loginFooter__section--about{padding-inline-end:1rem}@media screen and (max-width: 921px){.loginFooter__section--about--links{padding-inline-end:0}}@media screen and (max-width: 921px){.loginFooter__section--links{text-align:center}}.loginFooter__main{padding-inline:2rem;padding-block:1.25rem}.loginFooter__main__wrapper{max-width:1200px;margin-inline:auto;padding-block:1.25rem;display:grid;grid-template-columns:1fr 280px 360px;gap:3rem;align-items:start}@media screen and (max-width: 921px){.loginFooter__main__wrapper{grid-template-columns:repeat(3,1fr)}}.loginFooter__logo{cursor:pointer;margin-bottom:1.375rem}.loginFooter__logo a{display:flex;align-items:center;gap:.9875rem}.loginFooter__description{font-size:1rem;font-weight:500;line-height:1.6;color:rgb(var(--color-primary-text));margin-block-end:1.25rem}.loginFooter__socials{display:flex;align-items:center;gap:1rem;margin-block-end:1rem}.loginFooter__socials__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgb(var(--color-primary));color:rgb(var(--color-offwhite));font-size:1.125rem;will-change:background,transform;transition:transform .2s ease,background .2s ease}.loginFooter__socials__icon svg{width:23px;height:23px;fill:rgb(var(--color-white))}.loginFooter__socials__icon:hover{transform:scale(.9);background:rgb(var(--color-primary-d))}.loginFooter__about{flex:1 1 auto}.loginFooter__about__title{font-size:1.125rem;font-weight:600;margin-block-end:1rem;color:rgb(var(--color-primary-text))}.loginFooter__about__list{display:flex;flex-direction:column;gap:.625rem}.loginFooter__about__list__item{color:rgb(var(--color-secondary-text));font-size:1rem;transition:color .2s ease}.loginFooter__about__list__item:hover{color:rgb(var(--color-primary))}.loginFooter__newsletter{max-width:360px}.loginFooter__heading{font-size:1.5rem;font-weight:600;color:rgb(var(--color-primary-text));margin-bottom:1.375rem}@media screen and (max-width: 769px){.loginFooter__heading{font-size:1.125rem}}.loginFooter__list{display:flex;flex-direction:column;gap:.75rem}.loginFooter__list__item a{color:rgb(var(--color-primary-text));text-decoration:none;font-size:1rem;font-weight:500;transition:color .25s ease}.loginFooter__list__item a:hover{color:rgb(var(--color-primary))}.loginFooter__copyright{border-block-start:1px solid rgb(var(--color-border));padding-block:1.25rem;padding-inline:2rem}.loginFooter__copyright__wrapper{max-width:1200px;margin-inline:auto;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.loginFooter__copyright__link,.loginFooter__copyright__text{font-size:.9375rem;font-weight:500;color:inherit;transition:color .25s ease;color:rgb(var(--color-primary-text))}.loginFooter__copyright__link:hover{color:rgb(var(--color-primary))}.loginFooter__newsletter__text{margin-bottom:1.375rem;font-weight:500}.loginFooter__form{display:flex;gap:.75rem;align-items:center}@media screen and (max-width: 769px){.loginFooter__form{flex-direction:column;align-items:flex-start}}.loginFooter__form__input{flex:1;padding:.625rem;font-size:.875rem;font-weight:500;line-height:20px;border:none;background:rgb(var(--color-offwhite));color:#444;outline:none}@media screen and (max-width: 921px){.loginFooter__form__input{width:100%}}.loginFooter__form .btn-subscribe{padding:.625rem 1rem;font-size:.875rem;line-height:20px;background-color:#444;color:rgb(var(--color-offwhite));font-weight:600}@media screen and (max-width: 769px){.loginFooter__form .btn-subscribe{flex:1;width:100%}}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.editImage{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.editImage.close{animation:fade-out .25s ease forwards}.editImage .dialog{width:600px;background-color:rgb(var(--color-secondary));overflow:hidden;box-shadow:0 0 14px #00000040;animation:delay-dialog .25s ease forwards}.editImage .dialog.close{animation:delay-dialog-out .25s ease forwards}.editImage .dialog .header{display:flex;justify-content:space-between;align-items:center;background-color:rgb(var(--color-primary-d));padding:.75rem .875rem}.editImage .dialog .header .adjust-heading,.editImage .dialog .header .retake-heading{display:flex;align-items:center;gap:.625rem}.editImage .dialog .header .adjust-heading h4,.editImage .dialog .header .adjust-heading .text,.editImage .dialog .header .retake-heading h4,.editImage .dialog .header .retake-heading .text{color:rgb(var(--color-tertiary));font-size:1.25rem;font-weight:500;line-height:1.35}.editImage .dialog .header .adjust-heading .text,.editImage .dialog .header .retake-heading .text{font-size:1rem;font-weight:400}.editImage .dialog .header .adjust-heading .btn-close,.editImage .dialog .header .retake-heading .btn-close{padding:4px}.editImage .dialog .header .retake-heading{gap:5px;cursor:pointer}.editImage .dialog .header .retake-heading .retake:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.editImage .dialog .photo-container{background-color:rgb(var(--color-secondary));height:400px;position:relative}.editImage .dialog .photo-container .container{width:100%;height:100%;position:absolute;inset:0}.editImage .dialog .photo-container .container .crop-container{position:static}.editImage .dialog .photo-container img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 64.0625em){.editImage .dialog .photo-container{height:350px;position:relative}}.editImage .dialog .extra-space{height:52px;background-color:rgb(var(--color-white));position:relative}@media screen and (max-width: 1025px){.editImage .dialog .extra-space{height:70px}}.editImage .dialog .extra-space .done-icon{background-color:rgb(var(--color-primary));width:fit-content;margin-inline-start:auto;margin-inline-end:3rem;padding:.75rem;border-radius:50%;cursor:pointer;transform:translateY(-50%)}.editImage .dialog .extra-space .done-icon svg{width:25px;height:25px}.editImage .dialog .extra-space .done-icon:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-focused))}.search{position:absolute;top:0;left:94px;height:100%;width:450px;background-color:rgb(var(--color-secondary));box-shadow:4px 0 22px 0 var(--color-box-shadow-l);z-index:var(--layer-5);animation:slide-in-left .25s ease forwards}.search.close{animation:slide-out-left .25s ease forwards}.search__wrapper,.search__wrapper--info{height:100%;display:flex;flex-direction:column}.search__wrapper--info__heading{margin-block-start:2rem;border-block-end:.5px solid rgb(var(--color-border))}.search__wrapper--info__heading h3{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text));margin-inline:1.5rem;margin-block-end:1.125rem}.search__wrapper--info__heading--search{margin:.875rem 1.5rem}.search__wrapper--info__heading--search__wrapper{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.search__wrapper--info__heading--search__wrapper input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.search__wrapper--info__profiles{height:100%;overflow-y:auto}.search__wrapper--info__profiles ::-webkit-scrollbar{display:none}.search__wrapper--info__profiles--recent{display:flex;justify-content:space-between;align-items:center;margin:1.5rem;margin-block-end:1rem}.search__wrapper--info__profiles--recent__text,.search__wrapper--info__profiles--recent__clear{font-size:1rem;font-weight:600;color:rgb(var(--color-primary-text))}.search__wrapper--info__profiles--recent__clear{cursor:pointer}.search__wrapper--info__profiles--profileList{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto}.search__wrapper--info__profiles--profileList__listItem{display:flex;align-items:center;flex-shrink:0;height:4.375rem;padding-inline:1.5rem;overflow-x:hidden;transition:all .25ms ease;cursor:pointer}.search__wrapper--info__profiles--profileList__listItem--image{width:3.125rem;height:3.125rem;border-radius:50%;margin-inline-end:.75rem;position:relative;flex-shrink:0}.search__wrapper--info__profiles--profileList__listItem--image__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.search__wrapper--info__profiles--profileList__listItem--info{display:flex;justify-content:space-between;align-items:center;flex:1 1}.search__wrapper--info__profiles--profileList__listItem--info__name{display:flex;flex-direction:column;align-items:flex-start}.search__wrapper--info__profiles--profileList__listItem--info__name--text{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.search__wrapper--info__profiles--profileList__listItem--info__name--message{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.search__wrapper--info__profiles--noResult{height:100%;display:flex;justify-content:center;align-items:center}.search__wrapper--info__profiles--noResult__text{font-size:.875rem;color:rgb(var(--color-secondary-text))}.user-media{width:100%;height:100%;overflow-y:auto;min-height:50vh;-ms-overflow-style:none;scrollbar-width:none}.user-media::-webkit-scrollbar{width:0;height:0}.user-media__container{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.user-media__item{position:relative;overflow:hidden;cursor:pointer;aspect-ratio:1/1}.user-media__item:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.user-media__image,.user-media__video{height:100%;width:100%;object-fit:cover}.user-media__blank-image{position:absolute;inset:0;background-color:rgb(var(--color-secondary))}.user-media__type{position:absolute;top:0;right:0;padding:6px;background:radial-gradient(50% 50% at 50% 50%,#0000004d,#0000);z-index:var(--layer-0)}.user-media__skeleton{aspect-ratio:1/1}.user-media__skeleton .react-loading-skeleton{height:100%!important;width:100%!important;line-height:revert!important}.user-media--empty .user-media__default-wrapper{height:50vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.user-media--empty .user-media__default-content{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.user-media--empty .user-media__default-image-wrapper{margin-block-end:16px}.user-media--empty .user-media__default-text{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600}.user-media--empty .user-media__default-subtext{color:rgb(var(--color-primary-text));font-size:.9375rem;margin-block-start:.875rem;font-weight:400}.user-shots{width:100%;height:100%;overflow-y:auto;min-height:50vh;-ms-overflow-style:none;scrollbar-width:none}.user-shots::-webkit-scrollbar{width:0;height:0}.user-shots__container{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;grid-auto-rows:380px}@media screen and (max-width: 1025px){.user-shots__container{grid-auto-rows:350px}}.user-shots__item{position:relative;overflow:hidden;cursor:pointer;height:100%;width:100%}.user-shots__item:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.user-shots__image,.user-shots__video{height:100%;width:100%;object-fit:cover}.user-shots__blank-image{position:absolute;inset:0;background-color:rgb(var(--color-secondary))}.user-shots__type{position:absolute;bottom:0;left:0;padding:6px;background:radial-gradient(50% 50% at 50% 50%,#0000004d,#0000);z-index:var(--layer-0);display:flex;align-items:center;gap:.45rem;font-size:.8rem;color:rgb(var(--color-offwhite));font-family:var(--font-family-secondary)}.user-shots__skeleton .react-loading-skeleton{height:100%!important;width:100%!important;line-height:revert!important}.user-shots--empty .user-shots__default-wrapper{height:50vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.user-shots--empty .user-shots__default-content{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.user-shots--empty .user-shots__default-image-wrapper{margin-block-end:16px}.user-shots--empty .user-shots__default-text{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600}.user-shots--empty .user-shots__default-subtext{color:rgb(var(--color-primary-text));font-size:1rem;margin-block-start:.875rem;font-weight:400}.user-repost{width:100%;height:100%;overflow-y:auto;min-height:50vh;-ms-overflow-style:none;scrollbar-width:none}.user-repost::-webkit-scrollbar{width:0;height:0}.user-repost__container{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}@media screen and (max-width: 1025px){.user-repost__container{grid-template-columns:repeat(2,1fr)}}.user-repost__item{position:relative;overflow:hidden;cursor:pointer;aspect-ratio:1/1}.user-repost__item:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.user-repost__image,.user-repost__video{height:100%;width:100%;object-fit:cover}.user-repost__blank-image{position:absolute;inset:0;background-color:rgb(var(--color-secondary))}.user-repost__type{position:absolute;top:0;right:0;padding:6px;background:radial-gradient(50% 50% at 50% 50%,#0000004d,#0000);z-index:var(--layer-0)}.user-repost__skeleton{aspect-ratio:1/1}.user-repost__skeleton .react-loading-skeleton{height:100%!important;width:100%!important;line-height:revert!important}.user-repost--empty .user-repost__default-wrapper{height:50vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.user-repost--empty .user-repost__default-content{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.user-repost--empty .user-repost__default-image-wrapper{margin-block-end:16px}.user-repost--empty .user-repost__default-text{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600}.user-repost--empty .user-repost__default-subtext{color:rgb(var(--color-primary-text));font-size:1rem;margin-block-start:.875rem;font-weight:400}.removeFollowerModal{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.removeFollowerModal.close{animation:fade-out .25s ease forwards}.removeFollowerModal__dialog{width:450px;background-color:rgb(var(--color-popup));border-radius:.625rem;overflow:hidden;animation:delay-dialog .25s ease forwards}.removeFollowerModal__dialog.close{animation:delay-dialog-out .25s ease forwards}.removeFollowerModal__dialog--info{display:flex;flex-direction:column;text-align:center;width:100%}.removeFollowerModal__dialog--info__wrapper{padding:1.5rem 1rem;border-block-end:.5px solid rgb(var(--color-border))}.removeFollowerModal__dialog--info__wrapper--imageWrapper{display:flex;flex-direction:column;align-items:center;gap:.625rem}.removeFollowerModal__dialog--info__wrapper--imageWrapper__image{width:4.375rem;height:4.375rem;border-radius:50%;overflow:hidden}.removeFollowerModal__dialog--info__wrapper--imageWrapper__image img{width:100%;height:100%;object-fit:cover}.removeFollowerModal__dialog--info__wrapper--imageWrapper__text{font-size:1.125rem;font-weight:600;color:rgb(var(--color-primary-text))}.removeFollowerModal__dialog--info__wrapper--imageWrapper__info{font-size:.875rem;font-weight:500;color:rgb(var(--color-secondary-text))}.removeFollowerModal__dialog--info__ctaWrapper{display:flex;flex-direction:column}.removeFollowerModal__dialog--info__ctaWrapper--cta{padding:1rem;cursor:pointer;font-size:.9375rem;font-weight:500;line-height:1.35;display:flex;justify-content:center;align-items:center;gap:.5rem}.removeFollowerModal__dialog--info__ctaWrapper--cta:not(:last-child){border-block-end:.5px solid rgb(var(--color-border))}.removeFollowerModal__dialog--info__ctaWrapper .cta--unfollow{color:rgb(var(--color-error))}.removeFollowerModal__dialog--info__ctaWrapper .cta--cancel{color:rgb(var(--color-primary-text))}.followersModal,.followingsModal{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.followersModal.close,.followingsModal.close{animation:fade-out .25s ease forwards}.followersModal__container,.followingsModal__container{width:570px;height:auto;min-height:350px;max-height:420px;background-color:rgb(var(--color-popup));border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;animation:delay-dialog .25s ease forwards}.followersModal__container.close,.followingsModal__container.close{animation:delay-dialog-out .25s ease forwards}.followersModal__container--heading,.followingsModal__container--heading{display:flex;align-items:center;justify-content:space-between;padding:.625rem .9375rem;border-block-end:1px solid rgb(var(--color-border))}.followersModal__container--heading .btn-hidden,.followingsModal__container--heading .btn-hidden{width:18px;height:18px;opacity:0;visibility:hidden}.followersModal__container--heading__title,.followingsModal__container--heading__title{display:inline-block;color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600}.followersModal__container--heading .btn-close,.followingsModal__container--heading .btn-close{padding:4px}.followersModal__container--search,.followingsModal__container--search{margin:.875rem 1.5rem}.followersModal__container--search__wrapper,.followingsModal__container--search__wrapper{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.followersModal__container--search__wrapper input[type=search],.followingsModal__container--search__wrapper input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.followersModal__container--profiles,.followingsModal__container--profiles{height:100%;overflow-y:auto}.followersModal__container--profiles__profile,.followingsModal__container--profiles__profile{display:flex;align-items:center;height:3.75rem;padding-inline:1.5rem;transition:background-color .25s ease-out}.followersModal__container--profiles__profile:focus-visible,.followingsModal__container--profiles__profile:focus-visible{outline:0}.followersModal__container--profiles__profile--image,.followingsModal__container--profiles__profile--image{width:2.875rem;height:2.875rem;border-radius:50%;margin-inline-end:.875rem;overflow:hidden;position:relative}.followersModal__container--profiles__profile--image__avatar,.followingsModal__container--profiles__profile--image__avatar{width:100%;height:100%;object-fit:cover}.followersModal__container--profiles__profile--container,.followingsModal__container--profiles__profile--container{flex:1;display:flex;align-items:center;justify-content:space-between;padding-block:.8125rem;height:100%;gap:.625rem}.followersModal__container--profiles__profile--container__info,.followingsModal__container--profiles__profile--container__info{display:flex;flex-direction:column;justify-content:space-between;flex:1}.followersModal__container--profiles__profile--container__info--name,.followingsModal__container--profiles__profile--container__info--name{font-size:.9375rem;color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer}.followersModal__container--profiles__profile--container__info--description,.followingsModal__container--profiles__profile--container__info--description{font-size:.875rem;font-weight:500;color:rgb(var(--color-secondary-text));overflow-wrap:break-word;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.followersModal__container--profiles__profile--container__cta,.followingsModal__container--profiles__profile--container__cta{display:flex;align-items:center;gap:.625rem}.followersModal__container--profiles__profile--container__cta .btn-following,.followingsModal__container--profiles__profile--container__cta .btn-following{background-color:rgb(var(--color-button-bg));color:rgb(var(--color-primary-text));padding-inline:1rem;font-size:.875rem;font-weight:600;border-radius:.75rem;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.followersModal__container--profiles__profile--container__cta .btn-following:hover,.followersModal__container--profiles__profile--container__cta .btn-following:focus-visible,.followingsModal__container--profiles__profile--container__cta .btn-following:hover,.followingsModal__container--profiles__profile--container__cta .btn-following:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-offwhite))}.followersModal__container--noData,.followingsModal__container--noData{display:flex;flex-direction:column;justify-content:center;align-items:center}.followersModal__container--noData__image,.followingsModal__container--noData__image{margin-block:1.5rem 1rem}.followersModal__container--noData__text,.followingsModal__container--noData__text{font-weight:600;font-size:.9375rem;color:rgb(var(--color-primary-text));margin-block-end:.25rem}.followersModal__container--noData__subtext,.followingsModal__container--noData__subtext{font-weight:500;font-size:.8rem;color:rgb(var(--color-primary-text))}.followersModal__container--noSearchData,.followingsModal__container--noSearchData{text-align:center;margin-block-start:1rem}.followersModal__container--noSearchData__text,.followingsModal__container--noSearchData__text{font-weight:500;font-size:.875rem;color:rgb(var(--color-primary-text))}.userProfile{width:100%;height:100%;overflow-y:auto;background-color:rgb(var(--color-secondary));display:flex;justify-content:center;flex:1;scrollbar-gutter:stable}.userProfile .profileView-wrapper{background-color:rgb(var(--color-secondary));width:100%;height:100%;max-width:var(--userProfile-max-width);width:calc(100% - 40px);margin-inline:auto}.userProfile .profileView-wrapper .profileView-info-container{width:100%;height:100%;padding-block:1.5rem .625rem;display:flex;flex-direction:column;gap:1rem}.userProfile .profileView-wrapper .profileView-info-container .profile-details{display:flex;align-items:center}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile{display:flex;align-items:flex-start}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image{margin-inline:5rem}@media screen and (max-width: 1281px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image{margin-inline:2rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper{width:170px;height:170px;border-radius:50%;margin-inline-end:auto;overflow:hidden;position:relative;cursor:pointer;border:1px solid rgb(var(--color-image-border))}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:absolute;padding:2px}@media screen and (max-width: 1025px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper{width:140px;height:140px}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-none-wrapper{width:150px;height:150px;border-radius:50%;background-color:rgb(var(--color-profile-bg-d));display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto 2rem;overflow:hidden}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details{display:flex;flex-direction:column;align-items:flex-start;gap:1.125rem;margin-block:0 1rem;padding-inline-end:1.5rem}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats{display:flex;flex-direction:column;gap:1rem;margin-block-end:1rem}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name{color:rgb(var(--color-primary-text));font-size:1.5rem;font-weight:600;white-space:pre-wrap}@media screen and (max-width: 1281px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name{font-size:1.45rem}}@media screen and (max-width: 769px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name{font-size:1.35rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats{display:flex;align-items:center;width:fit-content}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following{display:flex;flex-direction:column;align-items:center;gap:2px}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number{font-family:var(--font-family-secondary);font-size:1.35rem;font-weight:600;color:rgb(var(--color-primary-text));line-height:1.25}@media screen and (max-width: 1281px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number{font-size:1.35rem}}@media screen and (max-width: 769px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number{font-size:1.25rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text{display:flex;align-items:center;gap:5px}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .text{font-weight:500;font-size:1.1rem;line-height:1.25;color:rgb(var(--color-primary-text))}@media screen and (max-width: 1281px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .text{font-size:1rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .post-image,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .teps-image,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .post-image,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .teps-image,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .post-image,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .teps-image{width:1.5rem;height:1.5rem;flex-shrink:0}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .post-image svg,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .teps-image svg,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .post-image svg,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .teps-image svg,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .post-image svg,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .teps-image svg{width:100%;height:100%}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers{padding-inline:2.5rem;cursor:pointer;position:relative}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:after,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:before{content:"";display:inline-block;width:1.5px;height:50%;background-color:rgb(var(--color-primary-text));position:absolute;transform:translate(-50%,-50%);top:50%}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:before{left:0}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:after{right:0}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts{padding-inline-end:2.5rem}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following{cursor:pointer;padding-inline-start:2.5rem}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status{display:flex;flex-direction:column;gap:1rem;margin-block-end:.25rem}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .tagName{display:inline-block;font-size:1.125rem;line-height:1.25;font-weight:600;color:rgb(var(--color-primary-text))}@media screen and (max-width: 769px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .tagName{font-size:1rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .sub-link{font-size:1.125rem;color:rgb(var(--color-primary-text))}@media screen and (max-width: 769px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .sub-link{font-size:1rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description{white-space:pre-wrap;font-weight:300;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description .readMore{text-decoration:underline;cursor:pointer}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link{width:fit-content;cursor:pointer}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link{display:flex;align-items:center;gap:.75rem;line-height:1.25;color:rgb(var(--color-primary-text));text-decoration:underline}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link svg{margin-block-start:1.875px}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta{display:flex;justify-content:flex-start;align-items:center;gap:1.5rem;flex-wrap:wrap;width:100%}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile{background-color:rgb(var(--color-button-bg));padding-inline:2rem;border-radius:.75rem;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:hover,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:hover,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary))}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:hover .btn-text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible .btn-text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:hover .btn-text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible .btn-text{color:rgb(var(--color-offwhite))}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}@media screen and (max-width: 1281px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile{width:150px;padding-block:5px;padding-inline:1.5rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile .btn-text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile .btn-text{display:inline-block;font-weight:600;font-size:1rem;color:rgb(var(--color-primary-text));line-height:1.25}@media screen and (max-width: 1281px){.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile .btn-text,.userProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile .btn-text{font-size:1rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn{background-color:rgb(var(--color-secondary));display:flex;justify-content:center;align-items:center}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List{border-block-end:1px solid rgb(var(--color-border));padding-block:5px;display:flex;flex:1;position:relative;overflow:hidden}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List>*{flex-basis:50%}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:4px 13px;cursor:pointer;transition:border .3s ease-out}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.active,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.active,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.active{display:block}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost:focus-visible,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots:focus-visible,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost .text,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots .text,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media .text{color:rgb(var(--color-secondary-text));font-weight:500;font-size:1.35rem;line-height:100%}@media screen and (max-width: 1281px){.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost .text,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots .text,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media .text{font-size:1rem}}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .text,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .text,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .text{color:rgb(var(--color-primary))}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .repost-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .shots-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .media-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .repost-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .shots-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .media-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .repost-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .shots-image svg path,.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .media-image svg path{stroke:rgb(var(--color-primary))}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .slider{position:absolute;bottom:0;height:2.5px;background-color:rgb(var(--color-primary));box-shadow:0 0 5px #00000026;transition:all .25s ease}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-wrapper{position:relative;overflow-y:auto;scrollbar-gutter:stable;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:auto}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-wrapper .container{height:100%}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container{grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 769px){.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container{grid-template-columns:repeat(3,1fr)}}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media{width:100%;height:100%}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media img{height:100%;width:100%;object-fit:cover}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media-skeleton{aspect-ratio:1/1}.userProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media-skeleton .react-loading-skeleton{height:100%!important;width:100%!important;line-height:revert!important}.blockProfile{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.blockProfile.close{animation:fade-out .25s ease forwards}.blockProfile__dialog{width:500px;background-color:rgb(var(--color-popup));border-radius:.625rem;animation:delay-dialog .25s ease forwards}.blockProfile__dialog.close{animation:delay-dialog-out .25s ease forwards}.blockProfile__dialog--info{display:flex;flex-direction:column}.blockProfile__dialog--info__wrapper{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.5rem;text-align:center}.blockProfile__dialog--info__wrapper--image{width:55px;height:55px;border-radius:50%;overflow:hidden}.blockProfile__dialog--info__wrapper--image img{width:100%;height:100%;object-fit:cover}.blockProfile__dialog--info__wrapper--text{font-size:1.125rem;font-weight:700;color:rgb(var(--color-primary-text))}.blockProfile__dialog--info__wrapper--subInfo{font-size:.9375rem;font-weight:500;color:rgb(var(--color-secondary-text));line-height:100%}.blockProfile__dialog--info__list{display:flex;flex-direction:column}.blockProfile__dialog--info__list--listItem{display:flex;align-items:center;gap:1rem;padding:.9375rem 1.25rem;border-block-end:.5px solid rgb(var(--color-border))}.blockProfile__dialog--info__list--listItem__text{font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text));line-height:100%}.blockProfile__dialog--info__cta{padding:1.25rem}.blockProfile__dialog--info__cta .btn-block,.blockProfile__dialog--info__cta .btn-cancel{width:100%;background-color:rgb(var(--color-button-bg));border-radius:500px;font-size:18px;font-weight:500;color:rgb(var(--color-primary-text));padding:12px;text-align:center;will-change:transform;transition:background-color .25s ease,transform .25s ease}.blockProfile__dialog--info__cta .btn-block:hover,.blockProfile__dialog--info__cta .btn-block:focus-visible,.blockProfile__dialog--info__cta .btn-cancel:hover,.blockProfile__dialog--info__cta .btn-cancel:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-offwhite))}.blockProfile__dialog--info__cta .btn-block{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite));margin-block-end:1rem}.followingOption__popup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.followingOption__popup.close{animation:fade-out .25s ease forwards}.followingOption__popup--dialog{width:450px;background-color:rgb(var(--color-popup));border-radius:.625rem;animation:delay-dialog .25s ease forwards}.followingOption__popup--dialog.close{animation:delay-dialog-out .25s ease forwards}.followingOption__popup--dialog__list{display:flex;flex-direction:column}.followingOption__popup--dialog__list--listItem{width:100%;text-align:center;padding:1rem;color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600;line-height:1.35;border-block-end:.5px solid rgb(var(--color-border));cursor:pointer}.followingOption__popup--dialog__list--listItem.listItem--unfollow{text-align:start;display:flex;justify-content:space-between}.followingOption__popup--dialog__list--listItem.listItem--unfollow .spinner{margin-inline:revert}.followingOption__popup--dialog__list--listItem:last-child{border:none}.followingOption__popup--dialog__list--listItem__wrapper{display:flex;justify-content:space-between;align-items:center;gap:.625rem}.followingOption__popup--dialog__list--listItem__wrapper--imageWrapper{display:flex;flex-direction:column}.followingOption__popup--dialog__list--listItem__wrapper--imageWrapper__image{width:55px;height:55px;border-radius:50%;overflow:hidden}.followingOption__popup--dialog__list--listItem__wrapper--imageWrapper__image img{width:100%;height:100%;object-fit:cover}.followingOption__popup--dialog__list--listItem__wrapper--imageWrapper__text{font-size:1.1rem}.otherUserProfileView,.logoutOtherUserProfile{width:100%;height:100%;overflow-y:auto;background-color:rgb(var(--color-secondary));display:flex;justify-content:center;flex:1;scrollbar-gutter:stable}.otherUserProfileView .profileView-wrapper,.logoutOtherUserProfile .profileView-wrapper{background-color:rgb(var(--color-secondary));width:100%;height:100%;max-width:var(--userProfile-max-width);width:calc(100% - 40px);margin-inline:auto}.otherUserProfileView .profileView-wrapper .profileView-info-container,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container{width:100%;height:100%;padding-block:1.5rem .625rem;display:flex;flex-direction:column;gap:1.25rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details{display:flex;flex-direction:column;gap:1rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile{display:flex;align-items:flex-start}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image{margin-inline:5rem}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image{margin-inline:2rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper{width:170px;height:170px;border-radius:50%;margin-inline-end:auto;overflow:hidden;position:relative;cursor:pointer;border:1px solid rgb(var(--color-image-border))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper img,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:absolute;padding:2px}@media screen and (max-width: 1025px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-wrapper{width:140px;height:140px}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-none-wrapper,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .profile-image .profile-image-none-wrapper{width:150px;height:150px;border-radius:50%;background-color:rgb(var(--color-profile-bg-d));display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto 2rem;overflow:hidden}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details{display:flex;flex-direction:column;align-items:flex-start;gap:1.125rem;margin-block:0 1rem;padding-inline-end:1.5rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats{display:flex;flex-direction:column;gap:1.125rem;margin-block-end:1rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas{display:flex;align-items:center;gap:1.625rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name{color:rgb(var(--color-primary-text));font-size:1.5rem;font-weight:600;white-space:pre-wrap;margin-block-end:0rem}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name{font-size:1.45rem}}@media screen and (max-width: 769px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name{font-size:1.35rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper{display:flex;align-items:center;gap:1rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following{background-color:rgb(var(--color-button-bg));padding-inline:2rem;border-radius:.75rem;height:40px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow.disabled,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message.disabled,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following.disabled,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow.disabled,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message.disabled,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following.disabled{pointer-events:none;opacity:.8;cursor:not-allowed}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:hover,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:hover,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:hover,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:hover,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:hover .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:hover .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:hover .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:hover .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible .btn-text{color:rgb(var(--color-offwhite))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:hover svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:hover svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:hover svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:hover svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible svg path{stroke:rgb(var(--color-offwhite))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following .btn-text{display:inline-block;font-weight:600;font-size:1rem;color:rgb(var(--color-primary-text));line-height:1.25}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following .btn-text{font-size:1rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow svg,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message svg,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-message svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following svg{margin-inline-start:2px}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow.active,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow.active{background-color:rgb(var(--color-primary))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow.active .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-follow.active .btn-text{color:rgb(var(--color-offwhite))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following .btn-text{color:rgb(var(--color-primary))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following svg path{stroke:rgb(var(--color-primary))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .menu-icon,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .menu-icon{flex-shrink:0;padding:4px;cursor:pointer}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats{display:flex;align-items:center;width:fit-content}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following{display:flex;flex-direction:column;align-items:center;gap:2px}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number{font-family:var(--font-family-secondary);font-size:1.35rem;font-weight:600;color:rgb(var(--color-primary-text));line-height:1.25}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number{font-size:1.35rem}}@media screen and (max-width: 769px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .number,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .number{font-size:1.25rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text{display:flex;align-items:center;gap:5px}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .text{font-weight:500;font-size:1.1rem;line-height:1.25;color:rgb(var(--color-primary-text))}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .text{font-size:1rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .post-image,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .teps-image,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .post-image,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .teps-image,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .post-image,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .teps-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .post-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .teps-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .post-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .teps-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .post-image,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .teps-image{width:1.5rem;height:1.5rem;flex-shrink:0}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .post-image svg,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .teps-image svg,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .post-image svg,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .teps-image svg,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .post-image svg,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .teps-image svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .post-image svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts .visual-text .teps-image svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .post-image svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers .visual-text .teps-image svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .post-image svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following .visual-text .teps-image svg{width:100%;height:100%}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers{padding-inline:2.5rem;cursor:pointer;position:relative}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:after,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:before,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:after,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:before{content:"";display:inline-block;width:1.5px;height:50%;background-color:rgb(var(--color-primary-text));position:absolute;transform:translate(-50%,-50%);top:50%}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:before,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:before{left:0}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:after,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-followers:after{right:0}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-posts{padding-inline-end:2.5rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-profile-stats .user-following{cursor:pointer;padding-inline-start:2.5rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status{display:flex;flex-direction:column;gap:1rem;margin-block-end:.25rem}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .tagName,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .tagName{display:inline-block;font-size:1.125rem;line-height:1.25;font-weight:600;color:rgb(var(--color-primary-text))}@media screen and (max-width: 769px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .tagName,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .tagName{font-size:1rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .sub-link,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .sub-link{font-size:1.125rem;color:rgb(var(--color-primary-text))}@media screen and (max-width: 769px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .sub-link,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .sub-link{font-size:1rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description{white-space:pre-wrap;font-weight:300;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description .readMore,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-description .readMore{text-decoration:underline;cursor:pointer}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link{width:fit-content;cursor:pointer}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link{display:flex;align-items:center;gap:.75rem;line-height:1.25;color:rgb(var(--color-primary-text));text-decoration:underline}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link svg,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link svg{margin-block-start:1.875px}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-status .profile-link .sub-link:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta{display:flex;justify-content:flex-start;align-items:center;gap:1.5rem;flex-wrap:wrap;width:100%}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile{background-color:rgb(var(--color-button-bg));padding-inline:2rem;border-radius:.75rem;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:hover,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:hover,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:hover,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:hover,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:hover .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:hover .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:hover .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:hover .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible .btn-text{color:rgb(var(--color-offwhite))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile{width:150px;padding-block:5px;padding-inline:1.5rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile .btn-text{display:inline-block;font-weight:600;font-size:1rem;color:rgb(var(--color-primary-text));line-height:1.25}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile .btn-text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-editProfile .btn-text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user__tepars--cta .btn-shareProfile .btn-text{font-size:1rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn{background-color:rgb(var(--color-secondary));display:flex;justify-content:center;align-items:center}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List{border-block-end:1px solid rgb(var(--color-border));padding-block:5px;display:flex;flex:1;position:relative;overflow:hidden}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List>*,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List>*{flex-basis:50%}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:4px 13px;cursor:pointer;transition:border .3s ease-out}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.active,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.active,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.active,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.active,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.active,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.active{display:block}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots:focus-visible,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots:focus-visible,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media .text{color:rgb(var(--color-secondary-text));font-weight:500;font-size:1.35rem;line-height:100%}@media screen and (max-width: 1281px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media .text{font-size:1rem}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .text,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .text,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .text{color:rgb(var(--color-primary))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .repost-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .shots-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .media-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .repost-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .shots-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .media-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .repost-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .shots-image svg path,.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .media-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .repost-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .shots-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .repost.menu-selected .media-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .repost-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .shots-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .shots.menu-selected .media-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .repost-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .shots-image svg path,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .media.menu-selected .media-image svg path{stroke:rgb(var(--color-primary))}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .slider,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .mediaLinksDocs-btn .btns-List .slider{position:absolute;bottom:0;height:2.5px;background-color:rgb(var(--color-primary));box-shadow:0 0 5px #00000026;transition:all .25s ease}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-wrapper,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-wrapper{position:relative;overflow-y:auto;min-height:50vh;scrollbar-gutter:stable;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:auto}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-wrapper .container,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-wrapper .container{height:100%}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-container,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container{grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 769px){.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-container,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container{grid-template-columns:repeat(3,1fr)}}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-container .media,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media{width:100%;height:100%}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-container .media img,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media img{height:100%;width:100%;object-fit:cover}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-container .media-skeleton,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media-skeleton{aspect-ratio:1/1}.otherUserProfileView .profileView-wrapper .profileView-info-container .profile-medias .media-container .media-skeleton .react-loading-skeleton,.logoutOtherUserProfile .profileView-wrapper .profileView-info-container .profile-medias .media-container .media-skeleton .react-loading-skeleton{height:100%!important;width:100%!important;line-height:revert!important}.otherUserProfileView .account__follow--request,.logoutOtherUserProfile .account__follow--request{display:flex;align-items:center;justify-content:space-between;gap:1rem}.otherUserProfileView .account__follow--request__title,.logoutOtherUserProfile .account__follow--request__title{color:rgb(var(--color-primary-text));font-size:1.25rem}.otherUserProfileView .account__follow--request__cta,.logoutOtherUserProfile .account__follow--request__cta{display:flex;gap:1rem}.otherUserProfileView .account__follow--request__cta .btn-confirm,.otherUserProfileView .account__follow--request__cta .btn-delete,.logoutOtherUserProfile .account__follow--request__cta .btn-confirm,.logoutOtherUserProfile .account__follow--request__cta .btn-delete{background-color:rgb(var(--color-button-bg));padding-inline:2rem;border-radius:.75rem;height:40px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-weight:600;font-size:1rem;color:rgb(var(--color-primary-text));flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.otherUserProfileView .account__follow--request__cta .btn-confirm:hover,.otherUserProfileView .account__follow--request__cta .btn-confirm:focus-visible,.otherUserProfileView .account__follow--request__cta .btn-delete:hover,.otherUserProfileView .account__follow--request__cta .btn-delete:focus-visible,.logoutOtherUserProfile .account__follow--request__cta .btn-confirm:hover,.logoutOtherUserProfile .account__follow--request__cta .btn-confirm:focus-visible,.logoutOtherUserProfile .account__follow--request__cta .btn-delete:hover,.logoutOtherUserProfile .account__follow--request__cta .btn-delete:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary))}.otherUserProfileView .account__follow--request__cta .btn-confirm:hover .btn-text,.otherUserProfileView .account__follow--request__cta .btn-confirm:focus-visible .btn-text,.otherUserProfileView .account__follow--request__cta .btn-delete:hover .btn-text,.otherUserProfileView .account__follow--request__cta .btn-delete:focus-visible .btn-text,.logoutOtherUserProfile .account__follow--request__cta .btn-confirm:hover .btn-text,.logoutOtherUserProfile .account__follow--request__cta .btn-confirm:focus-visible .btn-text,.logoutOtherUserProfile .account__follow--request__cta .btn-delete:hover .btn-text,.logoutOtherUserProfile .account__follow--request__cta .btn-delete:focus-visible .btn-text{color:rgb(var(--color-offwhite))}.otherUserProfileView .account__follow--request__cta .btn-confirm:focus-visible,.otherUserProfileView .account__follow--request__cta .btn-delete:focus-visible,.logoutOtherUserProfile .account__follow--request__cta .btn-confirm:focus-visible,.logoutOtherUserProfile .account__follow--request__cta .btn-delete:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.otherUserProfileView .account__follow--request__cta .btn-confirm.active,.otherUserProfileView .account__follow--request__cta .btn-delete.active,.logoutOtherUserProfile .account__follow--request__cta .btn-confirm.active,.logoutOtherUserProfile .account__follow--request__cta .btn-delete.active{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.otherUserProfileView__private,.logoutOtherUserProfile__private{border-block-start:2.25px solid rgb(var(--color-border));padding-block:3rem;margin-block-start:3rem;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1281px){.otherUserProfileView__private,.logoutOtherUserProfile__private{padding-block-start:3rem;margin-block-start:1rem}}.otherUserProfileView__private--wrapper,.logoutOtherUserProfile__private--wrapper{display:flex;flex-direction:column;align-items:center}.otherUserProfileView__private--wrapper__image,.logoutOtherUserProfile__private--wrapper__image{margin-block-end:1rem}.otherUserProfileView__private--wrapper__title,.logoutOtherUserProfile__private--wrapper__title{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.15rem}.otherUserProfileView__private--wrapper__subtitle,.logoutOtherUserProfile__private--wrapper__subtitle{font-weight:400;font-size:1rem;color:rgb(var(--color-secondary-text));margin-block-end:1.625rem}.otherUserProfileView__private--wrapper .btn-follow,.otherUserProfileView__private--wrapper .btn-requested,.logoutOtherUserProfile__private--wrapper .btn-follow,.logoutOtherUserProfile__private--wrapper .btn-requested{background-color:rgb(var(--color-primary));padding-inline:2rem;border-radius:.75rem;height:40px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;font-weight:600;color:rgb(var(--color-offwhite));cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.otherUserProfileView__private--wrapper .btn-follow:hover,.otherUserProfileView__private--wrapper .btn-follow:focus-visible,.otherUserProfileView__private--wrapper .btn-requested:hover,.otherUserProfileView__private--wrapper .btn-requested:focus-visible,.logoutOtherUserProfile__private--wrapper .btn-follow:hover,.logoutOtherUserProfile__private--wrapper .btn-follow:focus-visible,.logoutOtherUserProfile__private--wrapper .btn-requested:hover,.logoutOtherUserProfile__private--wrapper .btn-requested:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.otherUserProfileView__private--wrapper .btn-follow:focus-visible,.otherUserProfileView__private--wrapper .btn-requested:focus-visible,.logoutOtherUserProfile__private--wrapper .btn-follow:focus-visible,.logoutOtherUserProfile__private--wrapper .btn-requested:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.otherUserProfileView__private--wrapper .btn-requested,.logoutOtherUserProfile__private--wrapper .btn-requested{background-color:rgb(var(--color-button-bg));color:rgb(var(--color-primary))}.otherUserProfileView__private--wrapper .btn-requested:hover,.otherUserProfileView__private--wrapper .btn-requested:focus-visible,.logoutOtherUserProfile__private--wrapper .btn-requested:hover,.logoutOtherUserProfile__private--wrapper .btn-requested:focus-visible{color:rgb(var(--color-offwhite))}.otherUserProfileView__private--wrapper .btn-requested .btn-text,.logoutOtherUserProfile__private--wrapper .btn-requested .btn-text{display:inline-block;font-weight:600;font-size:1rem;line-height:1.25}.logoutOtherUserProfile{overflow-y:revert}.logoutOtherUserProfile__private{border-block-start:2.25px solid rgb(var(--color-border));padding-block:3rem;margin-block-start:3rem;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1281px){.logoutOtherUserProfile__private{padding-block-start:3rem;margin-block-start:1rem}}.logoutOtherUserProfile__private--wrapper{display:flex;flex-direction:column;align-items:center;max-width:250px;text-align:center}.logoutOtherUserProfile__private--wrapper__title{font-size:1rem;margin-block-end:.625rem}.logoutOtherUserProfile__private--wrapper__subtitle{margin-block-end:0;font-size:.875rem;font-weight:500;overflow-wrap:break-word}.logoutOtherUserProfile__private--wrapper__subtitle span{display:inline-block;color:rgb(var(--color-primary));cursor:pointer}.settings{width:50%;max-width:340px;border-inline-end:1px solid rgb(var(--color-border))}@media screen and (min-width: 1600px){.settings{max-width:360px}}.settings__wrapper{display:flex;flex-direction:column;background-color:rgb(var(--color-secondary));height:100%;overflow-y:auto}.settings__wrapper--header{margin:2rem 1.5rem;margin-block-end:1.125rem}.settings__wrapper--header h3{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.settings__wrapper .settings__wrapper--info{display:flex;flex-direction:column}.settings__wrapper .settings__wrapper--info__search{margin:.875rem 1.5rem}.settings__wrapper .settings__wrapper--info__search--wrapper{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.settings__wrapper .settings__wrapper--info__search--wrapper input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.settings__wrapper .settings__wrapper--info__search--wrapper input[type=search]::placeholder{color:rgb(var(--color-secondary-text))}.settings__wrapper .settings__wrapper--info__list{padding-block-start:2px;height:100%}.settings__wrapper .settings__wrapper--info__list--wrapper{margin-inline:1.5rem;margin-block-end:1rem}.settings__wrapper .settings__wrapper--info__list--wrapper__listItem{display:flex;align-items:center;gap:1rem;line-height:100%;padding:12px;border-radius:.75rem;cursor:pointer}.settings__wrapper .settings__wrapper--info__list--wrapper__listItem:not(.active):hover{background-color:rgb(var(--color-highlight-bg))}.settings__wrapper .settings__wrapper--info__list--wrapper__listItem.active{background-color:rgb(var(--color-active-bg))}.settings__wrapper .settings__wrapper--info__list--wrapper__listItem svg{flex-shrink:0}.settings__wrapper .settings__wrapper--info__list--wrapper__listItem--title{font-size:1.125rem;font-weight:500;color:rgb(var(--color-primary-text))}.logout__popup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.logout__popup.close{animation:fade-out .25s ease forwards}.logout__popup--dialog{width:450px;background-color:rgb(var(--color-popup));padding:1.125rem 1.35rem;border-radius:.5rem;animation:delay-dialog .25s ease forwards}.logout__popup--dialog.close{animation:delay-dialog-out .25s ease forwards}.logout__popup--dialog__info{display:flex}.logout__popup--dialog__info h4{width:100%;font-size:1.35rem;font-weight:400;color:rgb(var(--color-primary-text));margin-block-end:1rem}.logout__popup--dialog__subInfo{color:rgb(var(--color-primary-text));font-size:.93 .75rem;line-height:1.35;margin-block-end:2rem}.logout__popup--dialog__cta{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:1.5rem}.logout__popup--dialog__cta .btn-cancel,.logout__popup--dialog__cta .btn-send{background-color:transparent;padding:.5rem 1.125rem;font-size:.875rem;color:rgb(var(--color-primary));border:1px solid rgb(var(--color-primary));border-radius:5px}.logout__popup--dialog__cta .active{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.reset__popup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.reset__popup.close{animation:fade-out .25s ease forwards}.reset__popup--dialog{width:450px;background-color:rgb(var(--color-popup));padding:1.125rem 1.35rem;border-radius:.5rem;animation:delay-dialog .25s ease forwards}.reset__popup--dialog.close{animation:delay-dialog-out .25s ease forwards}.reset__popup--dialog__info{display:flex}.reset__popup--dialog__info h4{width:100%;font-size:1.35rem;font-weight:400;color:rgb(var(--color-primary-text));margin-block-end:1rem}.reset__popup--dialog__subInfo{color:rgb(var(--color-primary-text));font-size:.93 .75rem;line-height:1.35;margin-block-end:2rem}.reset__popup--dialog__cta{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:1.5rem}.reset__popup--dialog__cta .btn-cancel,.reset__popup--dialog__cta .btn-send{background-color:transparent;padding:.5rem 1.125rem;font-size:.875rem;color:rgb(var(--color-primary));border:1px solid rgb(var(--color-primary));border-radius:5px}.reset__popup--dialog__cta .active{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.tags__popup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.tags__popup.close{animation:fade-out .25s ease forwards}.tags__popup--wrapper{width:450px;height:90vh;display:flex;flex-direction:column;background-color:rgb(var(--color-popup));border-radius:.5rem;animation:delay-dialog .25s ease forwards}@media screen and (max-width: 1025px) and (max-height: 1380px){.tags__popup--wrapper{max-height:30rem}}@media screen and (min-width: 1600px){.tags__popup--wrapper{max-height:40rem}}.tags__popup--wrapper.close{animation:delay-dialog-out .25s ease forwards}.tags__popup--wrapper__heading{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-block-end:.5px solid rgb(var(--color-border))}.tags__popup--wrapper__heading h4{font-size:1.35rem;font-weight:600;color:rgb(var(--color-primary-text))}.tags__popup--wrapper__search{padding:.9375rem;padding-block-start:1.35rem}.tags__popup--wrapper__search--bar{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.tags__popup--wrapper__search--bar input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.tags__popup--wrapper .select-about-list{margin-block:.35rem .625rem;height:100%;overflow-y:auto}.tags__popup--wrapper .select-about-list .select-about-list-wrapper{display:flex;flex-direction:column;overflow-y:auto}.tags__popup--wrapper .select-about-list .select-about-list-wrapper .select-about-listItem{cursor:pointer;font-size:1rem;color:rgb(var(--color-primary-text))}.tags__popup--wrapper .select-about-list .select-about-list-wrapper .select-about-listItem:hover,.tags__popup--wrapper .select-about-list .select-about-list-wrapper .select-about-listItem:focus-visible{background-color:rgb(var(--color-selected-bg),.1)}.tags__popup--wrapper .select-about-list .select-about-list-wrapper .select-about-listItem:focus-visible{outline:none}.tags__popup--wrapper .select-about-list .select-about-list-wrapper .select-about-listItem-wrapper{padding-inline:.9375rem;border-block-start:.5px solid rgb(var(--color-border));display:flex;padding-block:.8rem;justify-content:space-between;align-items:center}.tags__popup--wrapper .select-about-list .select-about-list-wrapper .select-about-listItem.active .select-about-list-value{color:rgb(var(--color-primary))}.tags__popup--wrapper input[type=radio]{position:absolute;opacity:0;height:0;width:0}.tags__popup--wrapper .checkmark{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:20px;width:20px;height:20px;vertical-align:middle}.tags__popup--wrapper .checkmark:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.tags__popup--wrapper .checkmark .radio-cmn{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;line-height:0;white-space:nowrap;cursor:pointer}.tags__popup--wrapper .checkmark .offRadio{border:2px solid rgb(var(--color-primary-text));background-color:transparent;transition:border .25s ease}.tags__popup--wrapper .checkmark .onRadio{will-change:transform;background-color:rgb(var(--color-primary-text));scale:0;transition:scale .25s ease}.tags__popup--wrapper input[type=radio]:checked+.checkmark .onRadio,.tags__popup--wrapper input[type=radio]:focus+.checkmark .onRadio{scale:.6}.tags__popup--wrapper input[type=radio]:checked+.checkmark .offRadio,.tags__popup--wrapper input[type=radio]:focus+.checkmark .offRadio{border-color:rgb(var(--color-primary-text))}.tags__popup--wrapper__cta{margin:1.125rem 1.35rem}.tags__popup--wrapper__cta .btn-done{width:100%;background-color:rgb(var(--color-primary));border-radius:500px;font-size:18px;font-weight:600;color:rgb(var(--color-white));padding:12px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.tags__popup--wrapper__cta .btn-done:hover,.tags__popup--wrapper__cta .btn-done:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.tags__popup .no-data{margin:auto}.editProfile{width:100%;height:100%}.editProfile .editProfile__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary));display:flex;flex-direction:column}.editProfile .editProfile__wrapper .editProfile__wrapper--info{height:100%}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__wrapper--info__heading{margin-block-start:2rem;text-align:center}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.editProfile .editProfile__wrapper .editProfile__wrapper--info .profile__image--change{margin-block:3rem 2rem;position:relative}.editProfile .editProfile__wrapper .editProfile__wrapper--info .profile__image--change .profile__change{width:140px;height:140px;border-radius:50%;margin-inline:auto;position:relative}.editProfile .editProfile__wrapper .editProfile__wrapper--info .profile__image--change .profile__change img{width:100%;height:100%;border-radius:50%;object-fit:cover}.editProfile .editProfile__wrapper .editProfile__wrapper--info .profile__image--change .profile__change .edit__image{width:1.85rem;height:1.85rem;border-radius:50%;background-color:rgb(var(--color-primary-d));border:2.5px solid rgb(var(--color-secondary));display:grid;place-items:center;position:absolute;right:0;bottom:.625rem;cursor:pointer}.editProfile .editProfile__wrapper .editProfile__wrapper--info .profile__image--change .profile__change .edit__image svg{width:65%;height:65%;border-radius:none}.editProfile .editProfile__wrapper .editProfile__wrapper--info .profile__image--change .profile__change .edit__image:focus-visible{box-shadow:0 0 0 2px rgb(var(--color-focused))}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details{display:flex;flex-direction:column;gap:1rem;padding-inline:.9375rem;padding-block-end:.9375rem}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details--wrapper{display:flex;gap:3rem}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail{display:flex;flex-direction:column;gap:6px;flex:1}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail label[for=firstname],.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail label[for=lastname],.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail label[for=about],.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail label[for=link],.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__heading{font-size:1rem;font-weight:700;color:rgb(var(--color-primary-text))}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container{width:100%;padding:.75rem .9375rem;border:1px solid hsla(0,0%,41%,.4);border-radius:5px;background-color:rgb(var(--color-input-bg));transition:border .15s ease,box-shadow .15s ease}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #firstname,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #lastname,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #about,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #link,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #birthDate,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #firstname,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #lastname,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #about,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #link,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #birthDate{width:100%;border:0;outline:none;background-color:transparent;color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:500}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #firstname:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #firstname:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #firstname:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #firstname:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #lastname:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #lastname:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #lastname:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #lastname:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #about:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #about:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #about:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #about:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #link:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #link:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #link:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #link:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #birthDate:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #birthDate:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #birthDate:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #birthDate:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #firstname:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #firstname:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #firstname:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #firstname:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #lastname:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #lastname:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #lastname:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #lastname:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #about:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #about:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #about:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #about:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #link:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #link:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #link:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #link:-webkit-autofill:active,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #birthDate:-webkit-autofill,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #birthDate:-webkit-autofill:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #birthDate:-webkit-autofill:focus,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #birthDate:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s,color 5000000s ease-in-out 0s}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container .edit-icon,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container .edit-icon{padding:2px;cursor:pointer}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container .edit-icon:focus-visible,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container .edit-icon:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #name,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #link,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #name,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #link{flex:1}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container #about,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .tags__container #about{resize:none;width:100%;height:4rem}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container{display:flex;align-items:center;justify-content:space-between}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container .letters-allowed span{color:rgb(var(--color-primary-text));font-size:.7rem}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .editProfile__details--error{color:rgb(var(--color-error));font-size:.8rem}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .detail__container--note{font-size:.8rem;color:rgb(var(--color-description));line-height:1.25}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .editProfile__details--bio{position:relative}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .editProfile__details--bio .letters-allowed{position:absolute;bottom:5px;right:10px}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--detail .editProfile__details--bio .letters-allowed span{color:rgb(var(--color-primary-text));font-size:.7rem}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--tags .tags__container{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--tags .tags__container .tags__name{color:rgb(var(--color-primary-text));font-size:.875rem}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--tags .tags__container .tags__more{padding:2px;cursor:pointer}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .editProfile__details--tags .tags__container .tags__more:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .btn-done{width:100%;background-color:rgb(var(--color-primary));border-radius:500px;font-size:18px;font-weight:600;color:rgb(var(--color-white));padding:12px;text-align:center;margin-block-start:2.25rem;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .btn-done:hover,.editProfile .editProfile__wrapper .editProfile__wrapper--info .editProfile__details .btn-done:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.notification{height:100%}.notification--container{position:absolute;top:0;left:94px;height:100%;width:450px;background-color:rgb(var(--color-secondary));box-shadow:4px 0 22px 0 var(--color-box-shadow-l);z-index:var(--layer-5);animation:slide-in-left .25s ease forwards}.notification--container.close{animation:slide-out-left .25s ease forwards}.notification__wrapper{height:100%;overflow-y:auto;background-color:rgb(var(--color-secondary));display:flex;flex-direction:column}.notification__wrapper--info{height:100%;display:flex;flex-direction:column}.notification__wrapper--info__heading{margin-block-start:2rem;border-block-end:.5px solid rgb(var(--color-border))}.notification__wrapper--info__heading h3{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text));margin-inline:1.5rem;margin-block-end:1.125rem}.notification__wrapper--info__profiles{height:100%}.notification__wrapper--info__profiles ::-webkit-scrollbar{display:none}.notification__wrapper--info__profiles--recent{display:flex;justify-content:space-between;align-items:center;margin:1.5rem;margin-block-end:1rem}.notification__wrapper--info__profiles--recent__text,.notification__wrapper--info__profiles--recent__clear{font-size:1rem;font-weight:600;color:rgb(var(--color-primary-text))}.notification__wrapper--info__profiles--recent__clear{cursor:pointer}.notification__wrapper--info__profiles--profileList{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto}.notification__wrapper--info__profiles--profileList__date{font-size:1.125rem;font-weight:700;color:rgb(var(--color-primary-text));padding-inline:1.5rem;padding-block:1rem 5px}.notification__wrapper--info__profiles--profileList__listItem{display:flex;align-items:center;flex-shrink:0;height:4.375rem;padding-inline:1.5rem;overflow-x:hidden;transition:all .25ms ease;cursor:pointer}.notification__wrapper--info__profiles--profileList__listItem--image{width:3.125rem;height:3.125rem;border-radius:50%;margin-inline-end:.75rem;position:relative;flex-shrink:0}.notification__wrapper--info__profiles--profileList__listItem--image__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background-color:rgb(var(--color-secondary))}.notification__wrapper--info__profiles--profileList__listItem--wrapper{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex:1}.notification__wrapper--info__profiles--profileList__listItem--wrapper__info{display:flex;flex-direction:column;align-items:flex-start;flex:.95}.notification__wrapper--info__profiles--profileList__listItem--wrapper__info--name{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600}.notification__wrapper--info__profiles--profileList__listItem--wrapper__info--message{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500}.notification__wrapper--info__profiles--profileList__listItem--wrapper__info--message.following--message{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.notification__wrapper--info__profiles--profileList__listItem--wrapper__info--message.following--message span{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:0;line-clamp:0;-webkit-box-orient:vertical;display:inline-block;line-clamp:none;overflow:initial}.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta{display:flex;gap:.75rem;align-items:center}.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-following{background-color:rgb(var(--color-input-bg));color:rgb(var(--color-primary-text));border-radius:.75rem;font-size:.875rem;font-weight:600;padding-inline:1.25rem;height:36px;border:none;outline:none;cursor:pointer;transition:background .2s,color .2s,transform .2s;will-change:transform;min-width:fit-content}.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm:hover,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete:hover,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-following:hover{background:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm:hover,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm:focus-visible,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete:hover,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete:focus-visible,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-following:hover,.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-following:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.notification__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.notification__wrapper--info__profiles--followRequests .followRequests__listItem{height:6rem}.notification__wrapper--info__profiles--followRequests .followRequests__listItem .followRequests__listItem--image{position:relative;margin-inline-end:.9375rem}.notification__wrapper--info__profiles--followRequests .followRequests__listItem .followRequests__listItem--image:has(img:nth-child(2)){margin-inline-end:2.125rem}.notification__wrapper--info__profiles--followRequests .followRequests__listItem .followRequests__listItem--image .followRequests__listItem--avatar{position:absolute}.notification__wrapper--info__profiles--followRequests .followRequests__listItem .followRequests__listItem--image .followRequests__listItem--avatar__second{top:16px;left:16px}.notification__wrapper--info__profiles--followRequests .followRequests__listItem .followRequests__listItem--wrapper{flex:1;justify-content:space-between}.notification__wrapper--info__profiles--followRequests .followRequests__listItem .followRequests__listItem--wrapper .dot{display:inline-block;width:7px;height:7px;border-radius:50%;overflow:hidden;background-color:rgb(var(--color-primary))}.notification__wrapper--info__profiles--followRequests .followRequests__listItem .followRequests__listItem--wrapper .followRequests__listItem--wrapper__ctaMore{gap:7px}.notification__wrapper--info__profiles--noResult{height:100%;display:flex;justify-content:center;align-items:center}.notification__wrapper--info__profiles--noResult__text{font-size:.875rem;color:rgb(var(--color-secondary-text))}.notification__wrapper__post-image{width:2.3rem;height:2.3rem;border-radius:8px;overflow:hidden}.notification__wrapper__post-image img{width:100%;height:100%;object-fit:cover}.notification .seeMore{color:rgb(var(--color-primary-text));cursor:pointer;font-weight:500;text-align:center;margin-block:10px;display:flex;justify-content:center;align-items:center;gap:5px}.followRequests{width:100%;height:100%;flex-shrink:0}.followRequests__wrapper{height:100%;background-color:rgb(var(--color-secondary));display:flex;flex-direction:column}.followRequests__wrapper--info{height:100%;overflow-y:auto;display:flex;flex-direction:column}.followRequests__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:1.5rem;display:flex;align-items:center;gap:1.25rem}.followRequests__wrapper--info__heading h3{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.followRequests__wrapper--info__search{margin:.875rem 1.5rem}.followRequests__wrapper--info__search--wrapper{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.followRequests__wrapper--info__search--wrapper input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.followRequests__wrapper--info__profiles--profileList{display:flex;flex-direction:column;flex-grow:1}.followRequests__wrapper--info__profiles--profileList__date{font-size:1.125rem;font-weight:700;color:rgb(var(--color-tertiary-text));padding-inline:1.5rem;padding-block:1rem 5px}.followRequests__wrapper--info__profiles--profileList__listItem{display:flex;align-items:center;flex-shrink:0;height:4.375rem;padding-inline:1.5rem;overflow-x:hidden;transition:all .25ms ease;cursor:pointer}.followRequests__wrapper--info__profiles--profileList__listItem--image{width:3.125rem;height:3.125rem;border-radius:50%;margin-inline-end:.75rem;position:relative;flex-shrink:0}.followRequests__wrapper--info__profiles--profileList__listItem--image__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper{display:flex;justify-content:space-between;align-items:center;gap:.625rem;flex:1}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__info{display:flex;flex-direction:column;align-items:flex-start}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__info--name{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__info--message{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta{display:flex;gap:.75rem;align-items:center}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm,.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete{background-color:rgb(var(--color-input-bg));color:rgb(var(--color-primary-text));border-radius:.75rem;font-size:.875rem;font-weight:600;padding-inline:1.25rem;height:36px;border:none;outline:none;cursor:pointer;transition:background .2s,color .2s,transform .2s;will-change:transform}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm:hover,.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete:hover{background:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm:hover,.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm:focus-visible,.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete:hover,.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-delete:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-confirm{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.followRequests__wrapper--info__profiles--profileList__listItem--wrapper__cta .btn-remove{padding:2px}.followRequests__wrapper--info__profiles--noResult{height:100%;display:flex;justify-content:center;align-items:center}.followRequests__wrapper--info__profiles--noResult__text{font-size:.875rem;color:rgb(var(--color-secondary-text))}.report__popup{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.report__popup.close{animation:fade-out .25s ease forwards}.report__popup--dialog{width:550px;background-color:rgb(var(--color-popup));border-radius:.5rem;animation:delay-dialog .25s ease forwards}.report__popup--dialog.close{animation:delay-dialog-out .25s ease forwards}.report__popup--dialog__heading{display:flex;padding:1.125rem 1.35rem;padding-block-end:0;text-align:center}.report__popup--dialog__heading h4{width:100%;font-size:1.35rem;font-weight:400;color:rgb(var(--color-primary-text));margin-block-end:1rem}.report__popup--dialog__details{display:flex;flex-direction:column;gap:1.5rem;padding-inline:1.35rem;margin-block-end:1.5rem;padding-block:1.5rem 1rem;border-block:1px solid rgb(var(--color-border))}.report__popup--dialog__details--item{display:flex;align-items:center;gap:1rem}.report__popup--dialog__details--item__image{flex-shrink:0;width:24px;height:24px;margin-top:.125rem}.report__popup--dialog__details--item__text{color:rgb(var(--color-secondary-text));font-size:.875rem;line-height:1.5}.report__popup--dialog__cta{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;width:100%;gap:1rem;padding-inline:1.35rem;padding-block-end:1.125rem}.report__popup--dialog__cta .btn-cancel,.report__popup--dialog__cta .btn-send{width:100%;flex:1;background-color:transparent;padding:.5rem 1.125rem;font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-text));border:1px solid rgb(var(--color-primary));border-radius:500px;will-change:transform;transition:background-color .25s ease,transform .25s ease}.report__popup--dialog__cta .btn-cancel:hover,.report__popup--dialog__cta .btn-cancel:focus-visible,.report__popup--dialog__cta .btn-send:hover,.report__popup--dialog__cta .btn-send:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.report__popup--dialog__cta .btn-cancel{background-color:rgb(var(--color-input-bg));border:none}.report__popup--dialog__cta .btn-cancel:hover,.report__popup--dialog__cta .btn-cancel:focus-visible{color:rgb(var(--color-offwhite))}.report__popup--dialog__cta .active{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.acccountPrivacy{width:100%;height:100%}.acccountPrivacy__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary));display:flex;flex-direction:column}.acccountPrivacy__wrapper--info{height:100%}.acccountPrivacy__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.acccountPrivacy__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.acccountPrivacy__wrapper--info__details{display:flex;flex-direction:column;gap:1rem;padding-inline:.9375rem;padding-block-end:.9375rem}.acccountPrivacy__wrapper--info__details--privateAccount{display:flex;align-items:center;justify-content:space-between;margin-block:.875rem;width:100%;padding:.75rem .9375rem;border-radius:10px;background-color:rgb(var(--color-input-bg))}.acccountPrivacy__wrapper--info__details--privateAccount__text{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:500}.acccountPrivacy__wrapper--info__details--detail{font-size:.8rem;color:rgb(var(--color-primary-text))}.acccountPrivacy__wrapper--info__details--detail .learnMore{display:inline-block;font-size:.875rem;color:rgb(var(--color-primary));padding-inline-start:2px;margin-block-end:1rem;cursor:pointer}.acccountPrivacy__wrapper--info__details .off{width:37px;height:20px;background-color:rgb(var(--color-description));border-radius:25px;padding:1px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;transition:background-color .3s}.acccountPrivacy__wrapper--info__details .off .on{width:15px;height:15px;background-color:rgb(var(--color-secondary));border-radius:50%;margin:2px;transition:background-color .3s,transform .3s;transform:translate(0)}.acccountPrivacy__wrapper--info__details .off.toggled .on{transform:translate(100%)}.acccountPrivacy__wrapper--info__details .off.toggled{background-color:rgb(var(--color-primary-d))}.acccountPrivacy__wrapper--info__details .btn-done{width:100%;background-color:rgb(var(--color-primary));border-radius:500px;font-size:18px;font-weight:600;color:rgb(var(--color-white));padding:12px;text-align:center;margin-block-start:5px;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.acccountPrivacy__wrapper--info__details .btn-done:hover,.acccountPrivacy__wrapper--info__details .btn-done:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.closeFriend,.favorites{width:100%;height:100%}.closeFriend__wrapper,.favorites__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.closeFriend__wrapper--info,.favorites__wrapper--info{height:100%;display:flex;flex-direction:column}.closeFriend__wrapper--info__heading,.favorites__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.closeFriend__wrapper--info__heading h2,.favorites__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.closeFriend__wrapper--info__search,.favorites__wrapper--info__search{margin:.875rem .9375rem}.closeFriend__wrapper--info__search--wrapper,.favorites__wrapper--info__search--wrapper{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.closeFriend__wrapper--info__search--wrapper input[type=search],.favorites__wrapper--info__search--wrapper input[type=search]{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.closeFriend__wrapper--info__profiles,.favorites__wrapper--info__profiles{display:flex;flex-direction:column}.closeFriend__wrapper--info__profiles--profile,.favorites__wrapper--info__profiles--profile{display:flex;align-items:center;height:3.75rem;padding-inline:.9375rem;transition:background-color .25s ease-out}.closeFriend__wrapper--info__profiles--profile:focus-visible,.favorites__wrapper--info__profiles--profile:focus-visible{outline:0}.closeFriend__wrapper--info__profiles--profile__image,.favorites__wrapper--info__profiles--profile__image{width:2.875rem;height:2.875rem;border-radius:50%;margin-inline-end:.875rem;overflow:hidden;position:relative}.closeFriend__wrapper--info__profiles--profile__image--avatar,.favorites__wrapper--info__profiles--profile__image--avatar{width:100%;height:100%;object-fit:cover}.closeFriend__wrapper--info__profiles--profile__container,.favorites__wrapper--info__profiles--profile__container{flex:1;display:flex;align-items:center;justify-content:space-between;padding-block:.8125rem;height:100%;gap:.625rem}.closeFriend__wrapper--info__profiles--profile__container--info,.favorites__wrapper--info__profiles--profile__container--info{display:flex;flex-direction:column;justify-content:space-between;flex:1}.closeFriend__wrapper--info__profiles--profile__container--info__username,.favorites__wrapper--info__profiles--profile__container--info__username{font-size:.9375rem;color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer}.closeFriend__wrapper--info__profiles--profile__container--info__name,.favorites__wrapper--info__profiles--profile__container--info__name{font-size:.875rem;font-weight:500;color:rgb(var(--color-secondary-text));overflow-wrap:break-word;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.closeFriend__wrapper--info__profiles--profile__container--cta,.favorites__wrapper--info__profiles--profile__container--cta{display:flex;align-items:center;gap:.625rem}.closeFriend__wrapper--info__profiles--profile__container--cta .btn-remove,.favorites__wrapper--info__profiles--profile__container--cta .btn-remove{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite));padding-inline:1rem;font-size:.875rem;font-weight:600;border-radius:.75rem;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.closeFriend__wrapper--info__profiles--profile__container .btn-clear,.favorites__wrapper--info__profiles--profile__container .btn-clear{padding:2px}.closeFriend__wrapper--info__profiles--noData,.favorites__wrapper--info__profiles--noData{height:80vh;display:flex;justify-content:center;align-items:center}.closeFriend__wrapper--info__profiles--noData__wrapper,.favorites__wrapper--info__profiles--noData__wrapper{display:flex;flex-direction:column;align-items:center;gap:.25rem}.closeFriend__wrapper--info__profiles--noData__wrapper--image,.favorites__wrapper--info__profiles--noData__wrapper--image{margin-block-end:1rem}.closeFriend__wrapper--info__profiles--noData__wrapper--text,.favorites__wrapper--info__profiles--noData__wrapper--text{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.15rem}.closeFriend__wrapper--info__profiles--noData__wrapper--subInfo,.favorites__wrapper--info__profiles--noData__wrapper--subInfo{font-weight:400;font-size:1rem;color:rgb(var(--color-secondary-text))}.blockedAccounts{width:100%;height:100%}.blockedAccounts__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary));display:flex;flex-direction:column}.blockedAccounts__wrapper--info{height:100%;display:flex;flex-direction:column}.blockedAccounts__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.blockedAccounts__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.blockedAccounts__wrapper--info__profiles--profile{display:flex;align-items:center;height:3.75rem;padding-inline:.9375rem;transition:background-color .25s ease-out}.blockedAccounts__wrapper--info__profiles--profile:focus-visible{outline:0}.blockedAccounts__wrapper--info__profiles--profile__image{width:2.875rem;height:2.875rem;border-radius:50%;margin-inline-end:.875rem;overflow:hidden;position:relative}.blockedAccounts__wrapper--info__profiles--profile__image--avatar{width:100%;height:100%;object-fit:cover}.blockedAccounts__wrapper--info__profiles--profile__container{flex:1;display:flex;align-items:center;justify-content:space-between;padding-block:.8125rem;height:100%;gap:.625rem}.blockedAccounts__wrapper--info__profiles--profile__container--info{display:flex;flex-direction:column;justify-content:space-between;flex:1}.blockedAccounts__wrapper--info__profiles--profile__container--info__username{font-size:.9375rem;color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer}.blockedAccounts__wrapper--info__profiles--profile__container--info__name{font-size:.875rem;font-weight:500;color:rgb(var(--color-secondary-text));overflow-wrap:break-word;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.blockedAccounts__wrapper--info__profiles--profile__container--cta{display:flex;align-items:center;gap:.625rem}.blockedAccounts__wrapper--info__profiles--profile__container--cta .btn-unblock{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite));padding-inline:1rem;font-size:.875rem;font-weight:600;border-radius:.75rem;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.blockedAccounts__wrapper--info__profiles--profile__container--cta .btn-unblock:hover,.blockedAccounts__wrapper--info__profiles--profile__container--cta .btn-unblock:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.blockedAccounts__wrapper--info__profiles--noData{height:80vh;display:flex;justify-content:center;align-items:center}.blockedAccounts__wrapper--info__profiles--noData__wrapper{display:flex;flex-direction:column;align-items:center;gap:.35rem}.blockedAccounts__wrapper--info__profiles--noData__wrapper--image{margin-block-end:1rem}.blockedAccounts__wrapper--info__profiles--noData__wrapper--text{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.15rem}.blockedAccounts__wrapper--info__profiles--noData__wrapper--subInfo{font-weight:400;font-size:1rem;color:rgb(var(--color-secondary-text))}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.commentSettings{width:100%;height:100%}.commentSettings__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.commentSettings__wrapper--info{height:100%;display:flex;flex-direction:column}.commentSettings__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.commentSettings__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.commentSettings__wrapper--info__list--listItem{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding-inline:.9375rem;padding-block:1.125rem;cursor:pointer}.commentSettings__wrapper--info__list--listItem--header{cursor:revert}.commentSettings__wrapper--info__list--listItem__info{display:flex;flex-direction:column;gap:8px}.commentSettings__wrapper--info__list--listItem__info--title{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:600;line-height:100%}.commentSettings__wrapper--info__list--listItem__info--subtitle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;line-height:100%}.commentSettings__wrapper--info__list--listItem .off{width:37px;height:20px;background-color:rgb(var(--color-secondary-text));border-radius:25px;padding:1px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;transition:background-color .3s}.commentSettings__wrapper--info__list--listItem .off .on{width:15px;height:15px;background-color:rgb(var(--color-secondary));border-radius:50%;margin:2px;transition:background-color .3s,transform .3s;transform:translate(0)}.commentSettings__wrapper--info__list--listItem .off.toggled .on{transform:translate(100%)}.commentSettings__wrapper--info__list--listItem .off.toggled{background-color:rgb(var(--color-primary-d))}.commentSettings__wrapper--info__list--listItem__cta{width:fit-content;height:fit-content}.commentSettings__wrapper--info__list--listItem__cta input[type=radio]{position:absolute;opacity:0;height:0;width:0}.commentSettings__wrapper--info__list--listItem__cta .checkmark{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:20px;width:20px;height:20px;vertical-align:middle}.commentSettings__wrapper--info__list--listItem__cta .checkmark:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.commentSettings__wrapper--info__list--listItem__cta .checkmark .radio-cmn{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;line-height:0;white-space:nowrap;cursor:pointer}.commentSettings__wrapper--info__list--listItem__cta .checkmark .offRadio{border:2px solid rgb(var(--color-primary-text));background-color:transparent;transition:border .25s ease}.commentSettings__wrapper--info__list--listItem__cta .checkmark .onRadio{will-change:transform;background-color:rgb(var(--color-primary-text));scale:0;transition:scale .25s ease}.commentSettings__wrapper--info__list--listItem__cta input[type=radio]:checked+.checkmark .onRadio,.commentSettings__wrapper--info__list--listItem__cta input[type=radio]:focus+.checkmark .onRadio{scale:.6}.commentSettings__wrapper--info__list--listItem__cta input[type=radio]:checked+.checkmark .offRadio,.commentSettings__wrapper--info__list--listItem__cta input[type=radio]:focus+.checkmark .offRadio{border-color:rgb(var(--color-primary-text))}.savePosts,.archivePosts{width:100%;height:100%}.savePosts__wrapper,.archivePosts__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.savePosts__wrapper--info,.archivePosts__wrapper--info{height:100%;display:flex;flex-direction:column}.savePosts__wrapper--info__heading,.archivePosts__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.savePosts__wrapper--info__heading h2,.archivePosts__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text));margin-block-end:.45rem}.savePosts__wrapper--info__heading__sub,.archivePosts__wrapper--info__heading__sub{font-weight:500;color:rgb(var(--color-secondary-text));font-size:1rem}.savePosts__wrapper--info__post,.archivePosts__wrapper--info__post{flex:1;margin-inline:.9375rem}.savePosts__wrapper--info__post--grid,.archivePosts__wrapper--info__post--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-block-end:2rem}.savePosts__wrapper--info__post--grid__item,.archivePosts__wrapper--info__post--grid__item{position:relative;width:100%;padding-bottom:100%;background-color:rgb(var(--color-input-bg));overflow:hidden}.savePosts__wrapper--info__post--grid__item--content,.archivePosts__wrapper--info__post--grid__item--content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.savePosts__wrapper--info__post--grid__item--content img,.archivePosts__wrapper--info__post--grid__item--content img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.savePosts__wrapper--info__post--grid__item--content img:hover,.archivePosts__wrapper--info__post--grid__item--content img:hover{transform:scale(1.05)}.savePosts__wrapper--info__post--grid__item:hover,.archivePosts__wrapper--info__post--grid__item:hover{cursor:pointer}.savePosts__wrapper--info__post--grid__item:after,.archivePosts__wrapper--info__post--grid__item:after{content:"";position:absolute;inset:0;background:#0000;pointer-events:none}.savePosts__wrapper--info__post--grid__item:hover:after,.archivePosts__wrapper--info__post--grid__item:hover:after{background:#0000001a}.savePosts__wrapper--info__post--empty,.archivePosts__wrapper--info__post--empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:rgb(var(--color-secondary-text))}.savePosts__wrapper--info__post--empty__icon,.archivePosts__wrapper--info__post--empty__icon{margin-block-end:1rem}.savePosts__wrapper--info__post--empty__message,.archivePosts__wrapper--info__post--empty__message{font-size:1rem;font-weight:500;margin-block-end:.5rem}.savePosts__wrapper__itemIcon,.archivePosts__wrapper__itemIcon{position:absolute;top:5px;right:5px}.globalFooter__wrapper{width:100%;margin-inline:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-block:1.625rem 2rem}.globalFooter__wrapper__links{display:flex;flex-wrap:wrap;justify-content:space-between;flex:1;width:calc(100% - 2rem)}.globalFooter__wrapper__links a{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text));text-decoration:none;position:relative;display:inline-flex;align-items:center;gap:.35rem}.globalFooter__wrapper__links a:hover,.globalFooter__wrapper__links a:focus-visible{text-decoration:underline}.globalFooter__wrapper__copyright{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}.accountSettings{width:100%;height:100%}.accountSettings__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.accountSettings__wrapper--info{height:100%;display:flex;flex-direction:column}.accountSettings__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.accountSettings__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.accountSettings__wrapper--info__list--listItem{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding-inline:.9375rem;padding-block:1.125rem;cursor:pointer}.accountSettings__wrapper--info__list--listItem__info{display:flex;flex-direction:column;gap:8px}.accountSettings__wrapper--info__list--listItem__info--title{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:600;line-height:100%}.accountSettings__wrapper--info__list--listItem__info--subtitle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;line-height:100%}.accountSettings__wrapper--info__list--listItem__cta{flex-shrink:0;padding:2px;cursor:pointer}.toast-container{position:fixed;bottom:2rem;left:2rem;z-index:var(--layer-10)}.toast-container .toast{margin-block-end:.625rem}.toast-container .toast:last-child{margin-block-end:0}.toast-container .toast .toast-wrapper{max-width:45ch;background-color:rgb(var(--color-primary-d));border-radius:5px;padding:.625rem;display:flex;align-items:center;gap:.9375rem}.toast-container .toast .toast-wrapper .info{color:rgb(var(--color-offwhite));font-size:1rem;font-weight:400;line-height:1.35}.toast-container .toast .toast-wrapper .btn-undo{color:#1790a3;font-size:.9375rem;font-weight:600;line-height:1.25}.toast-container .toast .toast-wrapper .close{flex-shrink:0;cursor:pointer}.notificationSettings{width:100%;height:100%}.notificationSettings__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.notificationSettings__wrapper--info{height:100%;display:flex;flex-direction:column}.notificationSettings__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.notificationSettings__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.notificationSettings__wrapper--info__list--listItem{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding-inline:.9375rem;padding-block:1.125rem;cursor:pointer}.notificationSettings__wrapper--info__list--listItem__info{display:flex;flex-direction:column;gap:8px}.notificationSettings__wrapper--info__list--listItem__info--title{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:600;line-height:100%}.notificationSettings__wrapper--info__list--listItem__info--subtitle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;line-height:100%}.notificationSettings__wrapper--info__list--listItem .off{width:37px;height:20px;background-color:rgb(var(--color-secondary-text));border-radius:25px;padding:1px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;transition:background-color .3s}.notificationSettings__wrapper--info__list--listItem .off .on{width:15px;height:15px;background-color:rgb(var(--color-secondary));border-radius:50%;margin:2px;transition:background-color .3s,transform .3s;transform:translate(0)}.notificationSettings__wrapper--info__list--listItem .off.toggled .on{transform:translate(100%)}.notificationSettings__wrapper--info__list--listItem .off.toggled{background-color:rgb(var(--color-primary-d))}.notificationSettings__wrapper--info__list--listItem__cta{padding:2px;cursor:pointer}.followingFollowers{width:100%;height:100%}.followingFollowers__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.followingFollowers__wrapper--info{height:100%;display:flex;flex-direction:column}.followingFollowers__wrapper--info__heading{margin-block:2rem 0;margin-inline:.9375rem;display:flex;align-items:center;gap:1.25rem}.followingFollowers__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.followingFollowers__wrapper--info__list--listItem{display:flex;flex-direction:column;gap:3rem;padding-inline:.9375rem;padding-block:2rem}.followingFollowers__wrapper--info__list--listItem:not(:last-child){border-bottom:1px solid rgb(var(--color-border))}.followingFollowers__wrapper--info__list--listItem__info{display:flex;flex-direction:column}.followingFollowers__wrapper--info__list--listItem__info--title{margin-block-end:1.125rem}.followingFollowers__wrapper--info__list--listItem__info--title__text{color:rgb(var(--color-primary-text));font-size:1.1rem;font-weight:600;line-height:100%}.followingFollowers__wrapper--info__list--listItem__info--options{margin-block-end:.875rem}.followingFollowers__wrapper--info__list--listItem__info--options__option{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.followingFollowers__wrapper--info__list--listItem__info--options__option:not(:last-child){margin-block-end:.875rem}.followingFollowers__wrapper--info__list--listItem__info--options__option--text{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500;line-height:100%}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta{width:fit-content;height:fit-content}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta input[type=radio]{position:absolute;opacity:0;height:0;width:0}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta .checkmark{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:20px;width:20px;height:20px;vertical-align:middle}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta .checkmark:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta .checkmark .radio-cmn{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;line-height:0;white-space:nowrap;cursor:pointer}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta .checkmark .offRadio{border:2px solid rgb(var(--color-primary-text));background-color:transparent;transition:border .25s ease}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta .checkmark .onRadio{will-change:transform;background-color:rgb(var(--color-primary-text));scale:0;transition:scale .25s ease}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta input[type=radio]:checked+.checkmark .onRadio,.followingFollowers__wrapper--info__list--listItem__info--options__option--cta input[type=radio]:focus+.checkmark .onRadio{scale:.6}.followingFollowers__wrapper--info__list--listItem__info--options__option--cta input[type=radio]:checked+.checkmark .offRadio,.followingFollowers__wrapper--info__list--listItem__info--options__option--cta input[type=radio]:focus+.checkmark .offRadio{border-color:rgb(var(--color-primary-text))}.followingFollowers__wrapper--info__list--listItem__info--note__text{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;line-height:100%}.messages__requests .messages__inbox__header{justify-content:flex-start}.messages__requests__delete{width:100%;text-align:center;margin-block:5px}.messages__requests__delete .btn-delete{background-color:transparent;padding:4px;width:fit-content;font-size:.8rem;font-weight:700;color:rgb(var(--color-error))}.profileDetails{background-color:rgb(var(--color-secondary));width:350px;max-width:380px;height:100vh;border-inline-start:1px solid rgb(var(--color-border));display:flex;flex-direction:column}.profileDetails__icon{flex-shrink:0}.profileDetails__header{color:rgb(var(--color-primary-text));display:flex;padding:.75rem 1.5rem;border-bottom:1px solid rgb(var(--color-border));flex-shrink:0;height:70px}.profileDetails__header--title{height:100%;font-size:1.25rem;font-weight:700;display:flex;justify-content:center;align-items:center}.profileDetails__content{height:100%;overflow-y:hidden;display:flex;flex-direction:column}.profileDetails__section{padding:1rem 1.25rem;border-bottom:1px solid rgb(var(--color-border))}.profileDetails__section:last-child{border-bottom:none}.profileDetails__members-section{height:100%;display:flex;flex-direction:column}.profileDetails__setting{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}.profileDetails__setting .off{width:37px;height:1.25rem;background-color:rgb(var(--color-secondary-text));border-radius:25px;padding:1px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;transition:background-color .3s}.profileDetails__setting .off .on{width:15px;height:15px;background-color:rgb(var(--color-secondary));border-radius:50%;margin:2px;transition:background-color .3s,transform .3s;transform:translate(0)}.profileDetails__setting .off.toggled .on{transform:translate(100%)}.profileDetails__setting .off.toggled{background-color:rgb(var(--color-primary-d))}.profileDetails__setting-info{display:flex;align-items:center;gap:1rem}.profileDetails__setting-info--subtitle{font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-text))}.profileDetails__subheading{display:inline-block;font-size:.8rem;font-weight:600;color:rgb(var(--color-secondary-text));letter-spacing:.5px;padding:.9375rem 1.25rem;padding-block-end:5px}.profileDetails__memberList{height:100%;overflow-y:auto}.profileDetails__member{display:flex;align-items:center;gap:1rem;padding:.5rem 1.25rem;cursor:pointer}.profileDetails__member-avatar{width:3.125rem;height:3.125rem;border-radius:50%;position:relative;flex-shrink:0;overflow:hidden}.profileDetails__member-avatar img{width:100%;height:100%;object-fit:cover}.profileDetails__member-info{display:flex;flex-direction:column}.profileDetails__member-name{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.profileDetails__member-handle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.profileDetails__actions{border-block-start:1px solid rgb(var(--color-border));padding:.75rem 0;display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.profileDetails__action{color:rgb(var(--color-error));font-size:.9375rem;font-weight:600;padding:.75rem 1.25rem}.unSendMessage{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.unSendMessage.close{animation:fade-out .25s ease forwards}.unSendMessage__dialog{width:550px;background-color:rgb(var(--color-popup));border-radius:.5rem;animation:delay-dialog .25s ease forwards}.unSendMessage__dialog.close{animation:delay-dialog-out .25s ease forwards}.unSendMessage__dialog--info{padding:1.25rem;padding-block-start:1.5rem;text-align:center}.unSendMessage__dialog--info h4{width:100%;font-size:1.125rem;font-weight:700;color:rgb(var(--color-primary-text));margin-block-end:.875rem}.unSendMessage__dialog--info__subInfo{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500}.unSendMessage__dialog--cta{display:flex;flex-direction:column}.unSendMessage__dialog--cta>*{padding:.9375rem;font-size:.9375rem;color:rgb(var(--color-primary-text))}.unSendMessage__dialog--cta .btn-unblock{color:rgb(var(--color-error));border-block:.5px solid rgb(var(--color-border))}.messageCtaMenu{background-color:rgb(var(--color-popup));border-radius:8px;padding:8px 0;min-width:140px;box-shadow:0 4px 16px #0000004d;position:fixed;z-index:var(--layer-6);opacity:0;scale:0;transition:opacity .2s ease-out,transform .2s ease-out}.messageCtaMenu.visible{opacity:1;scale:1}.messageCtaMenu__timestamp{padding:8px 16px;font-size:.8rem;font-family:var(--font-family-secondary);color:rgb(var(--color-secondary-text));border-block-end:1.5px solid rgb(var(--color-border))}.messageCtaMenu__item{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;transition:background-color .15s ease;cursor:pointer}.messageCtaMenu__item:hover,.messageCtaMenu__item:focus-visible{background-color:#ffffff1a}.messageCtaMenu__item:active{background-color:#ffffff26}.messageCtaMenu__item--unsend,.messageCtaMenu__item--report{border-block-start:1.5px solid rgb(var(--color-border))}.messageCtaMenu__item--unsend .messageCtaMenu__text,.messageCtaMenu__item--report .messageCtaMenu__text{color:rgb(var(--color-error))}.messageCtaMenu__text{color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:500;-webkit-user-select:none;user-select:none}.messageCtaMenu__icon{display:flex;align-items:center;justify-content:center}.messageGroup-cta{display:none;gap:2px;align-items:center;align-self:center;position:relative}.messageGroup-cta.messageGroup-cta--visible{display:flex}.messageGroup-cta.messageGroup-cta--visible.receiver{flex-direction:row-reverse}.messageGroup-cta .btn-messageCta{width:26px;height:26px;background-color:transparent;border-radius:50%;box-shadow:0 1px 2px rgb(var(--color-quaternary),.15);display:flex;align-items:center;justify-content:center;transition:background-color .25s ease}.messageGroup-cta .btn-messageCta:hover{background-color:rgb(var(--color-popup))}.message-group{width:100%;position:relative;padding-inline:2rem}.message-group__forward-heading{display:inline-flex;align-items:center;margin-block:5px}.message-group__forward-heading--title{font-size:.75rem;font-weight:600;color:rgb(var(--color-secondary-text))}.message-group__forward-heading--edited{font-size:.75rem;font-weight:600;color:rgb(var(--color-edited-msg));display:inline-flex;align-items:center}.message-group__forward-heading--edited span[aria-hidden=true]{display:inline-block;margin-inline:5px;width:2px;height:2px;border-radius:50%;background-color:rgb(var(--color-secondary-text));flex-shrink:0}.message-group__forwarded-message{margin-block:5px}.message-group__forwarded-message__wrapper{background-color:rgb(var(--color-reply-msg-bg))!important;font-size:.875rem!important}.message-group__mainMessage-wrapper{display:flex;flex-direction:column;width:fit-content;height:fit-content;width:100%}.message-group__message-wrapper{display:flex;align-items:flex-end;gap:.625rem;width:100%;padding-block-end:3px}.message-group__message-wrapper__common-content{display:flex;flex-direction:column;max-width:60%}.message-group__message-wrapper__common-content__info{width:fit-content;height:fit-content;padding:.55rem 1rem;border-radius:10px;white-space:pre-wrap;word-break:break-word;font-weight:500;font-size:.9375rem;line-height:100%;color:rgb(var(--color-primary-text))}.message-group__message-wrapper__common-content__info .readMore{color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer}.message-group__message-wrapper--avatar{width:30px;height:30px;border-radius:50%;overflow:hidden}.message-group__message-wrapper--avatar img{width:100%;height:100%;object-fit:cover}.message-group__message-wrapper .btn-error{flex-shrink:0;align-self:center}.message-group__message-wrapper .btn-isSending{flex-shrink:0;padding-block-end:3px}.message-group--sent{display:flex;justify-content:flex-end}.message-group--sent .message-group__message-wrapper{justify-content:flex-end}.message-group--sent .message-group__mainMessage-wrapper{align-items:flex-end}.message-group--sent .message-group__message-wrapper__common-content__info{background-color:rgb(var(--color-send-msg-bg));color:rgb(var(--color-offwhite))}.message-group--sent .message-group__message-wrapper__common-content__info .readMore{color:rgb(var(--color-offwhite));font-weight:600;cursor:pointer}.message-group--received{display:flex;justify-content:flex-start}.message-group--received .message-group__message-wrapper{justify-content:flex-start}.message-group--received .message-group__mainMessage-wrapper{align-items:flex-start}.message-group--received .message-group__mainMessage-wrapper .message-group__forward-heading,.message-group--received .message-group__mainMessage-wrapper .message-group__forwarded-message{margin-inline-start:40px}.message-group--received .message-group__message-wrapper__common-content__info{background-color:rgb(var(--color-recieved-msg-bg));color:rgb(var(--color-primary-text))}.audio-group{width:100%;position:relative;padding-inline:2rem}.audio-group__forward-heading{display:inline-flex;align-items:center;margin-block:5px}.audio-group__forward-heading--title{font-size:.75rem;font-weight:600;color:rgb(var(--color-secondary-text))}.audio-group__forward-heading--edited{font-size:.75rem;font-weight:600;color:rgb(var(--color-edited-msg));display:inline-flex;align-items:center}.audio-group__forward-heading--edited span[aria-hidden=true]{display:inline-block;margin-inline:5px;width:2px;height:2px;border-radius:50%;background-color:rgb(var(--color-secondary-text));flex-shrink:0}.audio-group__forwarded-message{margin-block-end:5px}.audio-group__forwarded-message__wrapper{background-color:rgb(var(--color-reply-msg-bg))!important;font-size:.875rem!important;color:rgb(var(--color-primary-text));font-weight:500;font-size:.9375rem;line-height:100%}.audio-group__mainMessage-wrapper{display:flex;flex-direction:column;width:fit-content;height:fit-content;max-width:60%}.audio-group__message-wrapper{display:flex;align-items:flex-end;gap:.625rem;padding-block-end:3px}.audio-group__message-wrapper--content{width:fit-content;height:fit-content;border-radius:10px;overflow:hidden;padding:.75rem 1rem;box-shadow:0 1px 2px rgb(var(--color-black),.26);display:flex;align-items:center;gap:.625rem}.audio-group__message-wrapper--content__info{display:flex;align-items:center;gap:.625rem}.audio-group__message-wrapper--content__info--wave{width:110px;height:15px}.audio-group__message-wrapper--content__info--wave svg{width:100%;height:100%}.audio-group__message-wrapper--content__info--duration{font-size:.75rem;font-weight:400;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text))}.audio-group__message-wrapper--avatar{width:30px;height:30px;border-radius:50%;overflow:hidden}.audio-group__message-wrapper--avatar img{width:100%;height:100%;object-fit:cover}.audio-group--sent{display:flex;justify-content:flex-end}.audio-group--sent .audio-group__mainMessage-wrapper{align-items:flex-end}.audio-group--sent .audio-group__message-wrapper--content{background-color:rgb(var(--color-send-audio-msg-bg));color:rgb(var(--color-offwhite))}.audio-group--sent .audio-group__message-wrapper--content .readMore{color:rgb(var(--color-offwhite));font-weight:600;cursor:pointer}.audio-group--received{display:flex;justify-content:flex-start}.audio-group--received .audio-group__mainMessage-wrapper{align-items:flex-start}.audio-group--received .audio-group__mainMessage-wrapper .message-group__forward-heading,.audio-group--received .audio-group__mainMessage-wrapper .message-group__forwarded-message{margin-inline-start:40px}.audio-group--received .audio-group__message-wrapper--content{background-color:rgb(var(--color-recieved-msg-bg));color:rgb(var(--color-primary-text))}.sticker-group{width:100%;position:relative;padding-inline:2rem}.sticker-group__forward-heading{margin-block:5px}.sticker-group__forward-heading--title{font-size:.75rem;font-weight:600;color:rgb(var(--color-secondary-text))}.sticker-group__forwarded-message{margin-block-end:5px}.sticker-group__forwarded-message__wrapper{background-color:rgb(var(--color-reply-msg-bg))!important;font-size:.875rem!important}.sticker-group__mainMessage-wrapper{display:flex;flex-direction:column;width:fit-content;height:fit-content;max-width:60%}.sticker-group__message-wrapper{display:flex;align-items:flex-end;gap:.625rem;padding-block-end:3px}.sticker-group__message-wrapper__common-content{display:flex;flex-direction:column}.sticker-group__message-wrapper__common-content__info{width:150px;height:150px;padding:.55rem 1rem;border-radius:10px}.sticker-group__message-wrapper__common-content__info img{width:100%;height:100%;object-fit:contain}.sticker-group__message-wrapper--avatar{width:30px;height:30px;border-radius:50%;overflow:hidden}.sticker-group__message-wrapper--avatar img{width:100%;height:100%;object-fit:cover}.sticker-group--sent{display:flex;justify-content:flex-end}.sticker-group--sent .message-group__mainMessage-wrapper{align-items:flex-end}.sticker-group--received{display:flex;justify-content:flex-start}.sticker-group--received .message-group__mainMessage-wrapper{align-items:flex-start}.replyMedia-group{width:100%;position:relative;padding-inline:2rem}.replyMedia-group__forward-heading{display:inline-flex;align-items:center;margin-block-start:5px}.replyMedia-group__forward-heading--title{font-size:.75rem;font-weight:600;color:rgb(var(--color-secondary-text))}.replyMedia-group__forward-heading--edited{font-size:.75rem;font-weight:600;color:rgb(var(--color-edited-msg));display:inline-flex;align-items:center}.replyMedia-group__forward-heading--edited span[aria-hidden=true]{display:inline-block;margin-inline:5px;width:2px;height:2px;border-radius:50%;background-color:rgb(var(--color-secondary-text));flex-shrink:0}.replyMedia-group__mainMessage-wrapper{display:flex;flex-direction:column;width:fit-content;height:fit-content;max-width:60%}.replyMedia-group__wrapper{width:fit-content;height:fit-content;display:flex;align-items:flex-end;gap:.625rem;padding-block-end:3px}.replyMedia-group__wrapper--content{border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #8a65ff26}.replyMedia-group__wrapper--content .media--unblur{position:relative;cursor:pointer}.replyMedia-group__wrapper--content .media--unblur--retry{background-color:rgb(var(--color-black),.85);border-radius:500px;color:rgb(var(--color-offwhite));padding:8px 14px;font-size:.625rem;display:flex;gap:.4rem;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}.replyMedia-group__wrapper--content .media--unblur .btn-videoIcon{position:absolute;bottom:0;left:0;z-index:var(--layer-0);padding:.5rem;background:radial-gradient(50% 50% at 50% 50%,#0000004d,#0000)}.replyMedia-group__wrapper--content .media--unblur img{width:100%;height:100%;object-fit:cover}.replyMedia-group__wrapper--content .media--unblur.portrait{width:130px;height:180px}.replyMedia-group__wrapper--content .media--unblur.media--sticker{width:80px;height:80px}.replyMedia-group__wrapper--content .media--unblur.landscape{max-width:350px;max-height:200px}.replyMedia-group__wrapper--avatar{width:30px;height:30px;border-radius:50%;overflow:hidden}.replyMedia-group__wrapper--avatar img{width:100%;height:100%;object-fit:cover}.replyMedia-group.replyMessage-group--sent{display:flex;justify-content:flex-end}.replyMedia-group.replyMessage-group--sent .replyMedia-group__mainMessage-wrapper{align-items:flex-end}.replyMedia-group.replyMessage-group--received{display:flex;justify-content:flex-start}.replyMedia-group.replyMessage-group--received .replyMedia-group__mainMessage-wrapper{align-items:flex-start}.sharedPost-group{width:100%;position:relative;padding-inline:2rem}.sharedPost-group__mainMessage-wrapper{display:flex;flex-direction:column;width:fit-content;height:fit-content;max-width:60%}.sharedPost-group__wrapper{width:fit-content;height:fit-content;display:flex;align-items:flex-end;gap:.625rem;padding-block-end:3px}.sharedPost-group__wrapper__message-container{display:flex;flex-direction:column}.sharedPost-group__wrapper--content{border-radius:10px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 12px #8a65ff26}.sharedPost-group__wrapper--content__heading{padding:.75rem}.sharedPost-group__wrapper--content__heading__wrapper{display:flex;align-items:center;gap:.75rem}.sharedPost-group__wrapper--content__heading__avatar{width:35px;height:35px;border-radius:50%;overflow:hidden}.sharedPost-group__wrapper--content__heading__avatar img{width:100%;height:100%;object-fit:cover}.sharedPost-group__wrapper--content__heading__username{color:rgb(var(--color-primary-text));font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;line-height:100%}.sharedPost-group__wrapper--content__media{height:100%;max-height:360px;overflow:hidden;cursor:pointer;position:relative}.sharedPost-group__wrapper--content__media--retry{background-color:rgb(var(--color-black),.85);border-radius:500px;color:rgb(var(--color-offwhite));padding:8px 14px;font-size:.625rem;display:flex;gap:.4rem;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}.sharedPost-group__wrapper--content__media img{width:100%;height:100%;object-fit:cover}.sharedPost-group__wrapper--content__media__itemIcon{position:absolute;top:.5rem;right:.5rem}.sharedPost-group__wrapper--content__info{padding:.75rem;font-size:.875rem;color:rgb(var(--color-primary-text));line-height:100%}.sharedPost-group__wrapper--content__info p{overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.sharedPost-group__wrapper--content .img--unblur{cursor:pointer;position:relative}.sharedPost-group__wrapper--content .img--unblur--retry{background-color:rgb(var(--color-black),.85);border-radius:500px;color:rgb(var(--color-offwhite));padding:8px 14px;font-size:.625rem;display:flex;gap:.4rem;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}.sharedPost-group__wrapper--content .img--unblur img{width:100%;height:100%;object-fit:cover}.sharedPost-group__wrapper--content .img--unblur.portrait{width:180px;height:250px}.sharedPost-group__wrapper--content .img--unblur.landscape{max-width:350px;max-height:200px}.sharedPost-group__wrapper--avatar{width:30px;height:30px;border-radius:50%;overflow:hidden}.sharedPost-group__wrapper--avatar img{width:100%;height:100%;object-fit:cover}.sharedPost-group__wrapper__common-content{display:flex;flex-direction:column;padding-block-start:3px}.sharedPost-group__wrapper__common-content__info{width:fit-content;height:fit-content;padding:.55rem 1rem;border-radius:10px;word-break:break-word;font-weight:500;font-size:.9375rem;line-height:100%;color:rgb(var(--color-primary-text))}.sharedPost-group__wrapper__common-content__info .readMore{color:rgb(var(--color-primary-text));font-weight:600;cursor:pointer}.sharedPost-group__user-details{position:absolute;top:0;left:0;z-index:var(--layer-0);padding:.75rem;width:100%;height:fit-content;border-top-left-radius:.625rem;border-top-right-radius:.625rem;background:linear-gradient(180deg,rgb(var(--color-black),.6),transparent)}.sharedPost-group__user-details__wrapper{display:flex;align-items:center;gap:.625rem}.sharedPost-group__user-details--avatar{width:35px;height:35px;border-radius:50%;overflow:hidden;flex-shrink:0}.sharedPost-group__user-details--avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.sharedPost-group__user-details--username{color:rgb(var(--color-offwhite));font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;line-height:100%}.sharedPost-group .btn-videoIcon{position:absolute;bottom:0;left:0;z-index:var(--layer-0);padding:.75rem;background:radial-gradient(50% 50% at 50% 50%,#0000004d,#0000)}.sharedPost-group.sharedPost-group--sent{display:flex;justify-content:flex-end}.sharedPost-group.sharedPost-group--sent .sharedPost-group__mainMessage-wrapper,.sharedPost-group.sharedPost-group--sent .sharedPost-group__wrapper__common-content{align-items:flex-end}.sharedPost-group.sharedPost-group--sent .sharedPost-group__wrapper__common-content__info{background-color:rgb(var(--color-send-msg-bg));color:rgb(var(--color-offwhite))}.sharedPost-group.sharedPost-group--received{display:flex;justify-content:flex-start;gap:.625rem}.sharedPost-group.sharedPost-group--received .sharedPost-group__mainMessage-wrapper,.sharedPost-group.sharedPost-group--received .sharedPost-group__wrapper__common-content{align-items:flex-start}.sharedPost-group.sharedPost-group--received .sharedPost-group__wrapper__common-content__info{background-color:rgb(var(--color-recieved-msg-bg));color:rgb(var(--color-primary-text))}.sharedPost-group.postPost .sharedPost-group__wrapper--content{width:300px;background-color:rgb(var(--color-shared-post-msg))}.sharedPost-group.postPost .sharedPost-group__wrapper--content__heading__username{color:rgb(var(--color-primary-text))}.sharedPost-group.postPost .sharedPost-group__user-details--avatar{width:35px;height:35px}.sharedPost-group.postVideo .sharedPost-group__wrapper--content__heading__username{color:rgb(var(--color-offwhite))}.sharedPost-group.postVideo .sharedPost-group__user-details--avatar,.sharedPost-group.postVideo .sharedPost-group__wrapper--content__heading__avatar{width:30px;height:30px}.mediaPreview{background-color:rgb(var(--color-black),.75);width:100%;height:100%;position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;animation:fade-in .25s ease forwards}.mediaPreview.close{animation:fade-out .25s ease forwards}.mediaPreview__details{width:100%;height:100%;position:relative}.mediaPreview__details .btn-close{position:absolute;top:1rem;right:1rem}.mediaPreview__details__preview{height:100%;display:grid;place-items:center}.mediaPreview__details__preview--previewItem{overflow:hidden;display:grid;place-items:center;border-radius:1.5rem;max-height:calc(100vh - 100px);max-width:calc(100vw - 100px);margin-inline:auto}.mediaPreview__details__preview--previewItem img,.mediaPreview__details__preview--previewItem video{max-height:calc(100vh - 100px);max-width:calc(100vw - 100px)}.upload-progress{position:relative;display:flex;justify-content:center;align-items:center}.upload-progress__wrapper{position:relative;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background-color:rgb(var(--color-offwhite));border-radius:50%}.upload-progress .progress-circle{position:relative;width:100%;height:100%}.upload-progress .progress-circle .progress-circle__wrapper{animation:spin .8s linear infinite}.upload-progress .progress-circle .progress-circle__wrapper .path{animation:dash 1.5s ease-in infinite}.imageGallery{padding-inline:2rem}.imageGallery--group{width:100%;position:relative}.imageGallery--sent{display:flex;justify-content:flex-end}.imageGallery--received{display:flex;justify-content:flex-start}.imageGallery__wrapper{width:fit-content;height:fit-content;display:flex;align-items:flex-end;gap:.625rem;padding-block-end:3px}.imageGallery__wrapper--avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0}.imageGallery__wrapper--avatar img{width:100%;height:100%;object-fit:cover}.imageGallery__wrapper--content{border-radius:18px;overflow:hidden;max-width:390px;position:relative}.imageGallery__wrapper--content__mediaGrid{max-width:380px;display:grid;grid-template-columns:repeat(3,minmax(125px,1fr));gap:3px;background-color:rgb(var(--color-secondary));grid-auto-rows:125px;position:relative}.imageGallery__wrapper--content__mediaGrid--overlay{width:125px;height:125px;position:absolute;bottom:0;right:0;background-color:rgb(var(--color-black),.6);display:grid;place-items:center;cursor:pointer}.imageGallery__wrapper--content__mediaGrid--overlay__count{font-family:var(--font-family-secondary);color:rgb(var(--color-offwhite));font-size:1.75rem;font-weight:500}.imageGallery__wrapper--content__mediaGrid__item{position:relative;overflow:hidden;cursor:pointer;width:100%}.imageGallery__wrapper--content__mediaGrid__item--image,.imageGallery__wrapper--content__mediaGrid__item--video{width:100%;height:100%;object-fit:cover}.imageGallery__wrapper--content__mediaGrid__item--playPause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.imageGallery__wrapper--content__mediaGrid.mediaGrid--count-1{display:flex;width:180px;height:250px;flex-shrink:0}.imageGallery__wrapper--content__mediaGrid.mediaGrid--count-1 .media-progress{position:static}.imageGallery__wrapper--content__mediaGrid.mediaGrid--count-1 .media-progress__wrapper{width:1.5rem;height:1.5rem}.imageGallery__wrapper--content__mediaGrid.mediaGrid--count-1 .media-progress__wrapper:before{width:1.125rem;height:1.1251rem}.imageGallery__wrapper--content__mediaGrid.mediaGrid--count-1 .media-progress .progress-count{font-size:.875rem}.imageGallery__wrapper--content__mediaGrid.mediaGrid--count-2{grid-template-columns:repeat(2,150px);grid-auto-rows:150px}.imageGallery__wrapper__retryWrapper{background-color:#0009;position:absolute;inset:0;display:grid;place-items:center;cursor:pointer}.imageGallery__wrapper__retryWrapper--retry{background-color:rgb(var(--color-offwhite),.9);border-radius:500px;color:rgb(var(--color-black));padding:8px 14px;font-size:.8rem;display:flex;gap:.4rem;align-items:center}.imageGallery__wrapper__progressWrapper{border-radius:50%;padding:2px}.imageGallery__wrapper__progressWrapper .media-progress{position:static}.imageGallery__wrapper__progressWrapper .media-progress__wrapper{width:1.875rem;height:1.875rem}.imageGallery__wrapper__progressWrapper .media-progress__wrapper:before{width:1.5rem;height:1.5rem;background-color:revert}.imageGallery__wrapper__progressWrapper .media-progress .progress-count{font-size:1rem;color:rgb(var(--color-black))}.audioRecording{flex-grow:1;background-color:rgb(var(--color-input-bg));border-radius:22px;padding:.625rem .9375rem;max-width:100%;min-width:0}.audioRecording__wrapper{display:flex;align-items:center;gap:1rem}.audioRecording__wrapper--player{flex:1;display:flex;align-items:center;gap:.75rem}.audioRecording__wrapper--player .btn-control{width:24px;height:24px;border-radius:50%;background-color:rgb(var(--color-primary));border:none;display:grid;place-items:center;flex-shrink:0}.audioRecording__wrapper--player .btn-control .control-play{margin-inline-start:2px}.audioRecording__wrapper--player__track{flex:1;height:27px;background-color:rgb(var(--color-primary-l));border-radius:50px;overflow:hidden;position:relative}.audioRecording__wrapper--player__track--progress{position:absolute;top:0;left:0;height:100%;background-color:rgb(var(--color-primary-d));border-radius:50px}.audioRecording__wrapper--player__duration{background-color:rgb(var(--color-offwhite));color:rgb(var(--color-black));padding:.25rem .625rem;border-radius:50px;font-size:.8rem;font-weight:400;font-family:var(--font-family-secondary)}.blockRequestModal{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.blockRequestModal.close{animation:fade-out .25s ease forwards}.blockRequestModal__dialog{width:450px;background-color:rgb(var(--color-popup));border-radius:.5rem;animation:delay-dialog .25s ease forwards}.blockRequestModal__dialog.close{animation:delay-dialog-out .25s ease forwards}.blockRequestModal__dialog--info{padding:1.25rem;padding-block-start:1.5rem;text-align:center}.blockRequestModal__dialog--info h4{width:100%;font-size:1.125rem;font-weight:700;color:rgb(var(--color-primary-text));margin-block-end:.875rem}.blockRequestModal__dialog--info__subInfo{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500}.blockRequestModal__dialog--cta{display:flex;flex-direction:column}.blockRequestModal__dialog--cta>*{padding:.9375rem;font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text))}.blockRequestModal__dialog--cta .btn-block,.blockRequestModal__dialog--cta .btn-discard{color:rgb(var(--color-error));border-block:.5px solid rgb(var(--color-border))}.emojiPicker{width:340px;height:400px;background-color:rgb(var(--color-popup));border:1px solid rgb(var(--color-border));border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;overflow:hidden;position:absolute;top:-25rem;left:1.5rem;z-index:var(--layer-1);transform-origin:bottom left;animation:delay-dialog .25s ease forwards}.emojiPicker.close{animation:delay-dialog-out .25s ease forwards}.emojiPicker__searchBar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid rgb(var(--color-border));flex-shrink:0}.emojiPicker__searchBar--input{border:none;outline:none;background-color:transparent;width:100%;font-size:1rem;color:rgb(var(--color-primary-text))}.emojiPicker__searchBar--input::placeholder{color:rgb(var(--color-secondary-text))}.emojiPicker__content{flex:1;overflow-y:auto;padding:0 1rem;scroll-behavior:smooth}.emojiPicker__content__category{padding:1rem 0}.emojiPicker__content__category--title{font-size:.9rem;font-weight:600;color:rgb(var(--color-secondary-text));margin-block-end:.75rem}.emojiPicker__content__category--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(36px,1fr));gap:.5rem}.emojiPicker__content__category--grid--item{background:none;border:none;cursor:pointer;font-size:2rem;padding:0;border-radius:8px;display:grid;place-items:center;min-width:fit-content;aspect-ratio:1}.emojiPicker__content__category--grid--item:hover{background-color:#efefef}.emojiPicker__content__noResults{height:100%;display:grid;place-items:center;color:rgb(var(--color-primary-text))}.emojiPicker__footer{display:flex;justify-content:space-around;align-items:center;border-top:1px solid rgb(var(--color-border));background-color:rgb(var(--color-popup));padding:.25rem 0;flex-shrink:0}.emojiPicker__footer--tab{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem;color:rgb(var(--color-secondary-text));border-radius:8px;line-height:1}.emojiPicker__footer--tab.--active{color:rgb(var(--color-offwhite))}.messages{width:100%;height:100%;display:flex}.messages__inbox{display:flex;flex-direction:column;background-color:rgb(var(--color-secondary));border-inline-end:1px solid rgb(var(--color-border));width:30%;max-width:435px;height:100%;overflow-y:auto;flex-shrink:0}@media screen and (max-width: 900px){.messages__inbox{width:40%}}.messages__inbox__header{margin:2rem 1.5rem;margin-block-end:1.125rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.messages__inbox__header h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.messages__inbox__header .btn-message{padding:2px}.messages__inbox--search{padding:.875rem 1.5rem}.messages__inbox--search__wrapper{align-items:center;background-color:rgb(var(--color-input-bg));border-radius:.5rem;display:flex;gap:10px;padding:12px}.messages__inbox--search__input{-webkit-appearance:none;appearance:none;background-color:transparent;border:none;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));flex:1 1;font-size:1rem;font-weight:400;outline:none}.messages__inbox--search__input::placeholder{color:rgb(var(--color-secondary-text))}.messages__inbox--tabs{display:flex;align-items:center;justify-content:space-between;margin:.25rem 1.5rem;margin-block-end:.625rem}.messages__inbox--tabs--heading__text{font-size:.9375rem;font-weight:700;color:rgb(var(--color-primary-text))}.messages__inbox--tabs--heading__text--requests{color:rgb(var(--color-secondary-text));cursor:pointer}.messages__inbox__list{height:100%;display:flex;flex-direction:column}.messages__inbox__list__wrapper{height:100%}.messages__inbox__list .messages__inbox__list__item{display:flex;align-items:center;gap:.75rem;padding:.9375rem 1.5rem;cursor:pointer;transition:background-color .2s ease}.messages__inbox__list .messages__inbox__list__item:hover{background-color:#f5f5f51a}.messages__inbox__list .messages__inbox__list__item--avatar{width:3.125rem;height:3.125rem;border-radius:50%;position:relative;flex-shrink:0;overflow:hidden}.messages__inbox__list .messages__inbox__list__item--avatar img{width:100%;height:100%;object-fit:cover}.messages__inbox__list .messages__inbox__list__item--content{flex-grow:1;display:flex;flex-direction:column;gap:1px;min-width:0}.messages__inbox__list .messages__inbox__list__item--header{display:flex;justify-content:space-between;align-items:baseline;gap:.625rem}.messages__inbox__list .messages__inbox__list__item--body{display:flex;justify-content:space-between;align-items:center;gap:.625rem}.messages__inbox__list .messages__inbox__list__item--name{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.messages__inbox__list .messages__inbox__list__item--time{font-size:.7rem;font-weight:700;color:rgb(var(--color-secondary-text));font-family:var(--font-family-secondary);flex-shrink:0}.messages__inbox__list .messages__inbox__list__item--message{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.messages__inbox__list .messages__inbox__list__item--unread{font-family:var(--font-family-secondary);background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite));min-width:22px;height:22px;border-radius:50%;font-weight:700;font-size:.75rem;padding-inline-end:1px;padding-block-start:1px;display:grid;place-items:center;flex-shrink:0}.messages__inbox--placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.messages__inbox--placeholder__wrapper{height:calc(100% - 25px);display:flex;justify-content:center;align-items:center;margin-inline:1.5rem}.messages__inbox--placeholder--icon{margin-block-end:1rem}.messages__inbox--placeholder--title{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.15rem}.messages__inbox--placeholder--subtitle{font-weight:400;font-size:1rem;color:rgb(var(--color-secondary-text))}.messages__chatbox{display:flex;flex-direction:column;height:100%;width:100%;min-width:0;flex-grow:1;flex-shrink:0;flex-basis:0;position:relative}.messages__chatbox .chatbox-header{border-bottom:1px solid rgb(var(--color-border));flex-shrink:0;height:70px}.messages__chatbox .chatbox-header__wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem}.messages__chatbox .chatbox-header .btn-back{padding:2px}.messages__chatbox .chatbox-header__button{background:none;border:none;cursor:pointer;padding:.5rem;color:#262626;line-height:1;display:grid;place-items:center}.messages__chatbox .chatbox-header__button:hover{background-color:#f5f5f5;border-radius:50%}.messages__chatbox .chatbox-header__user{display:flex;align-items:center;gap:.75rem}.messages__chatbox .chatbox-header__user__wrapper{display:flex;align-items:center;gap:.75rem;cursor:pointer}.messages__chatbox .chatbox-header__user--avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.messages__chatbox .chatbox-header__user--avatar img{width:100%;height:100%;object-fit:cover}.messages__chatbox .chatbox-header__user--text{display:flex;flex-direction:column}.messages__chatbox .chatbox-header__user--text--name{font-size:1rem;font-weight:600;color:rgb(var(--color-primary-text))}.messages__chatbox .chatbox-header__user--text--status{font-size:.875rem;font-weight:500;color:rgb(var(--color-secondary-text))}.messages__chatbox .chatbox-header__actions{display:flex;align-items:center;gap:1rem}.messages__chatbox .chatbox-header__actions .btn-call{width:25px;height:25px;border-radius:50%;border:2px solid rgb(var(--color-primary-text));display:grid;place-content:center;transition:background-color .25s ease}.messages__chatbox .chatbox-header__actions .btn-call.activeDetailsIcon{background-color:rgb(var(--color-icon-primary))}.messages__chatbox .chatbox-body{flex-grow:1;overflow-y:auto;padding-block:2rem}.messages__chatbox .chatbox-body__profile-summary{display:flex;flex-direction:column;align-items:center;margin-bottom:1.875rem}.messages__chatbox .chatbox-body__profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:.625rem}.messages__chatbox .chatbox-body__profile-avatar img{width:100%;height:100%;object-fit:cover}.messages__chatbox .chatbox-body__profile-name{font-size:1.125rem;font-weight:600;color:rgb(var(--color-primary-text))}.messages__chatbox .chatbox-body__profile-username{font-size:.875rem;font-weight:600;color:rgb(var(--color-secondary-text));margin-block-end:1rem}.messages__chatbox .chatbox-body .btn-viewProfile,.messages__chatbox .chatbox-body .btn-follow{background-color:rgb(var(--color-button-bg));border-radius:8px;padding:.625rem 1rem;font-size:.9375rem;font-weight:600;color:rgb(var(--color-primary-text));line-height:100%;will-change:transform;transition:background-color .25s ease,transform .25s ease}.messages__chatbox .chatbox-body .btn-viewProfile:hover,.messages__chatbox .chatbox-body .btn-viewProfile:focus-visible,.messages__chatbox .chatbox-body .btn-follow:hover,.messages__chatbox .chatbox-body .btn-follow:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-offwhite))}.messages__chatbox .chatbox-body .btn-viewProfile{margin-block-end:.75rem}.messages__chatbox .chatbox-body .btn-follow{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.messages__chatbox .chatbox-body__date-divider{text-align:center;padding-block:1rem}.messages__chatbox .chatbox-body__date-divider span{font-size:.8rem;color:rgb(var(--color-secondary-text));font-weight:500}.messages__chatbox .chatbox-body__message-list{display:flex;flex-direction:column}.messages__chatbox .chatbox-body__message-request__note{background-color:rgb(var(--color-primary));padding:.625rem 1rem;width:60%;margin-inline:auto;border-radius:8px;text-align:center;font-size:.9375rem;font-weight:500;color:rgb(var(--color-offwhite));line-height:1.2;box-shadow:0 1px 2px rgb(var(--color-black),.26)}@media screen and (max-width: 900px){.messages__chatbox .chatbox-body__message-request__note{width:80%}}.messages__chatbox .chatbox-footer{border-top:1px solid rgb(var(--color-border));height:fit-content;position:relative}.messages__chatbox .chatbox-footer:has(>.chatbox-footer__selected-media) .chatbox-footer__wrapper,.messages__chatbox .chatbox-footer:has(>.chatbox-footer__forward) .chatbox-footer__wrapper,.messages__chatbox .chatbox-footer:has(>.chatbox-footer__edited) .chatbox-footer__wrapper{padding-block-start:0}.messages__chatbox .chatbox-footer__wrapper{display:flex;align-items:center;gap:1rem;padding-inline:1.5rem;padding-block:1rem}.messages__chatbox .chatbox-footer__input-wrapper{flex-grow:1;display:flex;align-items:center;gap:1rem;background-color:rgb(var(--color-input-bg));border-radius:22px;padding:.625rem .9375rem;max-width:100%;min-width:0}.messages__chatbox .chatbox-footer__input-wrapper .btn-emoji{flex-shrink:0}.messages__chatbox .chatbox-footer__input{flex:1;border:none;outline:none;font-size:1rem;color:rgb(var(--color-primary-text));min-width:0;max-height:6rem;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.messages__chatbox .chatbox-footer__input:empty:before{content:attr(data-placeholder);color:rgb(var(--color-secondary-text));pointer-events:none}.messages__chatbox .chatbox-footer--cta{display:flex;align-items:center;gap:5px;flex-shrink:0}.messages__chatbox .chatbox-footer--cta--button{color:rgb(var(--color-secondary-text))}.messages__chatbox .chatbox-footer--cta--button svg{padding:2px;overflow:visible}.messages__chatbox .chatbox-footer--cta--button svg.sticker--icon{margin-inline-end:4px}.messages__chatbox .chatbox-footer__send-button{width:40px;height:40px;background-color:rgb(var(--color-primary));border-radius:50%;color:rgb(var(--color-primary));display:grid;place-items:center;flex-shrink:0}.messages__chatbox .chatbox-footer__send-button svg{margin-inline-end:4px;margin-block-start:3px}.messages__chatbox .chatbox-footer__selected-media{animation:slide-in-up-opacity .25s ease forwards;animation-timing-function:ease-in}.messages__chatbox .chatbox-footer__selected-media.close{animation:slide-out-down-opacity .25s ease forwards}.messages__chatbox .chatbox-footer__selected-media__wrapper{display:flex;align-items:center;gap:.625rem;margin-inline:1.5rem;padding-block:1rem;overflow-y:hidden;overflow-x:scroll}.messages__chatbox .chatbox-footer__selected-media__upload{width:70px;height:70px;border-radius:10px;background:rgb(var(--color-input-bg));background-color:rgb(var(--color-recieved-msg-bg));display:grid;place-content:center;flex-shrink:0;cursor:pointer}.messages__chatbox .chatbox-footer__selected-media__upload input[type=file]{display:none}.messages__chatbox .chatbox-footer__selected-media__medialist{display:flex;align-items:center}.messages__chatbox .chatbox-footer__selected-media__medialist--mediaItem{width:70px;height:70px;border-radius:10px;margin-inline:3px 10px;flex-shrink:0;position:relative}.messages__chatbox .chatbox-footer__selected-media__medialist--mediaItem .btn-remove{width:24px;height:24px;border-radius:50%;border:1px solid rgb(var(--color-border));background-color:rgb(var(--color-secondary));display:grid;place-items:center;position:absolute;top:-10px;right:-10px}.messages__chatbox .chatbox-footer__selected-media__medialist--mediaItem .thumbnail-item{width:100%;height:100%;object-fit:cover;border-radius:10px}.messages__chatbox .chatbox-footer__selected-media__medialist--mediaItem .btn-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:none}.messages__chatbox .chatbox-footer__forward,.messages__chatbox .chatbox-footer__edited{animation:slide-in-up-opacity .25s ease forwards;animation-timing-function:ease-in}.messages__chatbox .chatbox-footer__forward.close,.messages__chatbox .chatbox-footer__edited.close{animation:slide-out-down-opacity .25s ease forwards}.messages__chatbox .chatbox-footer__forward__wrapper,.messages__chatbox .chatbox-footer__edited__wrapper{display:flex;align-items:center;justify-content:space-between;gap:.625rem;margin-inline:1.5rem;padding-block:.625rem;overflow-y:hidden;overflow-x:scroll}.messages__chatbox .chatbox-footer__forward__names--heading,.messages__chatbox .chatbox-footer__edited__names--heading{font-size:.875rem;font-weight:400;color:rgb(var(--color-primary-text))}.messages__chatbox .chatbox-footer__forward__names--heading span,.messages__chatbox .chatbox-footer__edited__names--heading span{font-weight:600}.messages__chatbox .chatbox-footer__forward__names--message,.messages__chatbox .chatbox-footer__edited__names--message{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}.messages__chatbox .chatbox-footer__blocked{height:fit-content;width:100%}.messages__chatbox .chatbox-footer__blocked__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.messages__chatbox .chatbox-footer__blocked__content{padding:.875rem 1rem;text-align:center;width:100%;border-block-end:1px solid rgb(var(--color-border))}.messages__chatbox .chatbox-footer__blocked__title{font-size:.9375rem;font-weight:600;color:rgb(var(--color-primary-text));margin-block-end:5px}.messages__chatbox .chatbox-footer__blocked__message{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}.messages__chatbox .chatbox-footer__blocked__actions{display:flex;justify-content:center;gap:15px;padding:.875rem 1rem;width:100%}.messages__chatbox .chatbox-footer__blocked__actions--action{width:100%;text-align:center}.messages__chatbox .chatbox-footer__blocked__actions--action:first-child{border-inline-end:1px solid rgb(var(--color-border))}.messages__chatbox .chatbox-footer__blocked__actions .btn-unblock,.messages__chatbox .chatbox-footer__blocked__actions .btn-delete{font-weight:600;font-size:14px}.messages__chatbox .chatbox-footer__blocked__actions .btn-unblock{color:rgb(var(--color-primary-text))}.messages__chatbox .chatbox-footer__blocked__actions .btn-delete{color:rgb(var(--color-error))}.messages__chatbox .chatbox-footer__messageRequest{height:fit-content;width:100%}.messages__chatbox .chatbox-footer__messageRequest__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.messages__chatbox .chatbox-footer__messageRequest__content{padding:.875rem 1rem;text-align:center;width:100%;border-block-end:1px solid rgb(var(--color-border))}.messages__chatbox .chatbox-footer__messageRequest__title{font-size:.9375rem;font-weight:600;color:rgb(var(--color-primary-text));margin-block-end:5px}.messages__chatbox .chatbox-footer__messageRequest__message{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}.messages__chatbox .chatbox-footer__messageRequest__actions{width:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:.875rem 1.5rem}.messages__chatbox .chatbox-footer__messageRequest__actions .btn-request-cta{background-color:rgb(var(--color-button-bg));padding-inline:1.5rem;border-radius:.625rem;height:36px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;flex-grow:1;font-size:.8rem;font-weight:600;color:rgb(var(--color-primary-text));cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.messages__chatbox .chatbox-footer__messageRequest__actions .btn-request-cta:hover,.messages__chatbox .chatbox-footer__messageRequest__actions .btn-request-cta:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-offwhite))}.messages__chatbox .chatbox-footer__messageRequest__actions .btn-request-cta:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.messages__chatbox .chatbox-footer__messageRequest__actions .btn-block,.messages__chatbox .chatbox-footer__messageRequest__actions .btn-delete{color:rgb(var(--color-error))}.messages__chatbox--placeholder{margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.messages__chatbox--placeholder__icon{margin-block-end:1rem}.messages__chatbox--placeholder--title{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.15rem}.messages__chatbox--placeholder--subtitle{font-weight:400;font-size:1rem;color:rgb(var(--color-secondary-text))}.shotsView{width:100%;height:100%;overflow-y:auto;scroll-snap-type:y mandatory;scroll-padding-top:2rem;padding-block-start:2rem}.shotsView__wrapper{width:fit-content;height:100%;margin-inline:auto;display:flex;flex-direction:column;gap:1rem}.shotsView__post{display:flex;align-items:flex-end;gap:1.625rem;scroll-snap-align:start;scroll-snap-stop:always}.shotsView__post__media{width:50.625vh;height:90vh;box-shadow:0 0 10px #00000026;position:relative}.shotsView__post__media--thumbnail{position:absolute;width:110%;height:100%;transform:translate(-17px)}.shotsView__post__media--thumbnail img{width:100%;height:100%;object-fit:fill;filter:blur(30px);opacity:.3}.shotsView__post__media--video{width:100%;height:100%;background-color:rgb(var(--color-secondary));position:relative;cursor:pointer}.shotsView__post__media--video video{width:100%;height:100%}.shotsView__post__media .btn-playPause,.shotsView__post__media .btn-muteUnmute{position:absolute;z-index:var(--layer-0);background:rgb(var(--color-black),.6);border-radius:50%;display:grid;place-items:center;border:none}.shotsView__post__media .btn-playPause{top:50%;left:50%;width:3.4375rem;height:3.4375rem;transform:translate(-505,-50%);transform-origin:center;animation:delay-dialog-transform .25s ease forwards}.shotsView__post__media .btn-playPause.close{animation:delay-dialog-out-transform .25s ease forwards}.shotsView__post__media .btn-muteUnmute{top:12px;right:12px;width:2.125rem;height:2.125rem;background-color:#dcdcdc33}.shotsView__post__meta{position:absolute;bottom:0;left:0;width:100%;padding:1rem;z-index:var(--layer-1);background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.shotsView__post__meta__wrapper{display:flex;flex-direction:column;gap:.875rem}.shotsView__post__meta__user{display:flex;align-items:center;gap:.75rem}.shotsView__post__meta__user--avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;cursor:pointer}.shotsView__post__meta__user--avatar img{width:100%;height:100%;object-fit:cover}.shotsView__post__meta__user--info{flex:1;display:flex;align-items:center;gap:1.25rem}.shotsView__post__meta__user--info__wrapper{display:flex;flex-direction:column;gap:3px}.shotsView__post__meta__user--info__wrapper--name{font-weight:700;font-size:.9375rem;color:rgb(var(--color-offwhite));line-height:100%;cursor:pointer;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.shotsView__post__meta__user--info__wrapper--details{font-weight:500;font-size:.8rem;color:rgb(var(--color-offwhite));cursor:pointer;overflow:hidden;word-break:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.shotsView__post__meta__user--info .btn-follow{padding:.25rem 1.625rem;border-radius:10px;border:1px solid rgb(var(--color-offwhite));background:none;color:rgb(var(--color-offwhite));font-size:.8rem;font-weight:500}.shotsView__post__meta__description{cursor:pointer;word-break:break-word}.shotsView__post__meta__description--info{color:rgb(var(--color-offwhite));font-size:.8rem;line-height:1.25;overflow-y:auto;transition:all forwards .35s ease-in-out;max-height:22rem}.shotsView__post__meta__description .hashtag{display:inline-block;color:rgb(var(--color-hashtag));cursor:pointer}.shotsView__post__meta__description .dot{color:rgb(var(--color-offwhite))}.shotsView__post__meta__description .readMore{display:inline-block;font-size:.8rem;font-weight:600;color:rgb(var(--color-hashtag));margin-inline-start:3px;cursor:pointer}.shotsView__post__meta__description .readLess{color:rgb(var(--color-hashtag));cursor:pointer}.shotsView__post__actions{display:flex;flex-direction:column}.shotsView__post__actions--media{display:flex;flex-direction:column;align-items:center;gap:1.125rem;margin-block:8px 10px}.shotsView__post__actions--media--button{display:inline-flex;flex-direction:column;align-items:center;gap:5px}.shotsView__post__actions--media--button.--like{transform:translate(-4px)}.shotsView__post__actions--media--button.--moreCta{transform:translate(2px)}.shotsView__post__actions--media--button:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.shotsView__post__actions--media--button.--like .shotsView__post__actions--media--button--count{margin-inline-start:8px}.shotsView__post__actions--media--button--cta{cursor:pointer}.shotsView__post__actions--media--button--cta:focus-visible{outline:0;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.shotsView__post__actions--media--button--cta.animate{animation:post-like-animation .45s ease-in-out forwards}.shotsView__post__actions--media--button svg{color:rgb(var(--color-primary-text));cursor:pointer}.shotsView__post__actions--media--button--count{font-family:var(--font-family-secondary);font-size:.8rem;color:rgb(var(--color-primary-text));cursor:pointer}.shotsView__post__actions--media--button--save.animate{animation:post-like-animation .45s ease-in-out forwards}.shotsView__post__actions--comment{align-items:center;display:flex;gap:8px;margin-block-end:8px}.shotsView__post__actions--comment--userImage{width:1.5rem;height:1.5rem;border-radius:50%;overflow:hidden}.shotsView__post__actions--comment--userImage img{height:100%;object-fit:cover;width:100%}.shotsView__post__actions--comment--add{cursor:pointer}.shotsView__post__actions--comment--add--text{color:rgb(var(--color-description-d));display:inline-block;font-size:.8rem;font-weight:500}.shotsView .shotsProgress-bar{position:absolute;bottom:-6px;left:0;right:0;height:15px;z-index:var(--layer-2)}.shotsView .shotsProgress:before{content:"";position:absolute;left:0;right:0;top:50%;height:2.5px;transform:translateY(-50%);background:#fff3;border-radius:3px;pointer-events:none}.shotsView .progress-fill{position:absolute;left:0;top:50%;height:1.5px;transform:translateY(-50%);background-color:rgb(var(--color-offwhite));border-radius:3px;transition:none;pointer-events:none;z-index:1}.shotsView .progress-bar{-webkit-appearance:none;appearance:none;position:absolute;inset:0;width:100%;height:15px;background:transparent;cursor:pointer;outline:none;opacity:0;z-index:2}.shotsView .progress-bar::-webkit-slider-runnable-track{height:100%;background:transparent;border:none}.shotsView .progress-bar::-moz-range-track{height:100%;background:transparent;border:none}.shotsView .progress-bar::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;background:rgb(var(--color-white));border-radius:50%;border:0}.shotsView .progress-bar::-moz-range-thumb{width:10px;height:10px;background:rgb(var(--color-white));border-radius:50%;border:0}.explore{width:100%;height:100%;overflow-y:auto;background-color:rgb(var(--color-secondary));padding-block-end:2rem;display:flex;justify-content:center;flex:1}.explore__wrapper{width:calc(100% - 40px);max-width:var(--exploreGrid-max-width);margin-inline:auto;margin-block-start:2rem;height:100%;background-color:rgb(var(--color-secondary))}.explore__grid{width:100%;padding-block:1.5rem .625rem;padding-block-start:0}.explore__grid--masonry{display:flex;gap:1rem}.explore__column{flex:1;display:flex;flex-direction:column;gap:1rem}.explore__item{display:inline-block;position:relative;overflow:hidden;cursor:pointer;width:100%;border-radius:16px;box-shadow:0 0 3px rgb(var(--color-primary-text),.2)}.explore__item-wrapper{width:100%;height:100%;position:absolute;inset:0}.explore__item-wrapper .explore__image{width:100%;height:100%;object-fit:cover}.explore__item-wrapper__itemIcon{position:absolute;top:.625rem;right:.625rem}.explore__item:hover{z-index:10}.explore__item:hover .explore__overlay{opacity:1}.explore__item--error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-primary-text));font-weight:500;background:#00000059;text-align:center;padding:.5rem .75rem}.explore__image{display:block;transition:transform .3s ease}.explore__overlay{position:absolute;inset:0;background-color:rgb(var(--color-black),.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.explore__stats{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;color:rgb(var(--color-offwhite));font-weight:600;font-size:1rem;font-family:var(--font-family-secondary);text-shadow:0 1px 2px rgba(0,0,0,.5)}.explore__stat{display:flex;align-items:center;justify-content:center;gap:8px}.explore__icon{font-size:16px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}.explore__footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-block:2rem}.explore__footer__links{display:flex;flex-wrap:wrap;justify-content:space-around;flex:1;width:calc(100% - 2rem)}.explore__footer__links a{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text));text-decoration:none;position:relative;display:inline-flex;align-items:center;gap:.35rem}.explore__footer__links a:hover,.explore__footer__links a:focus-visible{text-decoration:underline}.explore__footer__copyright{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}@media (max-width: 768px){.explore__grid{column-width:calc((100% - 1rem)/2)}.explore__stats{font-size:.75rem;gap:.75rem}.explore__icon{font-size:14px}}@media (max-width: 500px){.explore__grid{column-width:100%}}@media (max-width: 480px){.explore__item:hover{transform:none}.explore__overlay{opacity:.8}.explore__stats{font-size:11px;gap:.625rem}}.sticky-header{position:sticky;top:0;padding-top:2rem;z-index:100;width:100%;background:transparent}.public{margin-inline:auto;position:relative;left:0;right:0;height:100vh;overflow:hidden;box-shadow:4px 0 22px 0 var(--color-box-shadow-l);display:flex;flex-direction:column;background-color:rgb(var(--color-secondary))}.public__wrapper{height:100%;overflow-y:auto;display:flex;flex-direction:column}.header{width:100%;height:75px;border-block-end:1px solid rgb(var(--color-border));background-color:rgb(var(--color-secondary));flex-shrink:0;position:sticky;top:0;z-index:var(--layer-0)}.header__wrapper{height:100%;max-width:1280px;margin-inline:auto}.header__wrapper__nav{height:100%;display:flex;justify-content:space-between;align-items:center}.header__wrapper__nav__links{display:flex;align-items:center;gap:1.625rem}.header__wrapper__nav__links .btn-nav-cta{background-color:rgb(var(--color-button-bg));padding-inline:2rem;border-radius:.75rem;height:40px;width:fit-content;font-weight:600;font-size:1rem;color:rgb(var(--color-primary-text));line-height:1.25;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.header__wrapper__nav__links .btn-nav-cta.disabled{pointer-events:none;opacity:.8;cursor:not-allowed}.header__wrapper__nav__links .btn-nav-cta:hover,.header__wrapper__nav__links .btn-nav-cta:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary))}.header__wrapper__nav__links .btn-nav-cta:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.header__wrapper__nav__links .btn-login{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.header__wrapper__nav__links .btn-signUp{color:rgb(var(--color-primary-text))}.followProfileModal{background-color:rgb(var(--color-black),.7);position:fixed;inset:0;z-index:var(--layer-6);transform-origin:center;display:grid;place-items:center;animation:fade-in .25s ease forwards}.followProfileModal.close{animation:fade-out .25s ease forwards}.followProfileModal .btn-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;color:rgb(var(--color-secondary-text));cursor:pointer;padding:.25rem;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;z-index:1;transition:background-color .25s ease,color .25s ease}.followProfileModal .btn-close:focus-visible{outline:2px solid rgb(var(--color-primary));outline-offset:2px}.followProfileModal__termsLink{color:rgb(var(--color-primary));text-decoration:none}.followProfileModal__termsLink:hover,.followProfileModal__termsLink:focus-visible{text-decoration:underline}.followProfileModal__dialog{width:450px;background-color:rgb(var(--color-popup));border-radius:.625rem;overflow:hidden;position:relative;padding:1.5rem;animation:delay-dialog .25s ease forwards}.followProfileModal__dialog.close{animation:delay-dialog-out .25s ease forwards}.followProfileModal__dialog__info{width:100%;display:flex;flex-direction:column;align-items:center}.followProfileModal__dialog__info__avatar{width:4.375rem;height:4.375rem;border-radius:50%;overflow:hidden;margin-block-end:1rem}.followProfileModal__dialog__info__avatar img{width:100%;height:100%;object-fit:cover}.followProfileModal__dialog__info__title{font-size:1.25rem;font-weight:600;color:rgb(var(--color-primary-text));margin-block-end:.625rem}.followProfileModal__dialog__info__subtitle{font-size:.875rem;font-weight:500;color:rgb(var(--color-primary-text));margin-block-end:.75rem}.followProfileModal__dialog__info__terms{margin-block-end:1.625rem}.followProfileModal__dialog__info__terms p{font-size:.75rem;font-weight:500;color:rgb(var(--color-secondary-text));line-height:1.4}.followProfileModal__dialog__cta{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;width:100%;gap:1.25rem}.followProfileModal__dialog__cta .btn-signUp,.followProfileModal__dialog__cta .btn-logIn{width:100%;flex:1;background-color:transparent;padding:.5rem 1.125rem;font-size:.875rem;color:rgb(var(--color-primary-text));border:1px solid rgb(var(--color-primary));border-radius:500px;cursor:pointer;font-weight:500;will-change:transform;transition:background-color .25s ease,transform .25s ease}.followProfileModal__dialog__cta .btn-signUp:hover,.followProfileModal__dialog__cta .btn-signUp:focus-visible,.followProfileModal__dialog__cta .btn-logIn:hover,.followProfileModal__dialog__cta .btn-logIn:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.followProfileModal__dialog__cta .btn-signUp:focus-visible,.followProfileModal__dialog__cta .btn-logIn:focus-visible{outline:2px solid rgb(var(--color-primary));outline-offset:2px}.followProfileModal__dialog__cta .btn-logIn{background-color:rgb(var(--color-button-bg));border:none}.followProfileModal__dialog__cta .btn-logIn:hover,.followProfileModal__dialog__cta .btn-logIn:focus-visible{color:rgb(var(--color-offwhite))}.followProfileModal__dialog__cta .btn-signUp{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.logoutCommentView{display:flex;flex-direction:column;height:100%;background-color:rgb(var(--color-secondary))}.logoutCommentView__header{display:flex;align-items:center;gap:.75rem;padding:1rem .9375rem;border-block-end:1px solid rgb(var(--color-border));flex-shrink:0}.logoutCommentView__header--avatar{width:3.125rem;height:3.125rem;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}.logoutCommentView__header--avatar img{width:100%;height:100%;object-fit:cover}.logoutCommentView__header--info{flex:1;display:flex;flex-direction:column}.logoutCommentView__header--info--name{display:flex;flex-wrap:wrap;align-items:center;font-size:.9375rem;line-height:1.35;color:rgb(var(--color-primary-text));font-weight:600}.logoutCommentView__header--info--subtext{display:flex;align-items:center;gap:.3rem;color:rgb(var(--color-secondary-text));font-size:.8rem;font-weight:500}.logoutCommentView__header--actions{display:flex;align-items:center;gap:.75rem}.logoutCommentView__header--actions .btn-follow{background-color:rgb(var(--color-primary));padding-inline:1.5rem;border-radius:.625rem;height:30px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;font-size:.8rem;font-weight:600;color:rgb(var(--color-offwhite));cursor:pointer;will-change:transform;transition:background-color .25s ease,transform .25s ease}.logoutCommentView__header--actions .btn-follow:hover,.logoutCommentView__header--actions .btn-follow:focus-visible{transform:scale(.95)}.logoutCommentView__header--actions .btn-more{padding:2px}.logoutCommentView__main{flex:1;overflow-y:auto;overflow-x:hidden;padding:.9375rem}.logoutCommentView__main__list{display:flex;flex-direction:column;height:100%}.logoutCommentView__main__list__item{display:flex;align-items:center;gap:.75rem;padding-block-end:1rem}.logoutCommentView__main__list__item--avatar{width:2.75rem;height:2.75rem;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}.logoutCommentView__main__list__item--avatar img{width:100%;height:100%;object-fit:cover}.logoutCommentView__main__list__item__wrapper{flex:1;display:flex;justify-content:space-between;gap:.25rem}.logoutCommentView__main__list__item--content{flex:1;display:flex;flex-direction:column;gap:.25rem}.logoutCommentView__main__list__item--content__text{font-size:.8rem;font-weight:400;color:rgb(var(--color-primary-text))}.logoutCommentView__main__list__item--content__meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:rgb(var(--color-secondary-text))}.logoutCommentView__main__list__item--content__meta .btn-reply{cursor:pointer}.logoutCommentView__main__list__item--username{color:rgb(var(--color-primary-text));font-size:.875rem;font-weight:700;cursor:pointer}.logoutCommentView__main__list__item--tagged-username{color:rgb(var(--color-primary));font-size:.875rem;font-weight:700}.logoutCommentView__main__list__item--actions{display:flex;flex-direction:column;align-items:center;gap:2px}.logoutCommentView__main__list__item--actions .likeButton{padding:4px;cursor:pointer}.logoutCommentView__main__list__item--actions .likeButton img{width:1.5rem;height:1.5rem}.logoutCommentView__main__list__item--actions .likeButton.animate{animation:post-like-animation .45s ease-in-out forwards}.logoutCommentView__main__list__item--actions .likeButton--count{display:inline-block;color:rgb(var(--color-primary-text));font-size:.8rem;font-weight:300;font-family:var(--font-family-secondary);margin-inline-start:8px}.logoutCommentView__main__list__item__replies{margin-left:60px;margin-block-start:.625rem;display:flex;flex-direction:column;gap:1rem}.logoutCommentView__main__list__item__viewReplies{display:inline-flex;align-items:center;gap:5px;color:rgb(var(--color-secondary-text));font-size:.75rem;width:fit-content;margin-block-end:1rem;margin-inline:auto;cursor:pointer}.logoutCommentView__main__list__item__viewReplies:before{content:"";display:inline-block;width:25px;height:.5px;background-color:rgb(var(--color-secondary-text))}.logoutCommentView__main--placeholder{margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.logoutCommentView__main--placeholder--icon{margin-block-end:1rem}.logoutCommentView__main--placeholder--title{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.15rem}.logoutCommentView__main--placeholder--subtitle{font-weight:400;font-size:.875rem;color:rgb(var(--color-secondary-text))}.logoutCommentView__footer{flex-shrink:0;display:flex;align-items:center;gap:1rem;padding:1rem .9375rem;border-block-start:1px solid rgb(var(--color-border))}.logoutCommentView__footer__logIn{width:100%;text-align:center}.logoutCommentView__footer__logIn__text{font-size:.875rem;font-weight:500;color:rgb(var(--color-secondary-text))}.logoutCommentView__footer__logIn__text span{color:rgb(var(--color-primary));cursor:pointer}.logoutViewPost{background-color:rgba(var(--color-secondary));width:auto;max-width:fit-content;margin-inline:auto;margin-block:1rem}.logoutViewPost__popup{height:545px;display:flex;flex-direction:column;border-radius:1rem;box-shadow:0 0 4px #ffffff80;overflow:hidden}@media (max-width: 1025px){.logoutViewPost__popup{height:500px}}.logoutViewPost__popup--container{display:flex;height:100%}.logoutViewPost__mediaPanel{width:436px;max-width:550px;height:100%;display:flex;position:relative;box-shadow:2px 4px 6px #0003;transition:all .3s ease-out;flex-shrink:0}@media screen and (max-width: 1025px){.logoutViewPost__mediaPanel{width:310px}}@media screen and (min-width: 1600px){.logoutViewPost__mediaPanel{width:485px}}.logoutViewPost__mediaPanel--container{width:100%;height:100%}.logoutViewPost__mediaPanel--container img{width:100%;height:100%;object-fit:contain}.logoutViewPost__mediaPanel .btn-playPause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logoutViewPost__mediaPanel--mute{width:25px;height:25px;border-radius:50%;background-color:#2e303850;position:absolute;bottom:10px;right:10px;display:grid;place-items:center;cursor:pointer}.logoutViewPost__commentPanel{width:405px}@media screen and (min-width: 1600px){.logoutViewPost__commentPanel{width:500px}}.footer{border-block-start:1px solid rgb(var(--color-border))}.footer__wrapper{max-width:920px;margin-inline:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-block:1.625rem 2rem}.footer__wrapper__links{display:flex;flex-wrap:wrap;justify-content:space-around;flex:1;width:calc(100% - 2rem)}.footer__wrapper__links a{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text));text-decoration:none;position:relative;display:inline-flex;align-items:center;gap:.35rem}.footer__wrapper__links a:hover,.footer__wrapper__links a:focus-visible{text-decoration:underline}.footer__wrapper__copyright{font-size:.8rem;font-weight:500;color:rgb(var(--color-secondary-text))}.logoutStoryView{position:fixed;inset:0;z-index:var(--layer-5);transform-origin:center;background-color:rgb(var(--color-popup));overflow:hidden;animation:fade-in .25s ease forwards}.logoutStoryView.close{animation:fade-out .25s ease forwards}.logoutStoryView__container{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.logoutStoryView .btn-logo{position:absolute;top:1rem;left:1rem;z-index:var(--layer-0)}.logoutStoryView .btn-close{position:absolute;top:1rem;right:1rem;z-index:var(--layer-0)}.story-card{width:375px;height:95vh;border-radius:12px;box-shadow:0 8px 32px rgb(var(--color-black),.6);will-change:transform;transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;transform-origin:center center;cursor:pointer;opacity:1;position:relative;background-image:url(/assets/blurred-image-B2g-6O84.webp);background-size:cover}@media (max-width: 768px){.story-card{width:280px;height:497px}}@media screen and (min-width: 1600px){.story-card{width:490px}}.story-card__avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;padding:2px;position:absolute;top:1rem;left:1rem}.story-card__avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.story-card__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:1rem 1.625rem}.story-card__title{font-size:1.125rem;font-weight:700;color:rgb(var(--color-offBlack));text-align:center;margin-block-end:8px}.story-card__subtitle{font-size:.8rem;font-weight:400;color:rgb(var(--color-offBlack));text-align:center;line-height:1.4;margin-block-end:2rem}.story-card__username{color:rgb(var(--color-offBlack));font-weight:700}.story-card__actions{display:flex;flex-direction:column;gap:12px;width:100%}.story-card .btn-signUp,.story-card .btn-logIn{width:100%;flex:1;background-color:transparent;padding:.5rem 1.125rem;font-size:.875rem;color:rgb(var(--color-primary-text));border:1px solid rgb(var(--color-primary));border-radius:500px;cursor:pointer;font-weight:600;will-change:transform;transition:background-color .25s ease,transform .25s ease}.story-card .btn-signUp:focus-visible,.story-card .btn-logIn:focus-visible{border-radius:500px;outline:2px solid rgb(var(--color-primary));outline-offset:2px}.story-card .btn-logIn{background-color:transparent;color:rgb(var(--color-offBlack));border:none}.story-card .btn-signUp{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.story-card .btn-signUp:hover,.story-card .btn-signUp:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.deleteAccountSettings{width:100%;height:100%}.deleteAccountSettings__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.deleteAccountSettings__wrapper--info{height:100%;display:flex;flex-direction:column}.deleteAccountSettings__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.deleteAccountSettings__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.deleteAccountSettings__wrapper--info__list--listItem{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding-inline:.9375rem;padding-block:1.125rem;cursor:pointer}.deleteAccountSettings__wrapper--info__list--listItem--header .deleteAccountSettings__wrapper--info__list--listItem__info{gap:.875rem}.deleteAccountSettings__wrapper--info__list--listItem--header .deleteAccountSettings__wrapper--info__list--listItem__info--subtitle{line-height:20px}.deleteAccountSettings__wrapper--info__list--listItem__info{display:flex;flex-direction:column;gap:8px}.deleteAccountSettings__wrapper--info__list--listItem__info__wrapper{display:flex;align-items:center;gap:.625rem}.deleteAccountSettings__wrapper--info__list--listItem__info--title{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:600;line-height:100%}.deleteAccountSettings__wrapper--info__list--listItem__info--subtitle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500}.deleteAccountSettings__wrapper--info__list--listItem__cta{flex-shrink:0;padding:2px;cursor:pointer}.deleteAccountOptions{width:100%;height:100%}.deleteAccountOptions__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.deleteAccountOptions__wrapper--info{display:flex;flex-direction:column}.deleteAccountOptions__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.deleteAccountOptions__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.deleteAccountOptions__wrapper--info__list--listItem{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding-inline:.9375rem;padding-block:1.125rem;cursor:pointer}.deleteAccountOptions__wrapper--info__list--listItem__wrapper{border:1px solid rgb(var(--color-border));border-radius:1rem}.deleteAccountOptions__wrapper--info__list--listItem__wrapper .deleteAccountOptions__wrapper--info__list--listItem:not(:last-child){border-block-end:1px solid rgb(var(--color-border))}.deleteAccountOptions__wrapper--info__list--listItem--header .deleteAccountSettings__wrapper--info__list--listItem__info{gap:.875rem}.deleteAccountOptions__wrapper--info__list--listItem--header .deleteAccountSettings__wrapper--info__list--listItem__info--subtitle{line-height:20px}.deleteAccountOptions__wrapper--info__list--listItem__info{display:flex;flex-direction:column;gap:8px}.deleteAccountOptions__wrapper--info__list--listItem__info__wrapper{display:flex;align-items:center;gap:.625rem}.deleteAccountOptions__wrapper--info__list--listItem__info--title{color:rgb(var(--color-primary-text));font-size:1rem;font-weight:600;line-height:100%}.deleteAccountOptions__wrapper--info__list--listItem__info--subtitle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500}.deleteAccountOptions__wrapper--info__list--listItem__info--cta{width:fit-content;height:fit-content}.deleteAccountOptions__wrapper--info__list--listItem__info--cta input[type=radio]{position:absolute;opacity:0;height:0;width:0}.deleteAccountOptions__wrapper--info__list--listItem__info--cta .checkmark{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:20px;width:20px;height:20px;vertical-align:middle}.deleteAccountOptions__wrapper--info__list--listItem__info--cta .checkmark:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.deleteAccountOptions__wrapper--info__list--listItem__info--cta .checkmark .radio-cmn{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;line-height:0;white-space:nowrap;cursor:pointer}.deleteAccountOptions__wrapper--info__list--listItem__info--cta .checkmark .offRadio{border:2px solid rgb(var(--color-primary-text));background-color:transparent;transition:border .25s ease}.deleteAccountOptions__wrapper--info__list--listItem__info--cta .checkmark .onRadio{will-change:transform;background-color:rgb(var(--color-primary-text));scale:0;transition:scale .25s ease}.deleteAccountOptions__wrapper--info__list--listItem__info--cta input[type=radio]:checked+.checkmark .onRadio,.deleteAccountOptions__wrapper--info__list--listItem__info--cta input[type=radio]:focus+.checkmark .onRadio{scale:.6}.deleteAccountOptions__wrapper--info__list--listItem__info--cta input[type=radio]:checked+.checkmark .offRadio,.deleteAccountOptions__wrapper--info__list--listItem__info--cta input[type=radio]:focus+.checkmark .offRadio{border-color:rgb(var(--color-primary-text))}.deleteAccountOptions__wrapper--info__list__errorText{width:100%;font-size:.875rem;display:inline-block;font-weight:600;color:rgb(var(--color-error))}.deleteAccountOptions__wrapper--info__cta{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;width:100%;gap:1rem;margin-block:2.625rem;flex-shrink:0}.deleteAccountOptions__wrapper--info__cta .btn-cancel,.deleteAccountOptions__wrapper--info__cta .btn-continue{width:100%;flex:1;background-color:transparent;padding:.625rem 1.125rem;font-size:.875rem;font-weight:700;color:rgb(var(--color-primary));border:1px solid rgb(var(--color-primary));border-radius:500px;will-change:transform;transition:background-color .25s ease,transform .25s ease}.deleteAccountOptions__wrapper--info__cta .btn-cancel:hover,.deleteAccountOptions__wrapper--info__cta .btn-cancel:focus-visible,.deleteAccountOptions__wrapper--info__cta .btn-continue:hover,.deleteAccountOptions__wrapper--info__cta .btn-continue:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.deleteAccountOptions__wrapper--info__cta .btn-cancel{background-color:rgb(var(--color-input-bg));border:none}.deleteAccountOptions__wrapper--info__cta .btn-cancel:hover,.deleteAccountOptions__wrapper--info__cta .btn-cancel:focus-visible{color:rgb(var(--color-offwhite))}.deleteAccountOptions__wrapper--info__cta .btn-continue{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.deleteAccountConfirmation{width:100%;height:100%}.deleteAccountConfirmation__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.deleteAccountConfirmation__wrapper--info{height:100%;display:flex;flex-direction:column;padding-block:2rem}.deleteAccountConfirmation__wrapper--info__heading{margin-block:0 2rem;margin-inline:.9375rem}.deleteAccountConfirmation__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.deleteAccountConfirmation__wrapper--info__content{display:flex;flex-direction:column;margin-inline:.9375rem}.deleteAccountConfirmation__wrapper--info__content--title{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600;line-height:1.4;margin-block-end:1rem}.deleteAccountConfirmation__wrapper--info__content--subtitle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;line-height:1.5;margin-block-end:1.5rem}.deleteAccountConfirmation__wrapper--info__content--form{display:flex;flex-direction:column;gap:1rem}.deleteAccountConfirmation__wrapper--info__content--form__group{display:flex;flex-direction:column;gap:.75rem}.deleteAccountConfirmation__wrapper--info__content--form__group--label{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600}.deleteAccountConfirmation__wrapper--info__content--form__group--codeInputs{display:flex;gap:.75rem}.deleteAccountConfirmation__wrapper--info__content--form__group--codeInputs__digit{width:30px;height:30px;border-radius:10px;border:1px solid rgb(var(--color-border));background-color:rgb(var(--color-input-bg));font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:600;text-align:center;line-height:100%;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.deleteAccountConfirmation__wrapper--info__content--form__group--codeInputs__digit:focus{outline:none;border-color:rgb(var(--color-primary));box-shadow:0 0 0 3px rgba(var(--color-primary),.1)}.deleteAccountConfirmation__wrapper--info__content--form__group--codeInputs__digit.filled{border-color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.1)}.deleteAccountConfirmation__wrapper--info__content--form__group--codeInputs__digit.active{border-color:rgb(var(--color-primary));animation:pulse .5s ease-in-out forwards}.deleteAccountConfirmation__wrapper--info__content--resend{margin-inline:.9375rem}.deleteAccountConfirmation__wrapper--info__content--resend__text{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500}.deleteAccountConfirmation__wrapper--info__content--resend__link{color:rgb(var(--color-primary));font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:color .25s ease}.deleteAccountConfirmation__wrapper--info__content--resend__link:hover{text-decoration:underline}.deleteAccountConfirmation__wrapper--info__content--resend__link:focus-visible{outline:2px solid rgb(var(--color-primary));outline-offset:2px;border-radius:2px}.deleteAccountConfirmation__wrapper--info__cta{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;width:100%;gap:1rem;margin-block:2.625rem .625rem;margin-inline:.9375rem;flex-shrink:0}.deleteAccountConfirmation__wrapper--info__cta .btn-cancel,.deleteAccountConfirmation__wrapper--info__cta .btn-continue{width:100%;flex:1;background-color:transparent;padding:.625rem 1.125rem;font-size:.875rem;font-weight:700;color:rgb(var(--color-primary));border:1px solid rgb(var(--color-primary));border-radius:500px;will-change:transform;transition:background-color .25s ease,transform .25s ease}.deleteAccountConfirmation__wrapper--info__cta .btn-cancel:hover,.deleteAccountConfirmation__wrapper--info__cta .btn-cancel:focus-visible,.deleteAccountConfirmation__wrapper--info__cta .btn-continue:hover,.deleteAccountConfirmation__wrapper--info__cta .btn-continue:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.deleteAccountConfirmation__wrapper--info__cta .btn-cancel:focus-visible,.deleteAccountConfirmation__wrapper--info__cta .btn-continue:focus-visible{border-radius:500px}.deleteAccountConfirmation__wrapper--info__cta .btn-cancel{background-color:rgb(var(--color-input-bg));border:none}.deleteAccountConfirmation__wrapper--info__cta .btn-cancel:hover,.deleteAccountConfirmation__wrapper--info__cta .btn-cancel:focus-visible{color:rgb(var(--color-offwhite))}.deleteAccountConfirmation__wrapper--info__cta .btn-continue{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.deleteAccountConfirmation__wrapper--info__errorText{margin-block-start:.5rem;margin-inline:.9375rem;color:rgb(var(--color-error));font-size:.875rem;font-weight:500;line-height:1.4;display:flex;align-items:center;gap:.5rem}.deleteAccountFinalConfirmation{width:100%;height:100%}.deleteAccountFinalConfirmation__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.deleteAccountFinalConfirmation__wrapper--info{height:100%;display:flex;flex-direction:column;padding-block:2rem}.deleteAccountFinalConfirmation__wrapper--info__heading{margin-block:0 2rem;margin-inline:.9375rem}.deleteAccountFinalConfirmation__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.deleteAccountFinalConfirmation__wrapper--info__content{flex:1;display:flex;flex-direction:column;gap:1.5rem;margin-inline:.9375rem}.deleteAccountFinalConfirmation__wrapper--info__content--header{display:flex;align-items:center;gap:.625rem}.deleteAccountFinalConfirmation__wrapper--info__content--header .btn-back{padding:4px;color:rgb(var(--color-primary-text))}.deleteAccountFinalConfirmation__wrapper--info__content--header .btn-back:focus-visible{outline:2px solid rgb(var(--color-primary));outline-offset:2px;border-radius:2px}.deleteAccountFinalConfirmation__wrapper--info__content--title{color:rgb(var(--color-primary-text));font-size:1.125rem;font-weight:600;line-height:1.4}.deleteAccountFinalConfirmation__wrapper--info__content--subtitle{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500;line-height:1.5}.deleteAccountFinalConfirmation__wrapper--info__content--success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:3rem 0}.deleteAccountFinalConfirmation__wrapper--info__content--success__illustration{width:120px;height:120px;border:2px solid rgb(var(--color-primary-text));border-radius:50%;display:flex;align-items:center;justify-content:center}.deleteAccountFinalConfirmation__wrapper--info__content--success__message{display:flex;flex-direction:column;gap:.5rem}.deleteAccountFinalConfirmation__wrapper--info__content--success__message--title{font-weight:600;font-size:1.125rem;color:rgb(var(--color-primary-text));margin-block-end:.15rem}.deleteAccountFinalConfirmation__wrapper--info__cta{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;width:100%;gap:1rem;margin-block:1rem .625rem;flex-shrink:0}.deleteAccountFinalConfirmation__wrapper--info__cta .btn-cancel,.deleteAccountFinalConfirmation__wrapper--info__cta .btn-continue{width:100%;flex:1;background-color:transparent;padding:.625rem 1.125rem;font-size:.875rem;font-weight:700;color:rgb(var(--color-primary));border:1px solid rgb(var(--color-primary));border-radius:500px;will-change:transform;transition:background-color .25s ease,transform .25s ease}.deleteAccountFinalConfirmation__wrapper--info__cta .btn-cancel:hover,.deleteAccountFinalConfirmation__wrapper--info__cta .btn-cancel:focus-visible,.deleteAccountFinalConfirmation__wrapper--info__cta .btn-continue:hover,.deleteAccountFinalConfirmation__wrapper--info__cta .btn-continue:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}.deleteAccountFinalConfirmation__wrapper--info__cta .btn-cancel{background-color:rgb(var(--color-input-bg));border:none}.deleteAccountFinalConfirmation__wrapper--info__cta .btn-cancel:hover,.deleteAccountFinalConfirmation__wrapper--info__cta .btn-cancel:focus-visible{color:rgb(var(--color-offwhite))}.deleteAccountFinalConfirmation__wrapper--info__cta .btn-continue{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.messagesAndStoryReplies{width:100%;height:100%}.messagesAndStoryReplies__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.messagesAndStoryReplies__wrapper--info{height:100%;display:flex;flex-direction:column}.messagesAndStoryReplies__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem}.messagesAndStoryReplies__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.messagesAndStoryReplies__wrapper--info__section--title{margin-block:1.125rem;margin-inline:.9375rem}.messagesAndStoryReplies__wrapper--info__section--title h3{color:rgb(var(--color-primary-text));font-size:1.1rem;font-weight:700;line-height:100%}.messagesAndStoryReplies__wrapper--info__section--list__listItem{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding-inline:.9375rem;padding-block:.45rem;cursor:pointer}.messagesAndStoryReplies__wrapper--info__section--list__listItem--info{display:flex;flex-direction:column;gap:8px}.messagesAndStoryReplies__wrapper--info__section--list__listItem--info__title{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500;line-height:100%}.messagesAndStoryReplies__wrapper--info__section--list__listItem--cta{flex-shrink:0;padding:2px;cursor:pointer}.messageRequestsSettings{width:100%;height:100%}.messageRequestsSettings__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.messageRequestsSettings__wrapper--info{height:100%;display:flex;flex-direction:column}.messageRequestsSettings__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem;display:flex;align-items:center;gap:1.25rem}.messageRequestsSettings__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.messageRequestsSettings__wrapper--info__description{margin-block:1.125rem 0;margin-inline:.9375rem}.messageRequestsSettings__wrapper--info__description--text{color:rgb(var(--color-secondary-text));font-size:.9375rem;font-weight:400}.messageRequestsSettings__wrapper--info__list--listItem{display:flex;flex-direction:column;gap:3rem;padding-inline:.9375rem;padding-block:2rem}.messageRequestsSettings__wrapper--info__list--listItem:not(:last-child){border-bottom:1px solid rgb(var(--color-border))}.messageRequestsSettings__wrapper--info__list--listItem__info{display:flex;flex-direction:column}.messageRequestsSettings__wrapper--info__list--listItem__info--title{margin-block-end:1.125rem}.messageRequestsSettings__wrapper--info__list--listItem__info--title__text{color:rgb(var(--color-primary-text));font-size:1.1rem;font-weight:600;line-height:100%}.messageRequestsSettings__wrapper--info__list--listItem__info--options{margin-block-end:.875rem}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option:not(:last-child){margin-block-end:.875rem}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--text{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500;line-height:100%}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta{width:fit-content;height:fit-content}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]{position:absolute;opacity:0;height:0;width:0}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:20px;width:20px;height:20px;vertical-align:middle}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark .radio-cmn{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;line-height:0;white-space:nowrap;cursor:pointer}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark .offRadio{border:2px solid rgb(var(--color-primary-text));background-color:transparent;transition:border .25s ease}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark .onRadio{will-change:transform;background-color:rgb(var(--color-primary-text));scale:0;transition:scale .25s ease}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:checked+.checkmark .onRadio,.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:focus+.checkmark .onRadio{scale:.6}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:checked+.checkmark .offRadio,.messageRequestsSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:focus+.checkmark .offRadio{border-color:rgb(var(--color-primary-text))}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option .off{width:37px;height:20px;background-color:rgb(var(--color-secondary-text));border-radius:25px;padding:1px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;transition:background-color .3s}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option .off .on{width:15px;height:15px;background-color:rgb(var(--color-secondary));border-radius:50%;margin:2px;transition:background-color .3s,transform .3s;transform:translate(0)}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option .off.toggled .on{transform:translate(100%)}.messageRequestsSettings__wrapper--info__list--listItem__info--options__option .off.toggled{background-color:rgb(var(--color-primary-d))}.messageRequestsSettings__wrapper--info__list--listItem__info--note__text{color:rgb(var(--color-secondary-text));font-size:.875rem;font-weight:500}.storyRepliesSettings{width:100%;height:100%}.storyRepliesSettings__wrapper{width:100%;height:100%;overflow-y:auto;padding-inline:var(--spacing-container);background-color:rgb(var(--color-secondary))}.storyRepliesSettings__wrapper--info{height:100%;display:flex;flex-direction:column}.storyRepliesSettings__wrapper--info__heading{margin-block:2rem 1.125rem;margin-inline:.9375rem;display:flex;align-items:center;gap:1.25rem}.storyRepliesSettings__wrapper--info__heading h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-primary-text))}.storyRepliesSettings__wrapper--info__list--listItem{display:flex;flex-direction:column;gap:3rem;padding-inline:.9375rem;padding-block:1.125rem}.storyRepliesSettings__wrapper--info__list--listItem__info{display:flex;flex-direction:column}.storyRepliesSettings__wrapper--info__list--listItem__info--title{margin-block-end:1.125rem}.storyRepliesSettings__wrapper--info__list--listItem__info--title__text{color:rgb(var(--color-primary-text));font-size:1.1rem;font-weight:600;line-height:100%}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option:not(:last-child){margin-block-end:1.125rem}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--text{color:rgb(var(--color-primary-text));font-size:.9375rem;font-weight:500;line-height:100%}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta{width:fit-content;height:fit-content}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]{position:absolute;opacity:0;height:0;width:0}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:20px;width:20px;height:20px;vertical-align:middle}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-focused))}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark .radio-cmn{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;line-height:0;white-space:nowrap;cursor:pointer}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark .offRadio{border:2px solid rgb(var(--color-primary-text));background-color:transparent;transition:border .25s ease}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck .checkmark .onRadio{will-change:transform;background-color:rgb(var(--color-primary-text));scale:0;transition:scale .25s ease}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:checked+.checkmark .onRadio,.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:focus+.checkmark .onRadio{scale:.6}.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:checked+.checkmark .offRadio,.storyRepliesSettings__wrapper--info__list--listItem__info--options__option--cta.groupCheck input[type=radio]:focus+.checkmark .offRadio{border-color:rgb(var(--color-primary-text))}.hashtagFeed{width:100%;height:100%;overflow-y:auto;background-color:rgb(var(--color-secondary));display:flex;flex-direction:column}.hashtagFeed__header{background-color:rgb(var(--color-secondary));padding-block-start:1rem;width:100%;margin-inline:0;position:sticky;top:0;z-index:100}.hashtagFeed__header__wrapper{display:flex;align-items:center;justify-content:space-between;padding-block-end:1rem}.hashtagFeed__title{font-size:1.25rem;font-weight:600;color:rgb(var(--color-primary-text))}.hashtagFeed .btn-menu{padding:2px}.hashtagFeed__wrapper{width:calc(100% - 40px);max-width:var(--userProfile-max-width);margin-inline:auto;background-color:rgb(var(--color-secondary));margin-block:1rem}.hashtagFeed__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-block-end:2rem}.hashtagFeed__item{position:relative;width:100%;padding-bottom:125%;background-color:rgb(var(--color-input-bg));border-radius:1rem;overflow:hidden}.hashtagFeed__item:hover .hashtagFeed__overlay{opacity:1}.hashtagFeed__itemWrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hashtagFeed__itemWrapper .hashtagFeed__image{width:100%;height:100%;object-fit:cover}.hashtagFeed__image{display:block;transition:transform .3s ease}.hashtagFeed__itemIcon{position:absolute;top:.625rem;right:.625rem;z-index:2}.hashtagFeed__overlay{position:absolute;inset:0;background-color:rgb(var(--color-black),.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.hashtagFeed__stats{display:flex;align-items:center;justify-content:center;gap:16px;color:rgb(var(--color-offwhite));font-weight:600;font-size:1rem;font-family:var(--font-family-secondary);text-shadow:0 1px 2px rgba(0,0,0,.5)}.hashtagFeed__stat{display:flex;align-items:center;justify-content:center;gap:4px}.hashtagFeed__icon{font-size:16px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}.hashtagFeed__spinner{grid-column:2/3;display:flex;justify-content:center;align-items:center;margin:16px 0}@media (max-width: 768px){.hashtagFeed__stats{font-size:.75rem;gap:.75rem}.hashtagFeed__icon{font-size:14px}.hashtagFeed__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hashtagFeed__item:hover{transform:none}.hashtagFeed__overlay{opacity:.8}.hashtagFeed__stats{font-size:11px;gap:.625rem}}.deleteLoginPage{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding-inline:2rem}.deleteLoginPage__wrapper{width:1440px;width:min(100% - 2rem,1000px);width:100%;margin-inline:1rem;height:90vh;margin-inline:auto;border-radius:1rem;overflow:hidden;box-shadow:0 4px 15px rgb(var(--color-primary),.4)}@media screen and (max-width: 1281px){.deleteLoginPage__wrapper{max-width:850px}}@media screen and (max-width: 1025px) and (max-height: 1380px){.deleteLoginPage__wrapper{max-height:35rem}}@media screen and (min-width: 1600px){.deleteLoginPage__wrapper{max-height:90vh}}.deleteLoginPage__wrapper--heroSection{height:100%;display:flex;align-items:center;position:relative}.deleteLoginPage__wrapper--heroSection .heroSection--image{height:100%;position:absolute;left:0;width:54%}.deleteLoginPage__wrapper--heroSection .heroSection--image img{width:100%;height:100%;object-fit:cover}.deleteLoginPage__wrapper--heroSection .heroSection__details{height:100%;width:50%;background-color:rgb(var(--color-secondary));border-top-left-radius:35px;border-bottom-left-radius:35px;position:absolute;right:0;z-index:var(--layer-0)}@media screen and (max-width: 1025px){.deleteLoginPage__wrapper--heroSection .heroSection__details.userIntrests__details .heroSection__details__wrapper{justify-content:flex-start}}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;height:100%;margin-inline:auto;overflow-y:auto;padding:1rem 50px}@media screen and (max-width: 1281px){.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper{gap:20px;padding:1rem 30px}}@media screen and (max-width: 900px){.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper{gap:16px;padding:.875rem 24px}}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__title{font-size:1.75rem;font-weight:700;color:rgb(var(--color-tertiary));margin-bottom:1rem;text-align:center}@media screen and (max-width: 1281px){.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__title{font-size:1.625rem}}@media screen and (max-width: 900px){.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__title{font-size:1.45rem}}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .username-input-wrapper{position:relative;display:flex;align-items:center}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .username-valid-tick{position:absolute;right:10px;display:flex;align-items:center;z-index:0}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__logo--login{margin-block-end:1.625rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__description,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo{font-size:16px;text-align:center}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__description--text,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo--text{color:rgb(var(--color-tertiary))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__description .info__text--terms,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo .info__text--terms{font-weight:700;color:rgb(var(--color-tertiary));text-decoration:underline}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__noticeInfo{font-weight:500;color:rgb(var(--color-tertiary))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next{width:100%;background-color:rgb(var(--color-primary));border-radius:500px;font-size:18px;font-weight:600;color:rgb(var(--color-white));padding:12px;text-align:center;display:flex;justify-content:center;align-items:center;gap:.625rem;will-change:transform;transition:background-color .25s ease,transform .25s ease}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred:hover,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred:focus-visible,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google:hover,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google:focus-visible,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next:hover,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d))}@media screen and (max-width: 1281px){.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next{font-size:1rem;padding:10px}}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__group--error{font-size:.8rem;color:rgb(var(--color-error));padding-inline-start:.5rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next svg,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-getStatred svg{animation:moveArrowRight 1.5s ease-in-out forwards;animation-iteration-count:infinite}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-google{gap:6px}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel--form{display:flex;flex-direction:column;gap:1.5rem;width:100%}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper{display:flex;flex-direction:column}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper{display:flex;gap:.35rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper__names{display:flex;gap:1.5rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--wrapper__names>*{flex:1}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--error{font-size:.8rem;color:rgb(var(--color-error));padding-inline-start:.5rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input{width:100%;padding:1rem;background-color:rgb(var(--color-input-bg));border:1px solid transparent;border-radius:1rem;font-size:1rem;font-weight:500;color:rgb(var(--color-tertiary));outline:none;transition:border-color .2s ease-in-out}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input::-webkit-clear-button{display:none}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__input:focus{border-color:rgb(var(--color-primary))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group{position:relative}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group .form__group--label{font-weight:500;position:absolute;top:1rem;left:1rem;color:rgb(var(--color-tertiary));pointer-events:none;transition:all .2s ease-out}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group .form__input:focus~.form__group--label,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group .form__input:not(:placeholder-shown)~.form__group--label{top:-1.5rem;font-size:.875rem;color:rgb(var(--color-tertiary))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group:focus-within .form__group--label,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .floating-label-group:has(.react-datepicker__input-container input:not(:placeholder-shown)) .form__group--label{top:-1.5rem;font-size:.875rem;color:rgb(var(--color-tertiary))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--dob__icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;cursor:pointer}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--gender{font-size:.9rem;font-weight:500;color:rgb(var(--color-tertiary))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .form__group--genderInfo{display:flex;gap:1rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .gender__option{flex:1;padding:.9rem 1rem;border:none;background-color:rgb(var(--color-input-bg));border-radius:1rem;font-size:1rem;font-weight:500;color:rgb(var(--color-tertiary));cursor:pointer;text-align:center;transition:all .2s ease-in-out}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .gender__option.active{background-color:rgb(var(--color-primary));color:rgb(var(--color-secondary));box-shadow:0 4px 15px rgb(var(--color-primary),.4)}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .btn-next{font-weight:600;align-self:center;width:fit-content;margin-block-start:1rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__group{width:100%}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__group #username{width:100%;text-align:center;padding:1rem;background-color:rgb(var(--color-input-bg));border:1px solid transparent;border-radius:1rem;font-size:1rem;font-weight:500;color:rgb(var(--color-tertiary));outline:none;transition:border-color .2s ease-in-out;padding-inline-end:35px}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__group #username:focus{border-color:rgb(var(--color-primary))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .form__group .username__error{font-size:.8rem;color:rgb(var(--color-error));margin-block-start:.25rem;padding-inline-start:.5rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-changeUsername{color:rgb(var(--color-tertiary));font-weight:600;text-decoration:underline}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion{width:100%}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__text{display:inline-block;font-size:1.25rem;font-weight:600;color:rgb(var(--color-tertiary));margin-block-end:.7rem}@media screen and (max-width: 1281px){.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__text{font-size:1.125rem}}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;border-radius:1rem;overflow:hidden}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper .suggestion--username{padding:.875rem 1.625rem;background-color:rgb(var(--color-input-bg));border:1px solid transparent;font-size:1.125rem;font-weight:500;color:rgb(var(--color-tertiary));outline:none;width:100%;transition:border-color .2s ease-in-out;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper .suggestion--username.active{background-color:rgb(var(--color-primary-l));box-shadow:0 4px 15px rgb(var(--color-primary),.4)}@media screen and (max-width: 1281px){.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper .suggestion--username{font-size:1rem;padding:.75rem 1.5rem}}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .btn-next{width:fit-content;padding-inline:4rem;padding-block:10px;font-size:1rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto{width:100%}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper{width:150px;height:150px;border-radius:50%;background-color:rgb(var(--color-profile-bg-d));display:grid;place-items:center;position:relative;margin-inline:auto;margin-block-end:2rem;cursor:pointer}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover;position:absolute;inset:0}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper .edit-image{width:2.25rem;height:2.25rem;border-radius:50%;background-color:rgb(var(--color-primary));border:2.5px solid rgb(var(--color-secondary));display:grid;place-items:center;position:absolute;right:0;bottom:.625rem;cursor:pointer}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper .edit-image svg{width:65%;height:65%;border-radius:none}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--wrapper .edit-image:focus-visible{box-shadow:0 0 0 2px rgb(var(--color-focused))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta{display:flex;align-items:center;justify-content:space-between;gap:3rem}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta>*{flex:1}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-skip{padding-block:10px;background-color:rgb(var(--color-secondary));color:rgb(var(--color-primary));border:2px solid rgb(var(--color-primary));border-radius:500px;font-size:1rem;font-weight:600;will-change:transform;transition:all .2s ease-in-out}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-skip:hover,.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-skip:focus-visible{transform:scale(.95);background-color:rgb(var(--color-primary-d));color:rgb(var(--color-white))}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-next{padding-inline:0}.deleteLoginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-next .spinner svg{animation:none}.deleteLoginPage__wrapper--heroSection .heroSection__interests{width:100%}.deleteLoginPage__wrapper--heroSection .heroSection__interests--wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;width:100%}.deleteLoginPage__wrapper--heroSection .userIntrests__description .form__title{margin-block-end:0}.deleteLoginPage__wrapper--heroSection .userIntrests__description .heroSection__description--text{font-weight:500;color:rgb(var(--color-secondary-text))}.deleteLoginPage__wrapper--heroSection .interest__option{padding-inline:1.125rem;padding-block:10px;font-size:1rem;background-color:rgb(var(--color-button-bg));border-radius:500px;font-size:.9375rem;font-weight:500;color:rgb(var(--color-primary-text));transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.deleteLoginPage__wrapper--heroSection .interest__option:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite))}.deleteLoginPage__wrapper--heroSection .interest__option.active{background-color:rgb(var(--color-primary));color:rgb(var(--color-offwhite));box-shadow:0 4px 15px #6200ea66}.deleteLoginPage__wrapper--heroSection .interest__option--icon{font-size:1.25rem}.deleteLoginPage__wrapper--heroSection .interest__option--label{font-weight:600}.policyContent{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;font-family:var(--font-family-secondary);color:rgb(var(--color-primary-text, 0, 0, 0));line-height:1.65}.policyContent.childSafety .policyContent__heading{margin-bottom:12px}.policyContent__wrapper .loginHeader{position:sticky;top:0}.policyContent__heading{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:rgb(var(--color-primary-text))}.policyContent__section{display:flex;flex-direction:column}.policyContent__main-text{font-size:22px;font-weight:400;color:rgb(var(--color-primary-text));margin-block:20px;text-decoration:underline}.policyContent__text{font-size:18px;color:rgb(var(--color-primary-text));line-height:1.65;margin-inline-start:60px}.policyContent__text.--subHeading{margin-inline-start:120px}.policyContent__text.--sub-subHeading{margin-inline-start:180px}.policyContent__text--strong{font-weight:600}.policyContent__heading__text{font-size:18px;color:rgb(var(--color-primary-text));line-height:1.65;margin-bottom:20px}.policyContent__heading__text--strong{font-weight:600}.policyContent__main-text-info{font-size:18px;font-weight:400;color:rgb(var(--color-primary-text));margin-block-start:20px}.policyContent__bold{font-weight:600;white-space:nowrap;flex-shrink:0}.policyContent__links{display:flex;justify-content:center;margin-top:2rem;padding-block-start:50px}.policyContent__links ul{display:flex;gap:2rem;list-style:disc;padding-left:1.5rem;margin:0;flex:1}.policyContent__links li{flex-basis:50%;font-size:18px}.policyContent__mail-link{color:#0013ff;text-decoration:underline;font-weight:600}.policyContent__link{color:#060097;text-decoration:underline;transition:.2s ease}.policyContent__link:hover{opacity:.8}:root,body.light{--color-primary: 139, 92, 246;--color-primary-l: 197, 173, 251;--color-primary-d: 111, 50, 250;--color-secondary: 255, 255, 255;--color-input-bg: 245, 245, 245;--color-white: 255, 255, 255;--color-black: 0, 0, 0;--color-green: 0, 128, 0;--color-primary-text: 42, 42, 42;--color-secondary-text: 128, 128, 128;--color-tertiary-text: 51, 51, 51;--color-offwhite: 242, 242, 242;--color-offBlack: 42, 42, 42;--color-box-shadow-l: rgba(0, 0, 0, .078);--color-tertiary: 0, 0, 0;--color-error: 211, 47, 47;--color-profile-bg-d: 217, 217, 217;--color-border: 235, 235, 235;--color-description: 198, 198, 198;--color-description-d: 153, 153, 153;--color-button-bg: 240, 242, 245;--color-send-msg-bg: 139, 92, 246;--color-recieved-msg-bg: 229, 229, 234;--color-send-msg: 242, 242, 242;--color-recieved-msg: 42, 42, 42;--color-send-audio-msg-bg: 197, 173, 251;--color-shared-post-msg: 242, 242, 242;--color-reaction-msg-bg: 242, 242, 242;--color-reply-msg-bg: 229, 229, 234;--color-noData-bg: 217, 217, 217;--color-edited-msg: 0, 122, 255;--color-icon-primary: 42, 42, 42;--color-icon-secondary: 128, 128, 128;--color-icon-offWhite: 242, 242, 242;--color-icon-active: 139, 92, 246;--color-icon-error: 211, 47, 47;--color-active-bg: 227, 227, 227;--color-highlight-bg: 245, 245, 245;--color-hashtag: 157, 157, 157;--font-family-main: "Raleway", sans-serif;--font-family-secondary: "Roboto", sans-serif;--color-popup: 255, 255, 255;--color-image-border: 87, 87, 87;--color-scroll-bg: 210, 210, 210;--color-error-l: 255, 220, 220;--border-grad-angle: 180deg;--border-grad-c1: #7850ed;--border-grad-c2: #bda0ff;--border-image-gradient: linear-gradient( var(--border-grad-angle), var(--border-grad-c1) 0%, var(--border-grad-c2) 25%, var(--border-grad-c1) 75% );--spacing-container: 80px;--sidebar-collapsed-width: 94px;--userProfile-max-width: 940px;--exploreGrid-max-width: 940px;--font-size-6: .375rem;--font-size-7: .4375rem;--font-size-8: .5rem;--font-size-9: .5625rem;--font-size-10: .625rem;--font-size-11: .6875rem;--font-size-12: .75rem;--font-size-13: .8125rem;--font-size-14: .875rem;--font-size-15: .9375rem;--font-size-16: 1rem;--font-size-17: 1.0625rem;--font-size-18: 1.125rem;--font-size-19: 1.1875rem;--font-size-20: 1.25rem;--font-size-21: 1.3125rem;--font-size-22: 1.375rem;--font-size-23: 1.4375rem;--font-size-24: 1.5rem;--font-size-25: 1.5625rem;--font-size-26: 1.625rem;--font-size-27: 1.6875rem;--font-size-28: 1.75rem;--font-size-29: 1.8125rem;--font-size-30: 1.875rem;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 900;--layer-0: 50;--layer-1: 100;--layer-2: 200;--layer-3: 300;--layer-4: 400;--layer-5: 500;--layer-6: 600;--layer-7: 700;--layer-8: 800;--layer-9: 900;--layer-10: 1000}@media screen and (min-width: 1600px){:root,body.light{--spacing-container: 160px;--exploreGrid-max-width: calc(100% - 4rem) }}@media screen and (max-width: 1025px){:root,body.light{--spacing-container: 2rem}}@media screen and (max-width: 769px){:root,body.light{--spacing-container: 1rem}}body.dark{--color-secondary: 0, 0, 0;--color-input-bg: 15, 15, 15;--color-tertiary: 255, 255, 255;--color-error: 211, 47, 47;--color-profile-bg-d: 217, 217, 217;--color-primary-text: 242, 242, 242;--color-box-shadow-l: rgba(212, 212, 212, .078);--color-button-bg: 58, 58, 58;--color-popup: 29, 29, 29;--color-send-msg-bg: 139, 92, 246;--color-recieved-msg-bg: 58, 58, 58;--color-reply-msg-bg: 15, 15, 15;--color-reaction-msg-bg: 42, 42, 42;--color-send-audio-msg-bg: 139, 92, 246;--color-shared-post-msg: 58, 58, 58;--color-active-bg: 38, 38, 38;--color-highlight-bg: 58, 58, 58;--color-noData-bg: 58, 58, 58;--color-border: 45, 45, 45;--color-icon-primary: 242, 242, 242;--color-scroll-bg: 20, 20, 20}*,*:before,*:after{padding:0;margin:0;box-sizing:border-box}html:focus-within{scroll-behavior:smooth}ul{list-style:none}a{text-decoration:none}img,picture,svg,video{max-width:100%;display:block}img,picture{-webkit-user-select:none;user-select:none;pointer-events:none}video{pointer-events:auto}input,button,textarea,select{font:inherit}input[type=search]::-webkit-search-cancel-button{display:none}body{min-height:100svh;text-rendering:optimizeSpeed;line-height:1.5;font-size:100%;font-family:var(--font-family-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body ::-webkit-scrollbar{width:4px!important;height:4px!important}body ::-webkit-scrollbar-thumb{background-color:rgb(var(--color-icon-primary),.1);border-radius:50px}body ::-webkit-scrollbar-track{background-color:transparent}.btn{display:inline-block;border:0;background-color:transparent;cursor:pointer}.btn:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 2px rgb(var(--color-primary-d))}.iconPrimary--color{color:rgb(var(--color-icon-primary))!important}.iconSecondary--color{color:rgb(var(--color-icon-secondary))!important}.iconOffwhite--color{color:rgb(var(--color-icon-offWhite))!important}.iconActive--color{color:rgb(var(--color-icon-active))!important}.iconError--color{color:rgb(var(--color-icon-error))!important}.iconBlack--color{color:rgb(var(--color-black))!important}.iconWhiteBlack--color{color:rgb(var(--color-secondary))!important}.btn-primary{background-color:rgb(var(--color-primary-d))!important;color:rgb(var(--color-offwhite))!important}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes scale-out{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes delay-dialog{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes delay-dialog-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes moveArrowRight{0%{transform:translate(0)}50%{transform:translate(6px)}to{transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes post-like-animation{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(.95)}to{transform:scale(1)}}@keyframes highlight{0%,to{opacity:1}50%{opacity:.55}}@keyframes slide-up-2{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down-2{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}@keyframes slide-in-up-opacity{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out-down-opacity{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes reaction-menu-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes reaction-menu-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes emojiScale{0%{transform:scale(0)}25%{transform:scale(1.35)}50%{transform:scale(1.35)}75%{transform:scale(.92)}to{transform:scale(1)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes delay-dialog-transform{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes delay-dialog-out-transform{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animate-moveArrowRight{animation:moveArrowRight .25s .25s forwards}body.dark .loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .gender__option.active,body.dark .loginPage__wrapper--heroSection .heroSection__details__wrapper .heroSection__profilePhoto--cta .btn-skip{color:rgb(var(--color-white))}body.dark .loginPage__wrapper--heroSection .heroSection__details__wrapper .formInfo__panel .gender__option.active,body.dark .loginPage__wrapper--heroSection .heroSection__details__wrapper--username--suggestion .suggestion__wrapper .suggestion--username.active{background-color:rgb(var(--color-primary))}body.dark .logout__popup--dialog{background-color:#181a20}body.dark .otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following .btn-text{color:rgb(var(--color-primary))}body.dark .otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following svg path{stroke:rgb(var(--color-primary))}body.dark .otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover .btn-text{color:rgb(var(--color-offwhite))}body.dark .otherUserProfileView .profileView-wrapper .profileView-info-container .profile-details .user-profile .user-profile-details .user-stats .user-name-ctas .user-name-ctas-wrapper .btn-following:hover svg path{stroke:rgb(var(--color-offwhite))}body.dark .createPost__zoom-slider ::-webkit-slider-runnable-track{background-color:rgb(var(--color-white))}body.dark .shotsView__post__meta{background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}body{background-color:rgb(var(--color-secondary))}.chatPage{margin-inline:auto;position:relative;left:0;right:0;height:100vh;overflow:hidden;box-shadow:4px 0 22px 0 var(--color-box-shadow-l);display:flex;background-color:rgb(var(--color-secondary))}.chatPage .status_seen{width:14px}.chatPage .aside{position:absolute;left:0;top:0;height:100%;width:244px;background-color:rgb(var(--color-secondary));border-inline-end:1px solid rgb(var(--color-border));z-index:var(--layer-2);transition:width .25s ease}@media screen and (min-width: 1600px){.chatPage .aside{width:344px}}.chatPage .aside.collapsed{flex:0 0 var(--sidebar-collapsed-width);flex-basis:var(--sidebar-collapsed-width);width:var(--sidebar-collapsed-width);transition:all .25s ease}.chatPage .aside.collapsed .profile__mainImage{display:none}.chatPage .aside__wrapper{height:100%;overflow-y:auto;padding-block:2rem .625rem}.chatPage .aside__wrapper .logo__heading{padding-inline:2rem;padding-block-end:2rem;display:flex;align-items:center;gap:1rem}.chatPage .aside__wrapper .logo__heading .profile__mainImage{width:42px;height:42px;border-radius:50%;overflow:hidden}.chatPage .aside__wrapper .logo__heading .profile__mainImage img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1281px){.chatPage .aside__wrapper .logo__heading svg{width:95px}}.chatPage .aside__wrapper .logo__heading--image{flex-shrink:0}.chatPage .aside__wrapper .nav__links{padding-inline:2rem}.chatPage .aside__wrapper .nav__links--wrapper{display:flex;flex-direction:column;gap:1.875rem}.chatPage .aside__wrapper .nav__links--wrapper__link{display:inline-block;width:fit-content;cursor:pointer}.chatPage .aside__wrapper .nav__links--wrapper__link--info{display:flex;align-items:center;gap:1rem;line-height:100%}.chatPage .aside__wrapper .nav__links--wrapper__link--info .profile__image{flex-shrink:0}.chatPage .aside__wrapper .nav__links--wrapper__link--info__avatar{flex-shrink:0;position:relative}@media screen and (max-width: 1281px){.chatPage .aside__wrapper .nav__links--wrapper__link--info__avatar{width:26px;height:26px}.chatPage .aside__wrapper .nav__links--wrapper__link--info__avatar svg{width:100%;height:100%}}.chatPage .aside__wrapper .nav__links--wrapper__link--info__avatar .notification__indicator{display:inline-block;width:8px;height:8px;border-radius:50%;overflow:hidden;background-color:rgb(var(--color-primary));position:absolute;right:2px;top:1px}.chatPage .aside__wrapper .nav__links--wrapper__link--info__text{font-size:1.125rem;font-weight:500;color:rgb(var(--color-primary-text));transition:all .25s ease}.chatPage .aside__wrapper .nav__links--wrapper__link--info.profile--link .profile__image{width:24px;height:24px;border-radius:50%;overflow:hidden}.chatPage .aside__wrapper .nav__links--wrapper__link--info.profile--link .profile__image img{width:100%;height:100%;object-fit:cover}.chatPage .aside__wrapper .nav__links--wrapper .btn-logout{font-size:1.125rem;font-weight:500;color:rgb(var(--color-primary-text))}.chatPage .content{background-color:rgb(var(--color-secondary));display:flex;position:absolute;top:0;left:244px;right:0;height:100%}.chatPage .content.messageLayoutLeft{left:var(--sidebar-collapsed-width)}@media screen and (min-width: 1600px){.chatPage .content{left:344px}}.chatPage .content .messageReactedEmojis{align-self:flex-end;width:fit-content;height:fit-content;padding:2px 3px;background-color:rgb(var(--color-reaction-msg-bg));border-radius:500px;box-shadow:0 1px 1px rgb(var(--color-popup),.25);cursor:pointer;display:flex;align-items:center;position:relative;top:-6px}.chatPage .content .messageReactedEmojis .reacted-emoji{display:inline-block;animation:emojiScale .35s cubic-bezier(.8,0,.2,1) forwards}.chatPage .content .messageReactedEmojis .reacted-emoji-number{display:inline-block;font-size:.875rem;color:rgb(var(--color-description));margin-inline:3px}.chatPage .content .messageReactedEmojis-right{right:10px}.chatPage .content .messageReactedEmojis-left{left:10px}.chatPage .content .epr-emoji-category-label{position:static!important;top:auto!important;background:transparent!important}.chatPage .content .epr-search-container input[type=text]{outline:0;border:0}.chatPage .content .epr-search-container input[type=text]:focus,.chatPage .content .epr-search-container input[type=text]:focus-visible,.chatPage .content .epr-search-container input[type=text]:active{outline:0;border:0}.chatPage .content .emoji-picker{position:absolute;bottom:83px;left:25px;z-index:var(--layer-1);transform-origin:bottom left;animation:delay-dialog .25s ease forwards}.chatPage .content .emoji-picker.close{animation:delay-dialog-out .25s ease forwards}@media screen and (max-width: 1281px){.chatPage .content .emoji-picker .EmojiPickerReact{height:400px!important}}.chatPage .content .epr_-f1jbax:before{display:none!important;content:none!important;box-shadow:none!important;outline:none!important;background:transparent!important;border:0!important;opacity:0!important;transform:none!important}.chatPage .full-height{height:100%}
