@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";.MobileFooter{position:fixed;bottom:0;left:0;width:100%;height:calc(var(--mobile-footer-height) + env(safe-area-inset-bottom));background-color:#fff;padding:.625rem 3.375rem 3rem;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:.5px solid var(--light-overlay-015);border-top:.5px solid var(--light-overlay-015);padding:0rem 1rem}.MobileFooter__link{height:var(--mobile-footer-height);flex:1;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:var(--accent-color-3)}.MobileFooter__link svg{width:1.5rem;height:1.5rem}@media only screen and (min-width: 768px){.MobileFooter{display:none}}.Avatar{position:relative;border-radius:50%;box-sizing:content-box;transition:filter .2s linear}.Avatar:hover{filter:contrast(1.15)}.Avatar__container{border-radius:50%;box-shadow:inset 0 0 0 1px var(--border-color-2);background:radial-gradient(75.29% 75.29% at 64.96% 24.36%,#fff .52%,var(--local-color-5) 31.25%,var(--local-color-3) 51.56%,var(--local-color-2) 65.63%,var(--local-color-1) 82.29%,var(--local-color-4) 100%)}.Avatar__icon{border-radius:50%}.ConnectWalletButton{width:2em;height:2em;background-color:var(--sender-bubble-bg);border:1px solid #cfd6d6;border-radius:999px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease}.ConnectWalletButton:hover{opacity:.8}.ConnectWalletButton:active{opacity:.6}.ConnectWalletButton svg{color:#9ea9a9;width:.875rem;height:.875rem}.Sidebar{position:fixed;bottom:5%;left:50%;transform:translate(-50%);gap:1em;width:3.75rem;height:100%;padding-bottom:2em;padding-top:2em;display:none;flex-direction:row-reverse;align-items:center;justify-content:space-between;transition:all .15s linear}.Sidebar__Item{cursor:pointer}.Sidebar__Item-disabled{cursor:crosshair;pointer-events:none}.Sidebar__Item .wc-icon{width:28px;height:28px;transition:.25s all ease-in-out}.Sidebar__Item .wc-icon-hoverable:hover{filter:contrast(.8)}.Sidebar__Navigation{display:flex;flex-direction:row;align-items:center;background-color:var(--bg-color-1);outline:solid 1px var(--bg-color-2);padding:.5em;border-radius:44px;gap:.125rem}.Sidebar__Navigation__Link{width:4em;display:flex;justify-content:center;align-items:center;transition:all .25s ease-in-out;padding:1rem 0}.Sidebar__Navigation__Link-active:before{position:absolute;border-radius:0 12px 12px 0;left:-2%;display:inline-block;content:"";height:3em;width:.25em;background:var(--accent-color-1)}.Sidebar__Navigation__Link:active,.Sidebar__Navigation__Link-disabled{opacity:.5}.Sidebar__Navigation svg{width:24px;height:24px}@media only screen and (min-width: 768px){.Sidebar{display:flex;background-color:var(--bg-color-1);transform:unset;position:relative;top:0;left:0;height:100%;flex-direction:column}.Sidebar__Navigation{border-radius:unset;flex-direction:column;background-color:unset;padding:unset;outline:unset;gap:.125rem}.Sidebar__Navigation__Link:not(.Sidebar__Navigation__Link-active):hover:before{position:absolute;border-radius:0 12px 12px 0;left:-2%;display:inline-block;content:"";height:3em;width:.25em;background:var(--accent-color-3)}}.App{--targetselector-display: unset;--header-display: unset;--main-display: unset;background:var(--bg-color-1);max-height:100vh;display:grid;grid-template:var(--grid-template);grid-template-columns:1fr;max-width:100vw;z-index:0;position:relative;height:100%;padding-bottom:calc(env(safe-area-inset-bottom) + var(--mobile-footer-height));overflow:hidden}.App .TargetSelector{grid-area:target-selector;display:var(--targetselector-display);height:100%;overflow-x:hidden;overflow-y:auto}.App .Sidebar{padding-top:1.25em;padding-bottom:1em;grid-area:sidebar}.App .Header{grid-area:header;display:var(--header-display)}.App .Main{position:relative;grid-area:main;max-width:100vw;height:auto;overflow-x:auto;display:var(--main-display)}@media only screen and (max-width: 768px){.App .Main{overflow:hidden;width:100vw}}@media only screen and (min-width: 768px) and (min-width: 1300px){.App:has(.TargetSelector):has(.ThreadSelector){grid-template-columns:3.75rem 1.2fr 3fr}}@media only screen and (min-width: 768px){.App[data-path="/notifications"] .TargetSelector{border-right:solid 1px transparent}.App[data-path="/notifications"] .Main{overflow-x:hidden;overflow-y:auto;padding:1rem .085em}.App{--targetselector-display: unset;--sidebar-display: unset;--header-display: unset;--main-display: unset;display:flex;align-items:flex-start;justify-content:flex-start;padding-bottom:0}.App .Sidebar{border-right:solid 1px var(--bg-color-2)}.App .Main{flex:1;width:100%;height:100%}.App .TargetSelector{width:320px;padding:1rem .75rem;border-right:solid 1px var(--bg-color-2);position:relative;height:100%;overflow-x:hidden;overflow-y:auto}.App .TargetSelector .Input{padding:0px .75rem}.App .TargetSelector .Input img{left:1.625rem!important}}.Text{line-height:130%;font-feature-settings:"case" on}.Text__large-500,.Text__large-600,.Text__large-700{font-size:20px}.Text__link-500,.Text__link-600,.Text__link_700{font-size:13px}.Text__paragraph-500,.Text__paragraph-600,.Text__paragraph_700{font-size:16px;letter-spacing:-.64px}.Text__small-400,.Text__small-500,.Text__small-600,.Text__small_700{font-size:14px}.Text__tiny-500,.Text__tiny-600{font-size:12px}.Text__micro-600,.Text__micro-700{font-size:10px;letter-spacing:.2px;line-height:12px;text-transform:uppercase}.Text__small-400{font-weight:400;line-height:140%}.Text__large-500,.Text__link-500,.Text__paragraph-500,.Text__small-500,.Text__tiny-500{font-weight:500}.Text__large-600,.Text__link-600,.Text__paragraph-600,.Text__small-600,.Text__tiny-600,.Text__micro-600{font-weight:600}.Text__large-700,.Text__link--700,.Text__paragraph-700,.Text__small-700,.Text__micro-700{font-weight:700}.Text__small-400,.Text__small-500,.Text__small-600,.Text__small_700,.Text__link-500,.Text__link-600,.Text__link_700{letter-spacing:-.56px}.Text__large-500,.Text__large-600,.Text__large_700,.Text__tiny-500,.Text__tiny-600{letter-spacing:-.8px}.IntroContent{display:flex;flex-direction:column;text-align:center;align-items:center;position:relative}.IntroContent__Background{position:absolute;z-index:-1;pointer-events:none}.IntroContent .Button .Text{letter-spacing:-.2px!important}.IntroContent__Text{z-index:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;letter-spacing:-.2px!important}.IntroContent__Text .Text__large-600{color:#141414;letter-spacing:-.2px!important}.IntroContent__Text .Text__small-400{width:55%;letter-spacing:-.2px!important;color:#798686}.IntroContent>svg{z-index:0;margin-bottom:4.75rem;filter:drop-shadow(0 25px 50px rgba(0,0,0,.75))}@media only screen and (max-width: 768px){.IntroContent>svg{margin-bottom:1.5rem}}.IntroContent button,.IntroContent a{z-index:1;margin-top:1rem}.Button{display:flex;justify-content:space-between;gap:.5em;cursor:pointer;align-items:center;justify-content:center;border-radius:28px;padding:.225rem .625rem .275rem;box-shadow:inset 0 0 0 1px var(--light-overlay-010);border:none;transition:opacity .3s ease}.Button__medium{height:2.5rem}.Button__small{height:1.75rem}.Button:hover{opacity:.8}.Button:active{opacity:.6}.Button svg{width:1rem}.Button__primary{background:var(--accent-color-1);color:var(--fg-color-5)}.Button__outline{background:transparent;border:1px solid var(--accent-color-1);color:var(--accent-color-1)}.Button__danger{background:var(--error-color-1);color:var(--light-inverse)}.Button__action,.Button__action-icon{background-color:var(--bg-color-2);color:var(--fg-color-1)}.Button__action-icon{border-radius:50%;width:2em;height:2em;padding:.5em}.Button__action-icon img{width:2em;height:2em}.Button:disabled{cursor:not-allowed;opacity:.5}.Button:disabled span{display:flex;align-items:center;gap:.5rem}.Dropdown{position:relative;height:-moz-fit-content;height:fit-content}.Dropdown__btn{display:flex;align-items:center;justify-content:center;border-radius:50%}.Dropdown__btn__square{background-color:transparent;border:none;border-radius:16px;transition:all .3s ease;width:2.5em!important;height:2.5em!important}.Dropdown__btn__square:hover{background-color:var(--sender-bubble-bg)}@media only screen and (max-width: 768px){.Dropdown__btn__square{width:2em!important;height:2em!important}}@media only screen and (max-width: 768px){.Dropdown__btn__square{border-radius:50%}}.Dropdown__dropdown{margin-top:.5em;position:absolute;color:var(--fg-color-1);background-color:var(--bg-color-1);border:solid 1px var(--border-color-2);border-radius:15px;box-shadow:0 6px 14px -6px #0000001f,0 10px 32px -4px #0000001a;z-index:1;cursor:default;overflow:hidden}.Dropdown__dropdown__block{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;padding:0pxrem 0px}.Dropdown__dropdown__block__actions{display:grid;justify-content:center;flex-direction:column}.Dropdown__dropdown__block__actions button{display:grid;grid-template-columns:10% 90%;align-items:center;height:2.625em;padding:.625em .8125em;gap:.375em;height:2.3125em;border:none;background:none;color:var(--fg-color-1);cursor:pointer}.Dropdown__dropdown__block__actions button span{font-weight:400;line-height:140%;font-size:.875rem}.Dropdown__dropdown__block__actions button img{width:1em;height:1em}.Dropdown__dropdown__block__actions__unsubscribe span{color:var(--error-color-1)}.AppNotificationDropdown__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1em;width:100%}.AppNotificationDropdown__actions button{display:flex;align-items:center;width:100%;padding:.625rem .75rem;gap:.5em;border:none;background:none;cursor:pointer;transition:background .5s ease;overflow:hidden}.AppNotificationDropdown__actions button:hover{background-color:var(--bg-color-4)}.AppNotificationDropdown__actions button img{width:1rem;height:1rem}.AppNotificationDropdown__actions button span{font-weight:400;line-height:140%;font-size:.875rem}.AppNotificationDropdown__actions button svg{max-width:none;width:1rem}.AppNotificationDropdown__actions button:focus-visible{outline:none;background-color:var(--bg-color-4)}.AppNotificationDropdown__actions button:not(.AppNotificationDropdown__actions__unsubscribe){color:var(--fg-color-1)}.AppNotificationDropdown__actions__unsubscribe,.AppNotificationDropdown__actions__unsubscribe span{color:var(--error-color-1)}.MobileHeader{display:flex;justify-content:space-between;padding:.625rem 1rem;background-color:#fff;width:100%;z-index:10;height:var(--mobile-header-height);align-items:center;border-bottom:.5px solid var(--light-overlay-015)}@media only screen and (min-width: 768px){.MobileHeader{display:none}}.MobileHeader__icon img{width:28px;height:28px}.MobileHeader__icon,.MobileHeader__arrow,.MobileHeader .Dropdown,.MobileHeader .Avatar{flex-grow:1;flex-basis:0}.MobileHeader .Avatar,.MobileHeader .Dropdown{display:flex;justify-content:flex-end}.MobileHeader__arrow{width:1.25rem;height:1.25rem;margin-top:4px}.MobileHeader__arrow svg{width:1rem;height:1rem}.MobileHeader svg{width:2.5rem}.MobileHeader__title{color:var(--fg-color-1)}.Badge{border-radius:.25rem;background-color:#1b204666;padding:.125rem .25rem;box-sizing:border-box;height:18px;color:#fff;display:flex;align-items:center;justify-content:center}.Badge span{margin:0;padding:0;line-height:13px}.Badge.outline{background-color:transparent;border:1px solid #1b2045;color:#1b2045}.Spinner{animation:rotate 2s linear infinite;transition:all ease-in-out .25s}.Spinner circle{fill:none;stroke:var(--fg-color-2);stroke-width:4px;stroke-dasharray:1,124;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,124;stroke-dashoffset:0}50%{stroke-dasharray:90,124;stroke-dashoffset:-35}to{stroke-dashoffset:-125}}.AppCard{padding:2rem;background:white;border-radius:1.875em;position:relative;text-decoration:none;height:-moz-fit-content;height:fit-content;outline:1px solid rgba(0,0,0,.1);overflow:hidden}.AppCard .mobile{display:none}@media only screen and (max-width: 768px){.AppCard{border-radius:.75rem;padding:1rem}.AppCard .mobile{display:flex}}.AppCard__background{z-index:0;position:absolute;background-repeat:no-repeat;background-position:-50px -50px;background-size:80%;overflow:hidden;filter:blur(32px) saturate(1.2);opacity:.15;top:0;left:0;width:100%;height:100%}.AppCard__mobile__button__subscribe{z-index:1}.AppCard__mobile__button__subscribe:disabled{background-color:var(--accent-color-1)!important}.AppCard__mobile__button__subscribe:disabled .Spinner circle{stroke:#fff}.AppCard__mobile__button__subscribed,.AppCard__mobile__button__subscribe{min-width:84px;height:28px}@media only screen and (min-width: 768px){.AppCard__mobile__button__subscribed,.AppCard__mobile__button__subscribe{display:none}}.AppCard__header{display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width: 768px){.AppCard__header{align-items:center}}.AppCard__header__logo{border-radius:2em;width:3.75em;height:3.75em;overflow:visible;margin-bottom:.75em;position:relative}.AppCard__header__logo:after{border-radius:2em;box-shadow:inset 0 0 0 1px var(--border-color-2);content:"";display:block;position:absolute;top:0;height:100%;width:100%}.AppCard__header__logo img:not(.AppCard__header__logo__dev-icon){border-radius:2em;width:100%;height:100%}.AppCard__header__logo__dev-icon{width:1.125rem;height:1.125rem;position:absolute;top:0;right:0;z-index:1;background-color:#fff;border-radius:1rem}@media only screen and (max-width: 768px){.AppCard__header__logo{width:3rem;height:3rem;margin-bottom:0}}.AppCard__header__link-icon{width:.67em;height:.67em}.AppCard__body{display:flex;justify-content:flex-start;align-items:flex-start;z-index:1;flex-direction:column;color:var(--fg-color-1)}@media only screen and (max-width: 768px){.AppCard__body{margin-top:.75rem}}.AppCard__body__title{display:flex;align-items:center;gap:.5rem}@media only screen and (max-width: 768px){.AppCard__body__title span:not(.Badge > span){font-size:16px;font-style:normal;font-weight:600;line-height:130%;letter-spacing:-.48px}}.AppCard__body__title svg{width:1.125rem}@media only screen and (max-width: 768px){.AppCard__body__title svg{width:1rem}}.AppCard__body__subtitle{color:var(--fg-color-2);line-height:16px;letter-spacing:-.24px;margin-top:2px}.AppCard__body__description{color:var(--fg-color-1);margin:1rem 0 1.5rem}@media only screen and (max-width: 768px){.AppCard__body__description{margin-top:.75rem;font-size:14px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.14px;color:#474d4d}}.AppCard__body__subscribed,.AppCard__body__subscribe{padding:7px 12px;border-radius:1rem;height:2rem;border:none;width:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;z-index:1;cursor:pointer;transition:background .2s linear,box-shadow .2s linear,color .2s linear;will-change:background-color,box-shadow,color;outline:none}.AppCard__body__subscribed:disabled,.AppCard__body__subscribe:disabled{opacity:.5;cursor:default}@media only screen and (max-width: 768px){.AppCard__body__subscribed,.AppCard__body__subscribe{display:none}}.AppCard__body__subscribe{background:#1b2045;color:var(--light-inverse)}.AppCard__body__subscribe:hover,.AppCard__body__subscribe:focus-visible{background:black}.AppCard__body__subscribe svg{width:.75rem;color:var(--light-inverse)}.AppCard__body__subscribed{box-shadow:inset 0 0 0 1px #1b2045;background:transparent;color:#1b2045}.AppCard__body__subscribed svg{width:.75rem;color:#1b2045}.AppCard__body__subscribed:not(:disabled):hover,.AppCard__body__subscribed:not(:disabled):focus-visible{box-shadow:inset 0 0 0 2px #000;color:#000}.AppCard__body__subscribed:not(:disabled):hover svg,.AppCard__body__subscribed:not(:disabled):focus-visible svg{width:.75rem;color:#000}.AppCard__coming-soon .AppCard__body__description{margin-bottom:0rem}.AppCardSkeleton{padding:2rem;background:var(--shimmer-bg);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:1.875em;position:relative;outline:1px solid rgba(0,0,0,.05);overflow:hidden}@media only screen and (max-width: 768px){.AppCardSkeleton{border-radius:.75rem;padding:1rem}}.AppCardSkeleton__header{display:flex;justify-content:space-between;align-items:flex-start}.AppCardSkeleton__header__logo{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:var(--shimmer-fg);border-radius:50%;width:3.75em;height:3.75em;margin-bottom:.75em}@media only screen and (max-width: 768px){.AppCardSkeleton__header__logo{width:3rem;height:3rem;margin-bottom:0}}.AppCardSkeleton__header__link-icon{width:.67em;height:.67em}.AppCardSkeleton__body{display:flex;justify-content:flex-start;z-index:1;flex-direction:column;color:var(--fg-color-1)}@media only screen and (max-width: 768px){.AppCardSkeleton__body{margin-top:.75rem}}.AppCardSkeleton__body__title{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:var(--shimmer-fg);height:26px;width:40%;display:flex;align-items:center;gap:.3125rem}.AppCardSkeleton__body__subtitle{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:var(--shimmer-fg);height:16px;width:70%;margin-top:4px}.AppCardSkeleton__body__description{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:var(--shimmer-fg);height:20px;margin-top:1rem}.AppCardSkeleton__body__subscribed{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:var(--shimmer-fg);border-radius:14px;height:28px;min-width:84px;width:-moz-max-content;width:max-content;margin-top:1.5rem;cursor:pointer;z-index:1}.AppExplorer{display:flex;height:100%;flex-direction:column;align-items:center;max-width:100vw;padding:0 1.5rem;backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:opacity;position:relative}@media only screen and (max-width: 1300px){.AppExplorer{margin-right:0%;padding:0}}@media only screen and (min-width: 768px){.AppExplorer{margin-right:auto;margin-left:auto}}.AppExplorer__submit__button{position:absolute;top:1rem;right:1rem;height:2.5rem;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 768px){.AppExplorer__submit__button{height:auto;top:calc(var(--mobile-header-height) + 1rem)}}.AppExplorer__submit__button__link{padding:.5rem 1rem;border-radius:2rem;border:1px solid var(--accent-color-2);text-decoration:none;color:var(--accent-color-1);display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(255,255,255,.2);z-index:20}.AppExplorer__submit__button__link svg{width:1rem}@media only screen and (max-width: 768px){.AppExplorer__submit__button__link{padding:.25rem .5rem}.AppExplorer__submit__button__link svg{width:.75rem}}.AppExplorer__submit__button__link__external__icon{display:none;opacity:0;transition:opacity .2s ease-in-out}.AppExplorer__submit__button__link:hover .AppExplorer__submit__button__link__external__icon{display:inline-block;opacity:1}.AppExplorer__submit__button__link:hover .AppExplorer__submit__button__link__plus__icon{display:none}.AppExplorer__submit__button__link:hover{background:var(--accent-color-3)}.AppExplorer .IntroContent{margin-top:2.25rem}.AppExplorer__apps{width:100%;max-width:700px;display:grid;grid-template-columns:repeat(auto-fit,minmax(20em,1fr));gap:1.5rem;padding:5rem 0}@media only screen and (max-width: 1024px){.AppExplorer__apps{grid-template-columns:repeat(1,1fr);padding:5rem 1rem}}@media only screen and (max-width: 768px){.AppExplorer__apps{grid-template-columns:repeat(1,1fr);padding:0 1rem;margin-top:3rem}}.AppExplorer__apps__column{display:flex;flex-flow:column wrap;justify-content:flex-start;gap:1.5rem}@media only screen and (max-width: 768px){.AppExplorer__apps__column{gap:1rem}}.Label__main{color:#9ea9a9}.Label__accent{color:var(--accent-color-1)}.AppNotifications{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}@media only screen and (min-width: 768px){.AppNotifications{overflow:hidden}}.AppNotificationsActions{left:0;transform:translate(-100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;justify-content:flex-end;position:absolute;width:165px;height:100%;border-radius:0 5px 5px 0;padding-right:1em}@media only screen and (min-width: 768px){.AppNotificationsActions{display:none}}.AppNotificationsActions button:last-child{border-radius:0 5px 5px 0}@media only screen and (min-width: 768px){.AppNotificationsActions button:first-child{border-radius:5px 0 0 5px}}.AppNotificationsActions__clear,.AppNotificationsActions__unread{outline:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:100%}.AppNotificationsActions__clear--text,.AppNotificationsActions__unread--text{font-size:12px}.AppNotificationsActions__clear img,.AppNotificationsActions__unread img{height:2em!important;width:auto!important}.AppNotificationsActions__unread{background-color:#3396ff;color:#e4e7e7}.AppNotificationsActions__clear{background-color:#1463b8;color:#e4e7e7}@media only screen and (min-width: 768px){.AppNotifications__border{position:absolute;left:0;top:4.25rem;width:100%;background-color:var(--bg-color-2);height:1px}}.AppNotifications__list{width:100%;display:flex;flex-direction:column;align-items:center;padding:2.75rem 1rem;max-height:100%;overflow-x:hidden;overflow-y:auto}.AppNotifications__list__content{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5em;gap:1rem}@media only screen and (max-width: 768px){.AppNotifications__list .Label{display:none}}@media only screen and (max-width: 768px){.AppNotifications__list{gap:0px;padding:0;overflow:unset}}.AppNotifications__item{position:relative;display:flex;gap:.75rem;width:100%;border:1px solid var(--border-color-2);align-items:center;padding:1rem 1.25rem;border-radius:.75rem;text-decoration:none}.AppNotifications__item--blue{background:var(--accent-color-3)}.AppNotifications__item:hover{background:var(--bg-color-2)}@media only screen and (min-width: 768px){.AppNotifications__item__link:hover .AppNotifications__item__header__wrapper__date{display:none}.AppNotifications__item__link:hover .AppNotifications__item__header__wrapper__visit-link{display:flex}}@media only screen and (max-width: 768px){.AppNotifications__item{padding:1rem 1.25rem;border-radius:0;border:none;border-bottom:.5px solid rgba(0,0,0,.05)}.AppNotifications__item:hover{background:var(--bg-color-2)}}.AppNotifications__item__status{position:relative;background:var(--bg-color-2)}.AppNotifications__item img{width:4em;height:4em;aspect-ratio:1/1;border-radius:10px;-o-object-fit:cover;object-fit:cover;align-self:flex-start}@media only screen and (max-width: 768px){.AppNotifications__item img{width:48px;height:48px}}.AppNotifications__item__content{display:flex;flex-direction:column;width:100%;align-self:flex-start;margin-top:5px}@media only screen and (max-width: 768px){.AppNotifications__item__content{margin-top:2px}}.AppNotifications__item__header{display:flex;justify-content:space-between;align-items:center}.AppNotifications__item__header__wrapper{display:flex;align-items:center;gap:.3em}.AppNotifications__item__header__wrapper span{color:var(--fg-color-3)}.AppNotifications__item__header__wrapper__visit-link{text-decoration:none;color:var(--accent-color-1);display:none;align-items:center;gap:.125rem}.AppNotifications__item__header__wrapper__visit-link span{color:var(--accent-color-1)}.AppNotifications__item__header__wrapper__visit-link svg{display:inline-block}.AppNotifications__item__title{color:var(--fg-color-1);display:flex;align-items:center;gap:.125rem}.AppNotifications__item__title__external-link-icon{display:inline-block}@media only screen and (min-width: 768px){.AppNotifications__item__title__external-link-icon{display:none}}.AppNotifications__item__message{color:var(--fg-color-1);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:18px;margin-top:.25rem;letter-spacing:-.14px}@media only screen and (max-width: 768px){.AppNotifications__item__message{margin-top:0}}.AppNotifications__item__message+.Anchor{margin-top:.75rem}.AppNotifications__item__message.show_more{max-height:unset;-webkit-line-clamp:unset}.AppNotifications__item__show_button{color:var(--accent-color-1);background:none;border:none;display:inline-block;align-self:flex-start;margin-top:2px}.AppNotifications__item__show_button>span{letter-spacing:-.14px}.AppNotifications__item__show_button+.Anchor{margin-top:12px}.AppNotifications__item-skeleton{position:relative;display:flex;gap:.75rem;width:100%;border:1px solid var(--border-color-2);align-items:center;padding:1rem 1.25rem;border-radius:.75rem;text-decoration:none}@media only screen and (max-width: 768px){.AppNotifications__item-skeleton{padding:1rem 1.25rem;border-radius:0;border:none;border-bottom:.5px solid rgba(0,0,0,.05)}}.AppNotifications__item-skeleton__status{position:relative;background-color:var(--shimmer-fg)}.AppNotifications__item-skeleton__image{width:4em;height:4em;aspect-ratio:1/1;border-radius:10px;-o-object-fit:cover;object-fit:cover;align-self:flex-start;background-color:var(--shimmer-fg);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media only screen and (max-width: 768px){.AppNotifications__item-skeleton__image{width:48px;height:48px}}.AppNotifications__item-skeleton__content{display:flex;flex-direction:column;width:100%;align-self:flex-start;margin-top:5px;gap:.25rem}@media only screen and (max-width: 768px){.AppNotifications__item-skeleton__content{margin-top:2px}}.AppNotifications__item-skeleton__header{display:flex;justify-content:space-between;align-items:center}.AppNotifications__item-skeleton__header__title{width:50%;height:1.25rem;background-color:var(--shimmer-fg);display:flex;align-items:center;gap:2px;border-radius:.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.AppNotifications__item-skeleton__header__date{width:10%;height:1.25rem;background-color:var(--shimmer-fg);display:flex;align-items:center;border-radius:.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.AppNotifications__item-skeleton__message{width:70%;height:1.25rem;background-color:var(--shimmer-fg);margin-top:.25rem;border-radius:.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media only screen and (max-width: 768px){.AppNotifications__item-skeleton__message{margin-top:0}}.AppNotificationsCardMobile{display:none}@media only screen and (max-width: 768px){.AppNotificationsCardMobile{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%;background:linear-gradient(0deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.85) 100%),radial-gradient(140.74% 145.41% at 7.1% 2.28%,var(--local-bg-color) 0%,rgba(255,255,255,0) 80%);padding:1.5rem 0px;border-bottom:.5px solid rgba(0,0,0,.05)}.AppNotificationsCardMobile__logo{width:4rem;height:4rem;border:.5px solid var(--light-overlay-010);border-radius:50%}.AppNotificationsCardMobile__wrapper{display:flex;flex-direction:column;gap:2px;align-items:center}.AppNotificationsCardMobile__wrapper svg{width:1rem}.AppNotificationsCardMobile__url{color:var(--fg-color-2)!important;font-size:12px;font-style:normal;font-weight:510;line-height:16px;letter-spacing:-.24px}.AppNotificationsCardMobile__title{display:flex;gap:5px}.AppNotificationsCardMobile__title span{color:var(--fg-color-1)}.AppNotificationsCardMobile__description{color:var(--fg-color-1);text-align:center;padding:0 3.5rem}}.AppNotificationsEmpty{display:flex;justify-content:center;align-items:center;height:100%}@media only screen and (max-width: 768px){.AppNotificationsEmpty{margin-top:7.5rem}}.AppNotificationsEmpty__wrapper{position:relative}.AppNotificationsEmpty__visual{z-index:3;position:relative}@media only screen and (max-width: 768px){.AppNotificationsEmpty__visual{display:none}}.AppNotificationsEmpty__visual__background{position:absolute;left:50%;top:50%;transform:translate(-50%,-85%);width:9rem;height:9rem;border-radius:9rem;background:var(--local-bg-url);filter:blur(15px)}@media only screen and (max-width: 768px){.AppNotificationsEmpty__visual__background{display:none}}.AppNotificationsEmpty__visual__medium{z-index:2;position:absolute;left:50%;transform:translate(-50%,-65%);width:9.5rem;height:2.5rem;border-radius:10px;border:.8px solid rgba(0,0,0,.02);opacity:.8;background:#fff;box-shadow:0 6.4px 12.8px -4.8px #00000014,0 4.8px 6.4px -4.8px #0000001f;filter:blur(.5px)}@media only screen and (max-width: 768px){.AppNotificationsEmpty__visual__medium{display:none}}.AppNotificationsEmpty__visual__small{z-index:1;position:absolute;left:50%;transform:translate(-50%,-15%);width:6.375rem;height:2rem;flex-shrink:0;border-radius:8px;border:.64px solid rgba(0,0,0,.02);opacity:.6;background:#fff;box-shadow:0 5.12px 10.24001px -3.84px #00000014,0 3.84px 5.12px -3.84px #0000001f;filter:blur(1px)}@media only screen and (max-width: 768px){.AppNotificationsEmpty__visual__small{display:none}}.AppNotificationsEmpty__visual__item{display:flex;gap:.75rem;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(0,0,0,.05);background:#fff;align-items:center;box-shadow:0 8px 16px -6px #00000014,0 6px 8px -6px #0000001f}.AppNotificationsEmpty__visual__item__container{display:flex;flex-direction:column;gap:.375rem}.AppNotificationsEmpty__visual__item__container :nth-child(1){width:80%}.AppNotificationsEmpty__visual__item__logo{width:1.75rem;height:1.75rem;border-radius:100px;border:.5px solid rgba(0,0,0,.1)}.AppNotificationsEmpty__visual__item__skeleton{background-color:#e6eaea;width:8rem;height:.375rem;border-radius:100px}.AppNotificationsEmpty__title{display:block;margin-top:5.125rem;color:var(--fg-color-1);text-align:center}@media only screen and (max-width: 768px){.AppNotificationsEmpty__title{margin-top:0}}.AppNotificationsEmpty__subtitle{display:block;color:#474d4d;text-align:center;margin-top:4px}.AppNotificationsEmpty__icon{width:40px;height:40px;margin:0 auto}.BackButton{cursor:pointer;display:flex;align-items:center;gap:.5rem;color:#141414;padding:18px 10px}.BackButton svg{width:12px;height:12px;fill:#141414}.BackButton__Title{margin-top:1px}.AppNotificationsHeader{display:flex;align-items:center;gap:11px;align-self:flex-start;width:100%;padding:1rem 1.5rem}@media only screen and (max-width: 768px){.AppNotificationsHeader{display:none}}.AppNotificationsHeader__wrapper{display:flex;gap:.3em;align-items:center}@media only screen and (max-width: 768px){.AppNotificationsHeader__selector{display:none}}.AppNotificationsHeader__plain{display:flex;justify-content:space-between;width:100%;font-weight:800;padding-right:1em;padding-left:1em}.AppNotificationsHeader__plain h2{font-weight:1.25em}.AppNotificationsHeader__content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem}.AppNotificationsHeader__secondary__actions{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:10px}@media only screen and (max-width: 768px){.AppNotificationsHeader__secondary__actions{padding:0 .85em}}.AppNotificationsHeader__app{flex:1;display:flex;align-items:center;gap:.5em}.AppNotificationsHeader__app__logo{border-radius:50%;width:36px;height:36px}.AppNotificationsHeader__app__name{color:var(--fg-color-1);font-size:16px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-.32px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.AppNotificationsHeader__app__link{color:var(--fg-color-2);text-decoration:none;display:flex;align-items:center;overflow:hidden;gap:.125rem}.AppNotificationsHeader__app__link svg{display:inline-block}.AppNotificationsHeader__app__link:hover{color:var(--fg-color-2);filter:brightness(.9)}.AppNotificationsHeader__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.AppNotificationsHeader__actions__mobile{flex-direction:column}.Input{display:flex;align-items:center;position:relative}.Input img{position:absolute;left:14px}.Input img+input{padding:.625rem 1rem .625rem 2.75rem}.Input__input{color:inherit;padding:.625rem 1rem;border:none;width:100%;background:transparent;outline:none;font-size:15px;font-style:normal;font-weight:510;line-height:20px;letter-spacing:-.3px;background:var(--light-overlay-002);border:1px solid var(--border-color-2);border-radius:16px;color:var(--fg-color-1)}.Input__input:focus-within{outline:1px solid var(--accent-color-1)}.Input__input::-moz-placeholder{color:var(--fg-color-2)}.Input__input::placeholder{color:var(--fg-color-2)}.NavLink{display:grid;grid-template-columns:repeat(1,1fr);width:100%;color:var(--fg-color-1);gap:.5em;padding:.5em;border-radius:10px;align-items:center;justify-content:flex-start;text-decoration:none}@media only screen and (max-width: 768px){.NavLink{padding:.5em 0}}@media (hover: hover){.NavLink:hover,.NavLink-active{background:var(--accent-color-3)}}.NavLink__text{color:var(--fg-color-1);font-feature-settings:"case" on,"ss04" on,"ss06" on;font-weight:700;width:100%;padding-right:1em;padding-left:1em}.NavLink__icon-svg{width:2.25em;aspect-ratio:1;background:var(--accent-color-1);display:inline-block;border-radius:50%;display:grid;place-items:center}.NavLink__icon-img{display:grid;place-items:center;width:2.25em;height:2.25em;border-radius:50%}.NavLink__icon-img img{width:2.25em;height:2.25em;border-radius:50%;display:inline-block}.TargetTitle{display:flex;justify-content:space-between;align-items:center;text-decoration:none}.TargetTitle span{color:var(--fg-color-1)}.AppSelector__link-item-skeleton{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;height:56px;padding:.75rem 1rem .75rem .75rem;border-radius:1em;position:relative;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.AppSelector__link-item-skeleton__icon{will-change:opacity;background:var(--shimmer-fg);min-width:2rem;min-height:2rem;border-radius:50%}.AppSelector__link-item-skeleton__description{will-change:opacity;background:var(--shimmer-fg);width:50%;height:1.125px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.AppSelector{display:flex;flex-direction:column}.AppSelector__mobile-header{display:flex;justify-content:space-between;align-items:center;width:100%;height:2.25em;min-height:2.25em}.AppSelector__mobile-actions{display:flex;align-items:center;justify-content:space-between;gap:1.25em}.AppSelector__mobile-search{width:2em;height:2em;display:flex;align-items:center;background:var(--accent-color-1);border:solid 1px var(--accent-color-1);padding:.5em}.AppSelector__empty__message{color:var(--fg-color-2);padding:.5rem .75rem}.AppSelector .App,.AppSelector .Input{width:100%}.AppSelector__lists{margin:1.75rem 0;display:flex;flex-direction:column;gap:1.5rem}@media only screen and (max-width: 768px){.AppSelector__lists{gap:1.25rem}}.AppSelector__wrapper{display:flex;flex-direction:column;gap:.5rem}.AppSelector__wrapper .Label{padding:0px .75rem}.AppSelector__list{display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width: 768px){.AppSelector__list{gap:0px}}.AppSelector__list__muted{opacity:.5}.AppSelector__list-label{padding:0px .75rem}.AppSelector__unread{width:.5rem;height:.5rem;right:1rem;top:50%;transform:translateY(-50%);position:absolute;border-radius:50%;background-color:var(--accent-color-1)}.AppSelector__target-title{margin-top:1.625rem;padding:0 .75rem}.AppSelector__btn{width:100%;color:var(--fg-color-1);gap:.5em;padding:.5em;border-radius:10px;align-items:center;justify-content:flex-start;text-decoration:none;border:none;cursor:pointer;background:transparent}@media (hover: hover){.AppSelector__btn:hover{background:var(--active-link-gradient)}}.AppSelector__link{display:flex}@media only screen and (max-width: 768px){.AppSelector__link__wrapper{width:250px;overflow:hidden;display:flex;flex-direction:column;gap:2px}}.AppSelector__link__title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width: 768px){.AppSelector__link__title{font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.45px}}.AppSelector__link__subtitle{display:none}@media only screen and (max-width: 768px){.AppSelector__link__subtitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.14px;color:#474d4d;display:block}}.AppSelector__link-appsItem{padding:1rem;border-radius:1em;position:relative;transition:background-color .1s linear;will-change:background-color}@media only screen and (max-width: 768px){.AppSelector__link-appsItem{border-radius:0;padding:1rem 1.25rem}}@media (hover: hover){.AppSelector__link-appsItem:not(.NavLink-active):hover{background-color:var(--accent-color-3)}.AppSelector__link-appsItem:not(.NavLink-active):hover .AppSelector__link-apps__external-link-icon{opacity:1}}.AppSelector__link-item-skeleton{display:flex;align-items:center;gap:.75rem;height:56px;padding:.75rem 1rem .75rem .75rem;border-radius:1em;position:relative}@media only screen and (max-width: 768px){.AppSelector__link-item-skeleton{border-radius:0;padding:1rem 1.25rem}}.AppSelector__link-item-skeleton__icon{animation:var(--pulse);will-change:opacity;background:var(--shimmer-fg);width:.75em;height:.75em}@media only screen and (min-width: 768px){.AppSelector__link-item-skeleton__icon{border-radius:50%;padding:.5em;width:2em;height:2em}}.AppSelector__link-item-skeleton__description{animation:var(--pulse);will-change:opacity;background:var(--shimmer-fg);width:50%;height:18px}@keyframes slideIn{0%{transform:translate(-10%);opacity:.8}to{transform:translate(0);opacity:1}}.AppSelector__link-item-loading-in{animation:slideIn .2s ease-in}.AppSelector__link-item{padding:.75rem 1rem .75rem .75rem;border-radius:1em;position:relative;transition:background-color .2s linear;will-change:background-color}@media only screen and (max-width: 768px){.AppSelector__link-item{border-radius:0;padding:1rem 1.25rem}}@media (hover: hover){.AppSelector__link-item:not(.NavLink-active):hover{background-color:var(--accent-color-3)}.AppSelector__link-item:not(.NavLink-active):hover .AppSelector__link-apps__external-link-icon{opacity:1}}@media only screen and (max-width: 768px){.AppSelector__link{background:var(--accent-color-1);justify-content:center;min-width:2em;width:2em;height:2em;border-radius:50%;padding:.5em}}.AppSelector__link-icon{width:.75em;height:.75em}@media only screen and (min-width: 768px){.AppSelector__link-icon{background:var(--accent-color-1);border-radius:50%;padding:.5em;width:2em;height:2em}}.AppSelector__link-apps{width:1.5rem;height:1.5rem}.AppSelector__link-apps__external-link-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:.75rem;color:var(--accent-color-2);opacity:0}.AppSelector__link__logo{border-radius:1em;width:2em;height:2em;position:relative}.AppSelector__link__logo:after{border-radius:1em;box-shadow:inset 0 0 0 1px var(--border-color-2);content:"";display:block;position:absolute;top:0;height:100%;width:100%}.AppSelector__link__logo__image{width:100%;height:100%;border-radius:1em}@media only screen and (max-width: 768px){.AppSelector__link__logo{border-radius:1.5em;width:3rem;height:3rem}.AppSelector__link__logo__image{border-radius:1.5em}.AppSelector__link__logo:after{border-radius:1.5rem}}.AppSelector__notifications{display:flex;align-items:center;width:100%;justify-content:space-between}.AppSelector__notifications-apps{display:flex;align-items:center;gap:1rem}.AppSelector__notifications-link{display:flex;align-items:center;gap:.75rem}.AppSelector__notifications-link__muted{display:flex;align-items:center;gap:.5em;color:var(--fg-color-2)}.AppSelector__muted{display:flex;flex-direction:column;gap:10px;width:100%}.AppSelector__muted__label{padding:.5em .5em 0;color:var(--fg-color-3);font-weight:700;font-size:12px;line-height:14px}.AppSelector__apps{display:flex;flex-direction:column;gap:1em;height:100%;width:100%;justify-content:flex-start}.AppSelector__action{display:flex;align-items:center;justify-content:center}.AppSelector__action button{cursor:pointer}.TargetSelector{min-width:17.5em}.SettingsHeader{padding:1.25rem 1.5rem;border-bottom:1px solid var(--bg-color-2)}@media only screen and (max-width: 768px){.SettingsHeader{display:none}}.SettingsHeader__title{color:var(--fg-color-1);line-height:20px;letter-spacing:-.54px}.SettingsItemText{display:flex;flex-direction:column;gap:.25rem;min-width:240px;max-width:240px}@media only screen and (max-width: 1200px){.SettingsItemText{max-width:100%;min-width:100%}}.SettingsItemText__title{color:var(--fg-color-1)}.SettingsItemText__subtitle{color:#788181}@media only screen and (max-width: 768px){.SettingsItemText__subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.28px}}.SettingsItem{display:flex;justify-content:space-between;border-bottom:1px solid var(--bg-color-2);padding:2.5rem 1.5rem;gap:3rem}@media only screen and (max-width: 768px){.SettingsItem{padding:1.5rem 1.25rem;gap:1.5rem}}@media only screen and (max-width: 1200px){.SettingsItem{flex-direction:column}}.SettingsItem__content{min-width:25rem}@media only screen and (max-width: 1024px){.SettingsItem__content{min-width:100%}}.SettingsThemeInput{position:absolute;opacity:0}.SettingsThemeInput:checked+.SettingsThemeButton{background:rgba(51,150,255,.1);outline:2px solid var(--accent-color-1)}.SettingsThemeInput:checked+.SettingsThemeButton .SettingsThemeButton__icon{background-color:#3396ff1a}.SettingsThemeInput:checked+.SettingsThemeButton .SettingsThemeButton__icon svg path{stroke:var(--accent-color-1)}.SettingsThemeButton{display:flex;padding:2rem 1.5rem;background:rgba(0,0,0,.02);flex-direction:column;align-items:center;outline:2px solid transparent;border:none;transition:all .25s ease-in-out;width:100%;border-radius:1.75rem;cursor:pointer}@media only screen and (max-width: 1024px){.SettingsThemeButton{padding:1rem .75rem;flex-direction:row;gap:1.25rem}}.SettingsThemeButton__disabled{cursor:not-allowed;opacity:1;opacity:.5}.SettingsThemeButton:hover:enabled{background:rgba(51,150,255,.1)}.SettingsThemeButton__wrapper{display:flex;flex-direction:column;gap:.625rem}@media only screen and (max-width: 1024px){.SettingsThemeButton__wrapper{gap:4px}}.SettingsThemeButton__icon{width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;border-radius:.75rem;background-color:transparent;transition:all .25s ease-in-out}.SettingsThemeButton__icon svg{width:1.5rem;height:1.5rem}.SettingsThemeButton__icon svg path{stroke:var(--fg-color-2)}.SettingsThemeButton__title{margin-top:1.25rem;color:var(--fg-color-1);text-align:center}@media only screen and (max-width: 1024px){.SettingsThemeButton__title{margin-top:0;text-align:left}}.SettingsThemeButton__subtitle{color:#474d4d;text-align:center}@media only screen and (max-width: 1024px){.SettingsThemeButton__subtitle{text-align:left}}.AppearanceSettings__content{display:flex;flex-direction:column;align-items:center;width:100%}.AppearanceSettings__content__container{max-width:75rem;width:100%}.AppearanceSettings__modes{display:flex;gap:2rem}@media only screen and (max-width: 1024px){.AppearanceSettings__modes{flex-direction:column}}.Toggle{position:relative;min-width:3rem;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left}.Toggle__checkbox{display:none}.Toggle__label{display:block;overflow:hidden;cursor:pointer;border-radius:20px;margin:0;border:1px solid rgba(0,0,0,.1)}.Toggle__inner{display:block;width:200%;margin-left:-100%;transition:margin .15s ease-in 0s}.Toggle__inner:before,.Toggle__inner:after{display:block;float:left;width:50%;height:1.75rem;padding:0;line-height:2em;color:#fff;font-weight:700;box-sizing:border-box}.Toggle__inner:before{content:"";text-transform:uppercase;padding-left:10px;background-color:var(--accent-color-1);color:#fff}.Toggle-disabled{background-color:#ddd;cursor:not-allowed}.Toggle-disabled:before{background-color:#ddd;cursor:not-allowed}.Toggle__inner:after{content:"";text-transform:uppercase;background-color:#bbb;color:#fff;text-align:right}.Toggle__switch{display:block;width:20px;height:20px;margin:.25em .25em .25em 1em;background:var(--bg-color-2);position:absolute;top:1px;bottom:0;right:40%;border:1px solid var(--light-overlay-010);border-radius:50%;transition:all .15s ease-in 0s}.Toggle__checkbox:checked+.Toggle__label .Toggle__inner{margin-left:0}.Toggle__checkbox:checked+.Toggle__label .Toggle__switch{right:0}.SettingsToggle{padding:.625rem 1.75rem}@media only screen and (max-width: 768px){.SettingsToggle{padding:.625rem 0px}}.SettingsToggle__wrapper{display:flex;justify-content:space-between}.SettingsToggle__textwrapper{display:flex;align-items:center;gap:.75rem}.SettingsToggle__textwrapper svg{width:1.75rem}.SettingsToggle__title{font-size:16px;font-style:normal;font-weight:510;line-height:20px;color:var(--fg-color-1)}@media only screen and (max-width: 768px){.SettingsToggle__title{font-size:15px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:-.3px}}.SettingsToggle__subtitle{display:block;margin-top:.8rem;color:#788181;width:75%}@media only screen and (max-width: 768px){.SettingsToggle__subtitle{font-size:13px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.26px;width:100%}}.NotificationsSettings__content{display:flex;flex-direction:column;align-items:center;width:100%}.NotificationsSettings__content__container{max-width:75rem;width:100%}.NotificationsSettings__content__container__form{display:flex;flex-direction:column;align-items:flex-end;gap:1em;width:100%}.NotificationsSettings__content__container__form .Input{width:100%}.NotificationsSettings__content__container__form .Button{padding-left:1rem;padding-right:1rem}.NotificationsSettings__content__container__form__buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5em;width:100%}.NotificationsSettings__notifications{display:flex;flex-direction:column;width:100%}.NotificationsSettings__push-enabled-true{cursor:not-allowed;opacity:50%}.NotificationsSettings__push-enabled-true *{pointer-events:none}.NotificationsSettings svg{color:var(--fg-color-1)}.NotificationsSettings__debug{display:flex;flex-direction:column;gap:.5em;font-size:.5em;color:violet;padding:1em}.NotificationsSettings__debug-row{display:flex;padding:1em;flex-direction:column;gap:.5em;border:solid 1px blue}.SettingsSelector{display:flex;flex-direction:column;height:100%;min-width:17.5em}.SettingsSelector__title{display:block;color:var(--fg-color-1);padding:0 .75rem;margin-top:.5rem}@media only screen and (max-width: 768px){.SettingsSelector__title{display:none}}.SettingsSelector .NavLink-active svg{fill:#000;stroke:#fff}.SettingsSelector .NavLink-active svg g :nth-child(2){stroke:#fff}.SettingsSelector .NavLink-active svg :nth-child(2){stroke:none;fill:#fff}.SettingsSelector .NavLink-active svg path{fill:#000}.SettingsSelector__link{display:flex;padding:1.125rem 1rem;border-radius:1em;position:relative;transition:all .25s ease-in-out;text-decoration:none}@media only screen and (max-width: 768px){.SettingsSelector__link{padding:0;border-radius:0}}@media only screen and (max-width: 768px){.SettingsSelector__link__description{font-size:14px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.28px}}.SettingsSelector__link__wrapper{display:flex;gap:.75rem}@media only screen and (max-width: 768px){.SettingsSelector__link__wrapper{gap:1rem;padding:0rem 1.25rem;width:100%;align-items:center}}.SettingsSelector__link svg{min-width:1.25rem;min-height:1.25rem;width:1.25rem;height:1.25rem;fill:transparent}@media only screen and (max-width: 768px){.SettingsSelector__link__icon__wrapper{display:flex;align-items:center;border-bottom:.5px solid rgba(0,0,0,.1);gap:.75rem;width:100%}}.SettingsSelector__link__title{color:var(--fg-color-1)}@media only screen and (max-width: 768px){.SettingsSelector__link__title{font-size:15px;font-style:normal;font-weight:700;line-height:130%;letter-spacing:-.3px}}@media only screen and (max-width: 768px){.SettingsSelector__link__title__wrapper{display:flex;flex-direction:column;gap:4px;padding:1.5rem 0rem;width:100%}}@media (hover: hover){.SettingsSelector__link:not(.NavLink-active):hover{background:var(--accent-color-3)}}@media only screen and (max-width: 768px) and (hover: hover){.SettingsSelector__link:not(.NavLink-active):hover{background:transparent}}.SettingsSelector__list{margin-top:1.125rem;display:flex;flex-direction:column}@media only screen and (max-width: 768px){.SettingsSelector__list{margin-top:0}}.SupportSettings__content{width:100%;display:flex;flex-direction:column;align-items:center}.SupportSettings__content__container{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;max-width:75rem;width:100%;padding:1.5rem 1.25rem}@media only screen and (min-width: 768px){.SupportSettings__content__container{padding:2.5rem 1.5rem}}.SupportSettings__title{color:var(--fg-color-1)}.SupportSettings__subtitle{color:var(--fg-color-2)}.SupportSettings__subtitle a{color:var(--accent-color-1);text-decoration:none;transition:color .2s ease-in-out}.SupportSettings__discord-button{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff;width:auto;padding:.5rem 1rem;text-decoration:none}.SupportSettings__discord-button__icon{width:1rem;height:1rem;display:inline-block;color:#fff}.Login{--main-display: unset;background:var(--bg-color-1);height:100%;max-height:100%;display:grid;grid-template:var(--grid-template);grid-template-columns:1fr;max-width:100vw;z-index:0;position:relative}.Login .Sidebar{padding-top:1.25em;padding-bottom:1em;grid-area:sidebar}.Login .Main{position:relative;max-width:100vw;height:100%;overflow-x:hidden;padding:1rem .085em;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem}.Login .Main__connect-button .Spinner{width:1.5em;height:1.5em}.Login .Main__footer{display:flex;flex-direction:column;align-items:center}.Login .Main__footer__title{color:var(--fg-color-2)}.Login .Main__footer__link{color:var(--accent-color-1);text-decoration:none}@media only screen and (min-width: 768px) and (min-width: 1300px){.Login:has(.TargetSelector):has(.ThreadSelector){grid-template-columns:3.75rem 1fr}}@media only screen and (min-width: 768px){.Login{--sidebar-display: unset;--main-display: unset;grid-template:"sidebar main";grid-template-columns:3.75rem 1fr}}@media only screen and (min-width: 768px) and (min-width: 1300px){.Login{grid-template-columns:3.75rem 1fr}}@media only screen and (min-width: 768px){.Login .Main{padding:1rem 1.5rem;grid-area:main}}.ScanQrCode{display:grid;place-items:center;height:100%;padding:0;width:100vw;background:var(--bg-color-1)}.ScanQrCode__header{z-index:100;background:var(--bg-color-1);color:var(--fg-color-1);width:100%;display:flex;justify-content:center;position:fixed;top:0;border-bottom:solid 2px var(--bg-color-2)}.ScanQrCode__header span{padding:1em;font-size:1.5em;font-weight:700}.ScanQrCode__header .BackButton{position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.ScanQrCode__body{width:100%;height:100%;display:grid;place-items:center;-webkit-backdrop-filter:brightness(110%);backdrop-filter:brightness(110%)}.ScanQrCode__container{z-index:0;width:100%;height:100%;position:relative;display:grid;place-items:center}.ScanQrCode__container section,.ScanQrCode__container section div{padding-top:0!important;height:100%;width:100%}.ScanQrCode__container section>section>div{display:none}.ScanQrCode__overlay_1{z-index:1;position:absolute;width:inherit;height:inherit;clip-path:polygon(0% 0%,0% 100%,20% 100%,20% 35%,80% 35%,80% 65%,0% 65%,25% 100%,100% 100%,100% 0%);-webkit-backdrop-filter:brightness(50%);backdrop-filter:brightness(50%);top:0;left:0}.ScanQrCode__overlay_2{position:absolute;width:inherit;height:inherit;width:61%;height:31%;--corner-color: var(--accent-color-1);--corner-width: 10px;z-index:2;background:linear-gradient(to right,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 0 0,linear-gradient(to right,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 0 100%,linear-gradient(to left,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 100% 0,linear-gradient(to left,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 100% 100%,linear-gradient(to bottom,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 0 0,linear-gradient(to bottom,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 100% 0,linear-gradient(to top,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 0 100%,linear-gradient(to top,var(--corner-color) var(--corner-width),transparent var(--corner-width)) 100% 100%;border-radius:6px;background-repeat:no-repeat;background-size:15% 15%}.overlay{position:fixed;top:0;left:0;background:var(--modal-overlay);z-index:1;width:100vw;height:100%}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:22.5em;height:-moz-fit-content;height:fit-content;z-index:999;display:flex;justify-content:center;align-items:center;border-radius:30px;background:var(--bg-color-1);box-shadow:0 8px 22px -6px #0000001f,0 14px 64px -4px #0000001f;overflow:hidden;transition:height .15s}.modal__content{width:100%;color:var(--fg-color-1)}.modal__container{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}.PreferencesModal{display:flex;flex-direction:column;max-height:96dvh}.PreferencesModal__header{width:100%;display:flex;justify-content:center;align-items:center;padding:1.25rem 1.125rem;border-bottom:1px solid #eaf1f1}.PreferencesModal__header svg{width:1rem;height:1rem;color:var(--fg-color-1)}.PreferencesModal__close{width:2rem;height:2rem;display:flex;justify-content:center;border-radius:1rem;align-items:center;position:absolute;right:1.125rem;background-color:transparent;transition:all .25s ease-in-out;cursor:pointer;border:none}.PreferencesModal__close:hover{background-color:#f3f4f4}.PreferencesModal__content{display:flex;flex-direction:column;padding:.625rem 1.25rem;gap:.625rem;width:100%;overflow:auto;position:relative}.PreferencesModal__content__item{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem}.PreferencesModal__content__item .Toggle{min-width:3rem;margin-top:.25rem}.PreferencesModal__content__item__subtitle{color:#8b9797}.PreferencesModal__content__item__wrapper{padding:.375rem 0rem;display:flex;flex-direction:column;gap:.25rem}.PreferencesModal__overflow-gradient{position:absolute;bottom:0;left:1.25rem;right:1.25rem;height:6rem;background:linear-gradient(180deg,transparent 0%,var(--bg-color-1) 1.75rem);z-index:5}.PreferencesModal__action{border-top:1px solid #eaf1f1;padding:1.25rem;z-index:10}.PreferencesModal__action__btn{padding:.625rem 0px .6875rem;border-radius:100px!important;border:none;border-radius:10px;width:100%}.UnsubscribeModal{display:flex;flex-direction:column}.UnsubscribeModal__header{width:100%;display:flex;justify-content:center;align-items:center;padding:1.25rem 1.125rem;border-bottom:1px solid #eaf1f1}.UnsubscribeModal__header svg{width:1rem;height:1rem;color:var(--fg-color-1)}.UnsubscribeModal__close{width:2rem;height:2rem;display:flex;justify-content:center;border-radius:1rem;align-items:center;position:absolute;right:1.125rem;background-color:transparent;transition:all .25s ease-in-out;cursor:pointer;border:none}.UnsubscribeModal__close:hover{background-color:#f3f4f4}.UnsubscribeModal__hero{display:flex;justify-content:center;padding-top:.9rem;padding-bottom:1.25rem}.UnsubscribeModal__hero img{height:5em;width:5em;border-radius:50%;border:1px solid rgba(0,0,0,.2)}.UnsubscribeModal__content{padding:0px 2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.UnsubscribeModal__content__title{text-align:center;color:var(--fg-color-1)}.UnsubscribeModal__content__helper-text{color:#474d4d;text-align:center}.UnsubscribeModal__action{padding:.625rem 0px .6875rem;border-radius:100px!important;border:none;border-radius:10px;margin:2.125rem 1.25rem 1.25rem;height:2.4375rem}.UnsubscribeModal__action .Spinner circle{stroke:#fff}.ChangeBrowserModal{padding:3em;display:flex;flex-direction:column;text-align:center;align-items:center;gap:2em;position:relative}.ChangeBrowserModal__close-button svg{color:var(--fg-color-3)}.ChangeBrowserModal__header{display:flex;justify-content:flex-end;width:100%;align-items:center}.ChangeBrowserModal__background{position:absolute;z-index:-999;top:-50%;left:-50%}.ChangeBrowserModal__icon{display:block;width:3em;background:white;width:4em;height:4em;display:grid;place-items:center;padding:.75em;border-radius:13px;box-shadow:0 8px 32px 17.5px #0000001f}.ChangeBrowserModal__warning{color:var(--error-color-1)}.ChangeBrowserModal__content{display:flex;flex-direction:column;gap:1em;align-items:center;text-align:center}.NotificationPwaModal{padding:3em;display:flex;flex-direction:column;text-align:center;align-items:center;gap:2em;position:relative}.NotificationPwaModal__close-button svg{color:var(--fg-color-3)}.NotificationPwaModal__header{display:flex;justify-content:flex-end;width:100%;align-items:center}.NotificationPwaModal__background{position:absolute;z-index:-999;top:-50%;left:-50%}.NotificationPwaModal__icon{display:block;width:3em;background:white;width:4em;height:4em;display:grid;place-items:center;padding:.75em;border-radius:13px;box-shadow:0 8px 32px 17.5px #0000001f}.NotificationPwaModal__warning{color:var(--error-color-1)}.PwaModal{padding:3rem 3rem 2rem;display:flex;flex-direction:column;text-align:center;align-items:center;gap:2em;position:relative}.PwaModal__background{position:absolute;z-index:-999;top:-50%;left:-50%}.PwaModal__icon{display:block;width:3em;background:white;width:4em;height:4em;display:grid;place-items:center;padding:.75em;border-radius:13px;box-shadow:0 8px 32px 17.5px #0000001f}.PwaModal__cta{display:flex;gap:.25em;align-items:center;position:relative}.PwaModal__share-icon{display:inline-block;position:relative;color:var(--accent-color-1)}.PwaModal__share-icon svg{position:relative;top:.15em;width:1em;height:1em;display:inline-block}.PwaModal__footer{display:flex;flex-direction:row;align-items:center;margin-top:.5rem}.PwaModal__footer__title{color:var(--fg-color-2)}.PwaModal__footer__link{color:var(--accent-color-1);text-decoration:none}.DevTimeStamp{color:#888;position:fixed;width:100%;top:.5em;font-size:11px;pointer-events:none;z-index:999}.DevTimeStamp span{display:block;width:-moz-fit-content;width:fit-content;margin:auto}:root{--font-regular: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;--mobile-header-height: 3.125rem;--mobile-footer-height: 3.75rem}html{color-scheme:dark light}body{background:#fff;overflow-y:hidden}#root{height:100vh;display:flex;flex-direction:column}@supports (height: 100dvh){#root{height:100dvh}}body,button,html,input,optgroup,select,textarea{font-family:var(--font-regular)}@media only screen and (max-width: 768px){body{overflow-y:unset}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}*::-moz-selection{background:rgba(0,0,0,.1)}*::selection{background:rgba(0,0,0,.1)}img,picture,svg,video{display:block;max-width:100%}.PageContainer{position:relative;padding-bottom:0;overflow:auto;overflow-x:hidden}@media only screen and (max-width: 768px){.PageContainer{overflow-x:hidden;overflow-y:auto;padding-bottom:1rem}}#w3m-iframe{border:none}
