#header{position:fixed;top:0;left:0;width:100%;z-index:1000;border-bottom:1px solid var(--color-neutral-bg);display:flex;align-items:center;padding:.25rem 1rem;gap:.25rem;height:var(--header-height);background-color:var(--color-bg)}#header .test{font-weight:700;font-size:.9em;width:1.6rem;height:1.6rem;line-height:1.6rem;text-align:center;background-color:var(--color-bg);background-color:#ce3d3d;border-radius:2rem;position:absolute;left:1.25rem}#header .notif{position:relative;margin-right:1.5rem;margin-left:auto}#header .brand{font-size:1.5rem;font-family:Alata,Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-weight:bolder;cursor:pointer}#header img{max-height:100%;object-fit:cover;aspect-ratio:1}#header img:hover{cursor:pointer}#header .logo{max-height:75%;filter:invert(74%) sepia(33%) saturate(338%) hue-rotate(326deg) brightness(90%) contrast(96%);filter:invert(100%) sepia(6%) saturate(5601%) hue-rotate(204deg) brightness(103%) contrast(94%)}#header img:last-child{border-radius:50%;height:70%;aspect-ratio:1}@media only screen and (max-width: 480px){#header{max-height:8vh}#header .brand{font-size:1.25rem}#header img{max-height:60%!important}}.sidebar{height:fit-content;top:var(--header-height);background-color:var(--color-bg);position:sticky;align-items:center;font-size:1.25rem;min-height:100%;flex:1 0 25%;min-width:fit-content;padding:1rem 1.5rem;display:flex;flex-direction:column}.sidebar .nav-name{font-weight:700}.sidebar ul{padding-top:1rem;display:flex;flex-direction:column;gap:clamp(.5rem,3vh,4vh);opacity:1}.sidebar ul li{display:flex;align-items:center;padding:.5rem .75rem;border-radius:1rem;transition:.2s ease-in;gap:.5rem;cursor:pointer}.sidebar ul li:hover{transform:translate(-.2rem);background-color:var(--color-neutral-bg)}.sidebar ul li svg{margin-right:1rem}.sidebar .sidebar-element{display:flex;gap:.25rem}.sidebar .hovered{transform:translate(-.2rem);background-color:var(--color-neutral-3)}.sidebar .hovered:hover{background-color:var(--color-neutral-3)}@media only screen and (max-width: 1275px){.nav-name{display:none}.sidebar{flex:.25 0 6%;padding-top:0;padding:.75rem .75rem .75rem 1rem;align-items:end}li{gap:0}}@media only screen and (max-width: 980px){.sidebar{flex:.25 0 6%}li>svg{margin-right:0!important}}@media only screen and (max-width: 480px){.sidebar{top:auto;padding:0;margin:auto 0 0;width:100%;max-width:100%;position:fixed;height:3rem;min-height:fit-content;bottom:0;justify-content:space-around;z-index:9999;transition:.3s ease-in-out}.sidebar ul{width:100%;max-width:100vw;padding:.5rem 1.5rem;opacity:1;margin-top:auto;flex-direction:row;align-items:center;justify-content:space-around}.sidebar li{padding:.25rem!important;display:flex;justify-content:center;align-items:center}.sidebar li svg{margin-right:0!important}.sidebar .hovered{transform:translate(0) translateY(-.2rem);background-color:var(--color-neutral-3);cursor:pointer}.sidebar .hovered:hover{background-color:var(--color-neutral-3)}}#page{padding-top:var(--header-height);margin-left:auto;margin-right:auto;width:90vw;max-width:var(--content-width);display:flex;justify-content:center;min-height:100vh}.content{display:flex;flex:3 0 75%;max-width:75%}.content>div:first-child{border-right:1px solid var(--color-neutral-bg);border-left:1px solid var(--color-neutral-bg);flex:3 0 70%;width:70%}.content>div:nth-child(2){max-width:40%;padding:1rem 1.5rem;width:40%;flex:1 1 40%}@media only screen and (max-width: 980px){#page{max-width:680px}.content>div:first-child{max-width:600px}.content>div:nth-child(2){display:none!important}}@media only screen and (max-width: 480px){#page{padding:0;padding-top:var(--header-height);width:100%;flex-direction:column;justify-content:flex-start}.content{flex:1;padding:0;max-width:100%}.content>div:first-child{padding-bottom:8vh;border-left:0;border-right:0}}.error-404{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 1rem 0}.error-404 h1{font-family:Alata}#home-page{animation:appear .3s linear;animation:rise .8s ease-in-out}#home-page .feed-options{font-family:Alata;display:flex;justify-content:center;gap:1rem;font-size:1.25rem;padding:1rem 0;border-bottom:1px solid var(--color-neutral-bg)}#home-page .feed-options span.selected{border-bottom:3px solid var(--color-accent);border-radius:.1rem}#home-page .content-side{animation:rise .3s ease-in-out;display:flex;flex-direction:column;gap:1rem;height:fit-content;top:var(--header-height)}#home-page .content-side>section{border:1px solid var(--color-neutral-bg);padding:1rem .75rem;border-radius:.5rem}#home-page .content-side>section>p:first-child{padding-bottom:.75rem;font-weight:700}#home-page .announcement{animation:appear .3s linear}#home-page .announcement p:first-child{font-weight:700;font-size:1.25rem;margin-bottom:1rem;border-bottom:1px solid var(--color-neutral-bg)}#home-page .announcement ul{margin-left:1rem;padding:1rem 0}#home-page .announcement li{color:var(--color-neutral-1)}#home-page .side-content-box>p:first-child{font-size:1.25rem;border-bottom:1px solid var(--color-neutral-bg);margin-bottom:.75rem}@keyframes skeleton-loading{0%{background-color:#71777a}to{background-color:#f0f3f5}}.postcard{animation:appear .3s linear;padding:1rem 1.5rem;display:flex;flex-direction:column;max-width:100%;cursor:pointer}.postcard .post-header{display:flex;gap:.5rem}.postcard .post-header span{line-height:30px;justify-content:center;color:var(--color-neutral-3)}.postcard .post-header span:nth-child(2){color:var(--color-text);font-weight:700;cursor:pointer}.postcard .post-header span:nth-child(2):hover{text-decoration:underline}.postcard .post-header .written-time{margin-right:auto;margin-left:0}.postcard .post-header img{object-fit:cover;border-radius:50%;aspect-ratio:1/1;width:2rem;margin-right:.75rem}.postcard .post-header svg{color:var(--color-neutral-2);margin-left:auto;opacity:.5;min-height:20px;min-width:20px}.postcard .post-header svg:hover{color:#c02424;opacity:1}.postcard .post-body{padding-top:.75rem;font-weight:350;overflow-wrap:break-word}.postcard .post-body .post-tags{padding:.25rem 0}.postcard .post-body span{margin-right:.5rem;font-style:italic;color:var(--color-accent);opacity:.7}.postcard .post-body span:hover{opacity:1;text-decoration:underline}.postcard .post-body img,.postcard .post-body video{padding:.75rem 0;border-radius:2rem;width:100%}.postcard .post-buttons{font-size:1rem;display:flex;align-items:center;gap:1.5rem;padding-top:1rem;padding-bottom:1.5rem;color:var(--color-neutral-1);opacity:.8}.postcard .post-buttons p{display:flex;gap:.25rem;justify-content:center}.postcard .post-buttons svg:nth-child(n+3){opacity:.5}.postcard .post-buttons svg:nth-child(n+3):hover{opacity:1}.postcard .post-buttons svg:hover{cursor:pointer}.postcard:hover{background-color:var(--color-neutral-bg)}.red-heart{color:red}.postcard-pfp{object-fit:cover;border-radius:50%;aspect-ratio:1/1;height:35px}.profile-preview-card{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;max-width:100%;animation:appear .3s linear}.profile-preview-card img{height:2rem;aspect-ratio:1/1;object-fit:cover;margin-right:.75rem;border-radius:50%}.profile-preview-card div{white-space:nowrap;align-items:center;overflow:hidden}.profile-preview-card div p{overflow:hidden;text-overflow:ellipsis}.profile-preview-card div p:first-child{width:fit-content;font-weight:700;cursor:pointer}.profile-preview-card div p:first-child:hover{text-decoration:underline}.profile-preview-card div p:nth-child(2){font-size:.9rem;color:var(--color-neutral-1)}.profile-preview-card button{font-weight:700;width:6.75rem;margin-left:auto;margin-right:.5rem}.profile-preview-card button.filled{color:var(--color-secondary);color:var(--color-bg);background-color:var(--color-neutral-1);cursor:pointer}.profile-preview-card button.filled:hover{border:1px solid var(--color-primary);background-color:var(--color-primary)}.profile-preview-card button:hover{cursor:pointer;color:var(--color-bg);background-color:var(--color-text)}.profile-preview-card.chat-preview{padding:.75rem .75rem .75rem 1rem;cursor:pointer}.profile-preview-card.chat-preview:hover{background-color:var(--color-neutral-bg)}.loader{color:red!important;margin:auto auto auto 50%;margin-top:3rem}@font-face{font-family:Google;src:url(/assets/Roboto-Medium-BJbjO3wX.ttf)}.auth-page{display:flex;background-color:var(--color-bg);min-height:100vh}.auth-page img,.auth-page p,.auth-page span,.auth-page button,.auth-page input{animation:appear .5s linear;animation:rise .5s linear}.auth-page>div:first-child{display:flex;flex-direction:column;align-items:center;padding:2.5rem 3rem;padding-top:15vh;color:var(--color-bg);background-color:var(--color-text);flex:1 0 40%;min-width:300px;max-width:540px}.auth-page>div:first-child>p:nth-of-type(1){padding-top:.5rem;font-family:Inter;font-size:1.4rem;font-weight:700!important}.auth-page>div:first-child>p:nth-of-type(2){color:var(--color-neutral-2);padding-bottom:1.75rem}.auth-page>div:first-child img{max-width:40%}.auth-page>div:first-child .signup{width:100%;max-width:340px;font-size:.9rem;padding-top:.5rem;padding-bottom:1.25rem;color:var(--color-neutral-2);text-align:left}.auth-page>div:first-child .signup span{color:var(--color-bg);font-weight:700}.auth-page>div:first-child .signup span:hover{text-decoration:underline;cursor:pointer}.auth-page>div:first-child .error-box{padding:1rem 0;display:flex;justify-content:center;align-items:center;width:100%;max-width:340px;color:#d31b1b;gap:5px}.auth-page>div:first-child .error-box svg{margin-bottom:auto}.auth-page>div:first-child .error-box span{margin-bottom:auto}.auth-page>div:first-child .error-box:empty:before{content:" ";white-space:pre}.auth-page>div:first-child .or{color:var(--color-neutral-3);width:100%;max-width:340px;text-align:center;border-bottom:1px solid var(--color-neutral-2);line-height:.1em;margin:1.5rem 0}.auth-page>div:first-child .or span{padding:0 .25rem;background-color:var(--color-text)}.auth-page>div:first-child .google{border:1px solid #747775;background-color:#fff;color:#1f1f1f;width:100%;max-width:340px;display:flex;justify-content:center;align-items:center}.auth-page>div:first-child .google .google-icon{width:20px;height:20px}.auth-page>div:first-child .google span{padding-left:10px;font-family:Google,Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.auth-page>div:first-child .google:hover{background-color:#f2f2f2;cursor:pointer}.auth-page>div:first-child ul{margin-top:.5rem;width:100%;max-width:300px;color:var(--color-neutral-3)}.auth-page>div:nth-child(2){animation:appear 1s linear;padding:2rem 1rem;flex:2 0 60%;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-page>div:nth-child(2) p{font-family:Alata;font-weight:700;font-size:1.5rem}.auth-page>div:nth-child(2) p span{font-style:italic}.auth-page>div:nth-child(2) p:nth-of-type(1){background-image:linear-gradient(to left,var(--color-neutral-1),var(--color-primary));color:transparent;background-clip:text;-webkit-background-clip:text;font-size:4.5rem}.auth-page>div:nth-child(2) img{position:relative;max-width:600px;max-height:600px;aspect-ratio:1;width:80%;transition:.3s ease-in-out}.auth-page>div:nth-child(2) img:hover{filter:drop-shadow(0 5rem .25rem rgba(71,60,60,.6862745098));transform:scale(1.05)}.form-general{width:100%;display:flex;flex-direction:column;align-items:center}.form-general input,.form-general button{font-size:1rem;outline:0px solid var(--color-primary);font-family:Alata;width:100%;max-width:340px;border:0;border-radius:2rem;margin:.5rem 0;padding:.75rem 1rem}.form-general .input-container{position:relative;width:100%;max-width:340px}.form-general .input-container .input-icon{color:var(--color-neutral-3);position:absolute;right:10%;top:30%}.form-general button:hover{background-color:var(--color-text);outline:2px solid vaR(--color-bg);color:var(--color-bg);cursor:pointer}.form-general button:disabled{opacity:.6}.form-general .mismatch{outline:2px solid red!important}#guest-login{width:100%;padding:.75rem 1rem;margin:.5rem;font-weight:700;background:#c77929;background:linear-gradient(90deg,#c77929,#d418c9 57%,#0a5aed);max-width:340px;border:1px solid #ffffff;transition:.3s ease-in-out}#guest-login:hover{background:none;background-color:#fff;color:var(--color-bg);border:1px solid var(--color-bg);cursor:pointer}@media only screen and (max-width: 680px){.auth-page div:nth-child(1){min-width:100vw}.auth-page div:nth-child(2){background-color:green;display:none}}.new-post>div:first-child{animation:appear .3s linear;padding:1.5rem}.new-post>div:first-child .textarea{padding:1rem 1.5rem 1rem .5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.25rem;width:100%;resize:none;color:var(--color-text);background-color:var(--color-bg);border:none;min-height:5rem;margin:1rem 0}.new-post>div:first-child .textarea:focus{outline:none;border-radius:.5rem}.new-post>div:first-child .error-box{padding:1rem 0;display:flex;align-items:center;width:100%;color:#d31b1b;gap:5px}.new-post>div:first-child .error-box span{margin-bottom:auto}.new-post>div:first-child .error-box:empty:before{content:" ";white-space:pre}.new-post>div:first-child form .tags{display:flex;gap:.25rem;flex-wrap:wrap}.new-post>div:first-child form .media-container{position:relative}.new-post>div:first-child form .media-container img:nth-of-type(1),.new-post>div:first-child form .media-container video:nth-of-type(1){max-width:100%;max-height:2000px;height:auto;border-radius:1.5rem}.new-post>div:first-child form .media-container svg{border-radius:50%;padding:.25rem;background-color:var(--color-neutral-3);position:absolute;bottom:92.5%;left:92.5%}.new-post>div:first-child form .media-container svg:hover{background-color:var(--color-neutral-1);color:var(--color-bg)}.new-post>div:first-child form input{background-color:var(--color-bg);color:var(--color-text);border:1px solid var(--color-neutral-2);width:100%;padding:.5rem .75rem;border-radius:.75rem}.new-post>div:first-child form input:focus{outline:0;border:1px solid var(--color-accent)}.new-post>div:first-child form .options-name{margin:1rem 0}.new-post>div:first-child form .form-options{display:flex;align-items:center;gap:.75rem;margin:2rem 0}.new-post>div:first-child form .form-options p:nth-of-type(1){margin-left:auto}.new-post>div:first-child form .form-options svg{box-sizing:content-box;padding-bottom:.25rem}.new-post>div:first-child form .form-options svg:hover{cursor:pointer}.new-post>div:first-child form .form-options svg.selected{border-bottom:2px solid var(--color-text)}.new-post>div:first-child form .form-options button:nth-of-type(1){font-weight:700;background-color:var(--color-text);color:var(--color-bg)}.new-post>div:first-child form .form-options button:nth-of-type(1):hover{cursor:pointer;border:1px solid var(--color-accent);background-color:var(--color-accent);color:var(--color-text)}.new-post>div:first-child form .form-options button:nth-of-type(1):disabled{opacity:.5}.new-post>div:first-child form .form-options span{margin:0}.new-post>div:first-child form .attachment-container{padding:0;margin:0}.new-post>div:first-child form .attachment-container label{display:flex;justify-content:center}.new-post>div:first-child form .attachment-container input{display:none;height:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tag-preview{display:flex;border-radius:.75rem;background-color:var(--color-neutral-bg);width:fit-content;padding:.25rem .75rem;align-items:center;gap:.25rem}.tag-preview svg{height:1rem;width:1rem;border-radius:50%;padding:1px}.tag-preview svg:hover{background-color:var(--color-neutral-2)}.view-post{animation:appear .3s linear}.view-post .postcard{border-bottom:1px solid var(--color-neutral-bg)}.view-post .postcard .post-body p:first-child{font-size:1.25rem}.view-post>div>p{width:100%;padding:1rem 1.5rem;font-size:1.25rem;font-weight:700;border-top:1px solid var(--color-neutral-bg)}.view-post .textarea{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;border:none;padding:.5rem;resize:none;width:100%;max-width:100%;min-height:4rem;background-color:var(--color-bg);color:var(--color-text)}.view-post .textarea:focus{outline:none}.view-post .comment-section{animation:rise .3s ease}.parent-comment-card{padding:1rem 1.5rem 2rem 2rem;border-bottom:1px solid var(--color-neutral-bg);overflow-wrap:break-word;animation:appear .5s linear}.parent-comment-card .comment-header{display:flex;align-items:center;padding-bottom:.5rem;gap:.5rem}.parent-comment-card .comment-header span{color:var(--color-neutral-3)}.parent-comment-card .comment-header span:nth-of-type(1){font-weight:700;color:var(--color-text);cursor:pointer}.parent-comment-card .comment-header span:nth-of-type(1):hover{text-decoration:underline}.parent-comment-card .comment-body{padding:1rem 0 1.5rem}.parent-comment-card img{object-fit:cover;border-radius:50%;aspect-ratio:1/1;height:2rem;margin-right:.75rem}.parent-comment-card .comment-buttons{color:var(--color-neutral-2);margin-top:1rem;display:flex;padding-bottom:1rem;gap:2rem}.parent-comment-card .comment-buttons p{padding-bottom:.25rem;display:flex;gap:.5rem;cursor:pointer}.parent-comment-card .comment-buttons span{color:var(--color-neutral-2)}.parent-comment-card .group-replies{margin-top:1.25rem;padding-top:.5rem}.parent-comment-card>form{padding:.5rem 0;display:flex;flex-direction:column}.parent-comment-card>form .reply-comment{width:100%;padding:1rem 1.5rem;background-color:var(--color-bg);border:0;color:var(--color-text);resize:none;min-height:4rem;font-family:Inter}.parent-comment-card>form .reply-comment:focus{outline:none}.parent-comment-card>form span{padding:0;margin:0}.parent-comment-card>form .post-reply{display:flex;margin-left:auto;align-items:center;gap:.5rem}.parent-comment-card>form button{width:fit-content}.parent-comment-card>form button:hover{color:var(--color-bg);background-color:var(--color-text)}.parent-comment-card>form button:disabled{opacity:.5;cursor:not-allowed}.parent-comment-card .loadmore{text-align:center;font-style:italic;opacity:.8}.reply-card{animation:appear .3s linear;padding:.75rem 0 .75rem 2rem}.reply-card .reply-header{display:flex;align-items:center;padding-bottom:.5rem;gap:.5rem}.reply-card .reply-header span{color:var(--color-neutral-3)}.reply-card .reply-header span:nth-of-type(1){font-weight:700;color:var(--color-text)}.reply-card .reply-body{padding:.75rem 0 1rem}.reply-card .reply-buttons{color:var(--color-neutral-2);margin-top:.75rem}.reply-card .reply-buttons p{display:flex;gap:.5rem}.nav-back{width:100%;padding:1rem 1.5rem;background-color:var(--color-bg);color:var(--color-text);display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--color-neutral-bg)}.nav-back p{font-weight:700;font-size:1.25rem;padding-right:3rem}.nav-back svg{height:1.5rem;box-sizing:content-box;padding:.25rem;border-radius:2rem;margin-right:1.5rem;cursor:pointer}.nav-back svg:hover{background-color:var(--color-neutral-bg)}.nav-back img{object-fit:cover;border-radius:50%;aspect-ratio:1/1;height:2rem;margin:0 .5rem;cursor:pointer}.nav-back .back-nav-link{cursor:pointer}@media only screen and (max-width: 480px){.nav-back{padding:.5rem .75rem;border:0}.nav-back p{font-size:1.1rem;text-align:center}}.create-comment{padding:1rem 1.5rem;display:flex;align-items:center}.create-comment button{margin-top:auto;transition:.25s ease-in-out}.create-comment button:hover{color:var(--color-bg);background-color:var(--color-text);border:1px solid var(--color-text)}.create-comment button:disabled{opacity:.4}.user-profile-page .profile-main{animation:rise .3s linear;display:flex;padding:1.5rem 1rem;gap:1rem;font-size:1.1rem;align-items:center}.user-profile-page .profile-main img{object-fit:cover;width:30%;height:fit-content;aspect-ratio:1!important;border-radius:50%;border:2px solid var(--color-neutral-bg)}.user-profile-page .profile-main>div:last-of-type{width:70%;padding-left:1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.user-profile-page .profile-main>div:last-of-type .profile-username{text-align:center;max-width:100%;font-weight:700;font-size:1.2rem;overflow-wrap:break-word;text-overflow:ellipsis}.user-profile-page .profile-main>div:last-of-type .profile-displayname{max-width:100%;text-align:center;overflow-wrap:break-word;color:var(--color-neutral-1)}.user-profile-page .profile-main>div:last-of-type .stats{margin:1rem 0;display:flex;align-items:center;gap:2vw}.user-profile-page .profile-main>div:last-of-type .stats>div>p:nth-child(1){font-weight:700;text-align:center}.user-profile-page .profile-main>div:last-of-type .stats>div>p:nth-child(2){font-size:.95rem}.user-profile-page .profile-main>div:last-of-type .user-actions{width:70%;display:flex;gap:.5rem;justify-content:space-between}.user-profile-page .profile-main>div:last-of-type .user-actions button{flex:1;padding:.25rem .75rem}.user-profile-page .profile-main>div:last-of-type .user-actions button:hover{background-color:var(--color-neutral-1);color:var(--color-bg)}.user-profile-page .profile-main>div:last-of-type .user-actions button.follow{background-color:var(--color-neutral-1);color:var(--color-bg)}.user-profile-page .profile-main>div:last-of-type .user-actions button.follow:hover{background-color:var(--color-bg);color:var(--color-neutral-1)}.user-profile-page .profile-main>div:last-of-type .user-actions button:nth-child(2){flex:0}.user-profile-page .profile-details{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.user-profile-page .profile-details>div{display:flex;gap:.5rem}.user-profile-page .profile-details>div a{text-decoration:none;color:var(--color-text)}.user-profile-page .profile-details>div a:hover{text-decoration:underline}.user-profile-page .profile-details .profile-bio,.user-profile-page .profile-details .profile-website,.user-profile-page .profile-details .profile-github{max-width:90%;overflow-wrap:break-word}.user-profile-page .profile-posts{display:flex;flex-direction:column}.user-profile-page .profile-posts>p:first-child{padding:.5rem 0rem;margin-left:1rem;margin-right:1rem;text-align:center;border-bottom:1px solid var(--color-neutral-bg)}.self-profile{animation:appear .3s linear}.self-profile .profile-main .editable-pfp{max-width:30%;position:relative}.self-profile .profile-main .editable-pfp img{width:100%}.self-profile .profile-main .editable-pfp svg{background-color:#000;border-radius:50%;padding:.2rem;position:absolute;top:75%;left:75%;cursor:pointer}.self-profile .profile-main .editable-pfp input{display:none}.self-profile .save-changes{border:2px solid var(--color-text);height:fit-content;font-family:Inter;font-weight:700;margin:.5rem 1rem;border-radius:.5rem;color:var(--color-bg);background-color:var(--color-text)}.self-profile .save-changes:hover:enabled{cursor:pointer;color:var(--color-text);background-color:var(--color-bg)}.self-profile .save-changes:disabled{cursor:not-allowed;opacity:.4}.self-profile .save{display:flex;align-items:center}.self-profile .save span{margin:0}.self-profile .edit-input{display:flex;max-width:100%;text-overflow:ellipsis}.self-profile .edit-input svg:hover{cursor:pointer;opacity:.5}.self-profile input,.self-profile textarea{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--color-text);background-color:var(--color-bg);border:1px solid var(--color-neutral-2);border-radius:.2rem;padding:.25rem;width:90%;max-width:90%}.self-profile input:focus,.self-profile textarea:focus{outline:none}.self-profile textarea{width:100%;resize:none;font-size:1rem;padding:.5rem;height:1rem}.input-label{color:var(--color-neutral-2)}.username-label{font-weight:700;font-size:1.3rem}.search-users .search{padding:1rem;animation:appear .3s linear}.search-users .search form{margin-left:auto;margin-right:auto;display:flex;align-items:center;width:100%;max-width:600px;padding:1rem 0;gap:.5rem}.search-users .search form input{font-size:1rem;border-radius:.75rem;border:1px solid var(--color-neutral-3);padding:.5rem 1rem;width:100%;background-color:var(--color-bg);color:var(--color-text)}.search-users .search form input:focus{outline:0}.search-users .no-results{color:var(--color-neutral-2);text-align:center!important;padding:2rem}.null-res{padding:1.5rem 1rem}.like-feed.content{animation:appear .3s linear}.no-results{color:var(--color-neutral-2);text-align:center!important;padding:2rem}.grey{text-align:center;color:var(--color-neutral-2);padding:4rem}.redirect{color:#6412e7}.redirect:hover{text-decoration:underline;cursor:pointer}.chats{animation:appear .3s linear}.DM{animation:appear .3s linear;padding-bottom:5rem;max-height:85vh!important;position:relative}.chat-messages{flex:1;display:flex;flex-direction:column;padding:1.5rem 1rem;overflow-y:auto;height:100%;max-height:100%}.msg-date{text-align:center;color:var(--color-neutral-2);margin:.5rem 0}.chat-input>form{background-color:var(--color-bg);display:flex;gap:.5rem;bottom:0;width:100%;padding:.5rem .5rem .5rem 1rem}.chat-input>form textarea{font-family:Inter,Arial;font-size:1rem;flex:1;resize:none;background-color:var(--color-bg);padding:.5rem .5rem .5rem 1rem;border-radius:.75rem;border:1px solid var(--color-neutral-3);color:var(--color-text)}.chat-input>form textarea:focus{outline:0}.chat-input>form button{border:1px solid var(--color-neutral-2);display:flex;margin-top:auto;height:fit-content;padding:.5rem}.chat-input>form button:hover{background-color:var(--color-text);color:var(--color-bg);border:1px solid var(--color-bg)}@media only screen and (max-width: 480px){.DM{position:static;max-height:calc(100vh - var(--header-height))!important}.chat-input>form{position:fixed;margin-bottom:3rem}}.bubble{animation:appear .3s linear;--r: 1em;--t: .75em;word-break:break-word;margin-bottom:.5rem;display:flex;gap:.5rem;flex-wrap:wrap;max-width:55%;padding:.5rem .75rem;border-inline:var(--t) solid rgba(0,0,0,0);border-radius:calc(var(--r) + var(--t))/var(--r);mask:radial-gradient(100% 100% at var(--_p) 0,rgba(0,0,0,0) 99%,#000 102%) var(--_p) 100%/var(--t) var(--t) no-repeat,linear-gradient(#000 0 0) padding-box;color:var(--color-text);background-color:var(--color-neutral-3)}.left{--_p: 0;border-bottom-left-radius:0;place-self:start}.right{--_p: 100%;border-bottom-right-radius:0;place-self:end}.time{margin-top:auto;margin-left:auto;font-size:.8rem;text-align:right;color:var(--color-neutral-2)}.settings{padding:1rem;animation:appear .3s linear}.section{padding:.5rem;font-weight:700;color:var(--color-neutral-1);margin-bottom:.5rem}.settings-button{display:flex;gap:.25rem;padding:1rem;border-radius:.75rem;background-color:var(--color-neutral-bg);opacity:.7}.settings-button:hover{cursor:pointer;opacity:1}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-size:15px;font-synthesis:none;color-scheme:dark;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text-dm);background-color:var(--color-bg-dm);--content-width: 1600px;--header-height: 70px;--color-text: #f7f4f8;--color-bg: #121212;--color-primary: #e2a998;--color-secondary: #83311b;--color-accent: #e66c47;--color-neutral-bg: #252525;--color-neutral-1: #c4c2ce;--color-neutral-2: #7c818f;--color-neutral-3: #565565;--color-text-dm: #f7f4f8;--color-bg-dm: #121212;--color-primary-dm: #e2a998;--color-secondary-dm: #83311b;--color-accent-dm: #e66c47}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}*:focus,*:before:focus,*:after:focus{outline:none}button{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;border:none;padding:.5rem 1.25rem;background-color:var(--color-bg);color:var(--color-text);border:1px solid var(--color-text);border-radius:1.75rem;cursor:pointer}#main{display:flex;flex-direction:column;min-height:100vh}a{text-decoration:none}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translate(0)}}.skeleton{padding:.25rem;border-radius:.25rem;opacity:.5;animation:skeleton-loading 1s linear infinite alternate!important}.skeleton-image{min-width:2rem;width:2rem;min-height:2rem;height:2rem;aspect-ratio:1!important;border-radius:50%}img.skeleton{border:1px solid var(--color-bg)}.skeleton-text-medium{width:7rem!important;height:16px;margin-top:auto;margin-bottom:auto}.skeleton-text-short{width:5rem;height:16px;margin-top:auto;margin-bottom:auto}.skeleton-line{height:16px;margin-top:.25rem!important;margin-bottom:.25rem!important}.skeleton-thicker{padding:.5rem;margin:.25rem}.skeleton-text-ultra-short{width:2rem;height:1.25rem;margin-top:auto;margin-bottom:auto}.skeleton-gap{margin:.3rem 0!important}@keyframes shimmer{to{-webkit-mask-position:left;mask-position:left}}@keyframes skeleton-loading{0%{background-color:#545454}to{background-color:#bac0c4}}
