@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100svh - 75px);padding-top:30px;padding-bottom:30px}.welcome-title{font-size:28px;font-weight:700;margin-bottom:15px;color:#fff}.description{text-align:center;text-wrap:balance;max-width:600px;margin:auto;width:90%;color:#b3b3b3;font-size:16px}.description span:before{content:"“"}.description span:after{content:"”"}.display-name{font-weight:700;font-size:20px;color:#fff;display:block;text-align:center}.bio{margin-bottom:15px;font-size:14px;color:#b3b3b3;text-align:center}.profile-picture{width:80px;height:80px;border-radius:50%;margin-top:20px;border:3px solid #fff}.create-post-link,.edit-profile-link{margin-top:20px;text-decoration:none;color:#4285f4;font-weight:700;font-size:16px}.create-post-link:hover,.edit-profile-link:hover{color:#ccc}.signin-message{font-style:italic;color:#ccc;text-align:center;margin:50px;font-size:18px}.signin-message span{text-decoration:underline;text-underline-offset:4px;cursor:pointer}.home-container a{text-decoration:none}.home-container a:focus,.home-container a:active{outline:none}.user-profile-card{background-color:#222;border-radius:10px;box-shadow:0 4px 10px #0006;padding:30px;width:100%;max-width:600px;margin-top:20px;text-align:center}.create-post-link,.edit-profile-link{display:inline-block;background-color:#357ae8;padding:10px 15px;border-radius:5px;margin-top:10px;color:#fff;font-weight:700;font-size:14px;transition:background-color .3s ease}.create-post-link:hover,.edit-profile-link:hover{background-color:#4285f4}@media (max-width: 600px){.bio{font-size:12px}.description{font-size:14px}.user-profile-card{padding:20px}}.edit-profile-container{display:flex;flex-direction:column;align-items:center;margin-top:20px}.edit-profile-heading{margin-bottom:10px}.edit-profile-form{display:flex;flex-direction:column;align-items:flex-start;width:100%}.edit-profile-input{width:100%;display:block}.edit-profile-input :is(input,textarea){background-color:#090a0b;border:hidden;border-radius:2px;outline:1px solid #ccc;color:#fff}.edit-profile-input>*{display:block;max-width:600px;width:90%;margin:10px auto}input[type=file]{outline:1px dashed gray!important}input[type=file]::file-selector-button{font-weight:700;color:#1e90ff;padding:.5em;border:hidden;border-radius:3px;background-color:#1013167e}input,textarea,button{padding:6px}.save-changes-button{padding:10px 20px;background-color:#4285f4;color:#fff;border:none;border-radius:2px;cursor:pointer;display:block;margin:10px auto;max-width:600px;width:90%;font-weight:700;font-size:1rem}.save-changes-button:hover{background-color:#357ae8}: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.all-posts-container{width:100%;max-width:600px;margin-inline:auto;margin-bottom:100px;margin-top:30px}._post{background-color:#100c12;border:hidden;margin-bottom:30px;padding:20px;box-shadow:0 2px 4px #0000001a}.feed-title{text-align:center;margin:10px 0!important}.user-info h2{margin:0!important}.user-profile-picture{width:40px;height:40px;border-radius:50%!important;cursor:pointer;object-fit:cover;margin-right:10px;border-radius:50%;border:2px solid #444}.user-display-name{font-size:16px;font-weight:700;cursor:pointer}.post-title{font-size:1.2rem;font-weight:400;margin-top:10px}.post-content{font-size:1rem;margin-top:10px}.post-media-container{width:100%}.post-media{min-width:100%;object-fit:cover;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin-top:10px;border-radius:4px!important}.post-created-at{color:#888;font-size:.7rem!important}.like-button{background-color:transparent;border:none;cursor:pointer;font-size:20px;color:#fff;display:flex;align-items:center;padding:0;transition:color .5s ease-in-out}.liked,.like{color:red}.see-likes{font-size:12px;color:#888;cursor:pointer;display:inline-block;margin-top:5px}.liked-by{font-size:12px;color:#fff;margin-top:5px}.comment-form textarea,.comment-form button{display:block;margin:20px 0;border:0;outline:1px solid #ddd;border-radius:2px;background-color:#090a0b;color:#f5f5f5}.comment-form button{cursor:pointer;font-weight:700;background-color:#171a1c}.see-more-button{display:block;border:0;outline:1px solid #ddd;border-radius:2px;background-color:#141414;color:#f5f5f5;width:80px;cursor:pointer}.comments{margin-top:15px;padding:20px 5px;border-top:1px solid #ffffff77;max-height:200px;overflow-y:auto}.comments h4{margin-bottom:15px;display:flex;align-items:center;gap:10px}.comments-context{display:flex;align-items:center;margin-bottom:10px}.comments-context img.user-profile-picture{width:30px;height:30px;margin-right:10px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid #444}.comment{font-size:14px;display:flex;align-items:center;justify-content:space-between}.comment strong{font-weight:700;cursor:pointer;margin-right:5px;color:#fff}.comment-text{display:block;margin-bottom:20px;border-bottom:.1px solid #333;padding-bottom:1rem;font-size:.9rem}.no-moments-message{text-align:center}[data-icon-add]{display:none;font-size:3.5rem;position:fixed;bottom:90px;right:20px;cursor:pointer}.comment-delete{margin-bottom:8px;cursor:pointer}[data-delete-allpost]{font-size:1.15rem;color:red}.guest-page-container{padding:20px;margin-bottom:50px}.guest-page-title{font-size:24px;margin-bottom:20px}.post{border:1px solid #ccc;padding:20px;margin-bottom:20px}.user-info{display:flex;align-items:center;margin-bottom:10px}.post-media{max-width:100%;max-height:400px;object-fit:cover;margin-bottom:10px}.like-section{display:flex;align-items:center;margin-top:10px}.like-icon{font-size:20px;margin-right:5px}.like-count{font-size:16px}@media (max-width: 500px){[data-icon-add]{display:block}}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100svh;width:100%;max-width:400px;margin:auto;overflow:hidden}.login-options{transition:box-shadow .3s ease,transform .3s ease;box-shadow:0 4px 10px #0009;border:1px solid #444;padding:30px;border-radius:16px}.login-options:hover{box-shadow:0 6px 20px #000c;transform:translateY(-5px)}.google-signin-button{background-color:#db4437;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:16px;transition:background-color .3s;display:flex;justify-content:center;align-items:center;gap:.5rem;width:250px;margin-bottom:15px}.google-signin-button:hover{background-color:#c1351d}.google-signin-button svg{width:20px;height:20px}button:disabled{cursor:not-allowed}.facebook-signin-button{background-color:#3b5998;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:disabled;font-size:16px;transition:background-color .3s;display:flex;justify-content:center;align-items:center;gap:.5rem;width:250px;margin-bottom:15px}.facebook-signin-button:hover{background-color:#2d4373}.facebook-signin-button svg{width:20px;height:20px}.email-signin-form{display:flex;flex-direction:column;gap:15px;width:100%;max-width:350px;margin-top:20px}.input-group{display:flex;flex-direction:column}.input-group label{font-size:14px;color:#ccc;margin-bottom:5px}.input-group input{padding:10px;border:1px solid #555;border-radius:8px;font-size:16px;color:#fff;background-color:#333}.input-group input:focus{border-color:#db4437;outline:none}.error-message{color:#e74c3c;font-size:14px;margin-top:-10px}.email-signin-button{background-color:#424bf4;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:16px;transition:background-color .3s,transform .2s ease;display:flex;justify-content:center;align-items:center;gap:.5rem;width:250px;margin-bottom:15px}.email-signin-button:hover{background-color:#3b5bfd;transform:translateY(-3px)}.email-signin-button:disabled{background-color:#666;cursor:not-allowed}.email-signin-button svg{width:20px;height:20px}@media (max-width: 500px){.login-container{min-height:calc(100svh - 100px)}.google-signin-button,.facebook-signin-button,.email-signin-button{width:100%}.login-container{padding:10px}.email-signin-form{max-width:100%}}.create-post-form{display:flex;flex-direction:column;align-items:center;margin-top:20px}.create-post-form h2{text-align:center;margin-bottom:2rem}.input-title,.input-content,.input-file{max-width:600px;width:90%;padding:10px;margin-bottom:30px;border:hidden;outline:1px solid #ccc;border-radius:2px;color:#fff;background-color:#090a0b}.create-post-button{padding:10px 20px;background-color:#424bf4;color:#fff;border:none;border-radius:2px;cursor:pointer;max-width:600px;width:90%;font-weight:700;font-size:1rem}.create-post-button:hover{background-color:#424bf4}.error-message{color:#d50000;font-style:italic;margin:0 auto 10px;font-size:1rem;text-align:center;width:90%}.post-container{border:hidden;margin:20px auto;padding:20px;box-shadow:0 2px 4px #0000001a;max-width:600px;background-color:#100c12;width:100%}.post-content{font-size:1rem;margin-bottom:20px;line-height:1.6;color:#a7a7aa}.post-image-container{margin-bottom:20px}.post-media{max-width:100%;height:auto;width:100%;border-radius:10px;box-shadow:0 2px 4px #0000001a}.edit-delete-section{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.edit-post-link{color:#ebecf3;border:none;background-color:transparent;text-decoration:none;cursor:pointer;margin:0!important;padding:0!important}.delete-button{color:#ebecf3;border:none;margin:0!important;padding:0!important;background-color:transparent;cursor:pointer}[data-option]{font-size:1.4rem}.comment-text{color:#a7a7aa}.send-icon-container{display:flex;gap:5px;justify-content:center;align-items:center}.send-icon{font-size:1rem}.edit-post-container{display:flex;flex-direction:column;align-items:center;margin-top:20px}.edit-post-heading{margin-bottom:10px}.edit-post-form{display:flex;flex-direction:column;align-items:flex-start;max-width:600px;width:100%}.edit-post-input{width:100%;margin-bottom:5px}.edit-post-input>*{display:block;max-width:600px;width:90%;margin:10px auto}.edit-post-input :is(input,textarea){background-color:#090a0b;border:hidden;border-radius:2px;outline:1px solid #ccc;color:#fff}.update-post-button{padding:10px 20px;background-color:#4285f4;color:#fff;border:none;border-radius:2px;cursor:pointer;display:block;margin:25px auto;max-width:600px;width:90%;font-weight:700;font-size:1rem}.update-post-button:hover{background-color:#357ae8}.posts-feed{display:flex;flex-direction:column;align-items:center;margin-bottom:100px}.post{background-color:#fff;border:hidden;margin-bottom:20px;padding:20px;box-shadow:0 2px 4px #0000001a;max-width:500px;width:100%;background-color:#100c12}.post:nth-child(1){margin-top:20px}.post h2{font-size:1.2rem;margin:0 0 10px;text-align:left}.head{display:flex;justify-content:space-between}.post p{margin:0 0 10px;line-height:1.4}.post p:last-child{margin:0}.post img,.post video{height:auto;width:100%;object-fit:cover;border-radius:4px;box-shadow:0 2px 4px #0000001a}.post-details{display:flex;justify-content:space-between;align-items:center}.like-container{display:flex;align-items:center;gap:.4rem}.created-at{color:#888;font-size:.7rem!important}.no-posts{text-align:left;margin:20px 10px;font-size:1.2rem}[data-edit]{font-size:1.3rem;margin:0;padding:0}.edit-span{color:#fff;cursor:pointer;position:relative;right:-8px}.public-note{font-size:.9rem;font-style:italic}.notes-section{color:#e0e0e0;padding:10px 20px;margin-bottom:30px;background-color:#100c12;border:hidden;box-shadow:0 2px 4px #0000001a}.notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.notes-header h3{border-bottom:1px solid gray;font-size:1.4rem;color:#fff;font-weight:500}.selectedNote-name p{cursor:pointer}.add-note-icon{font-size:1.5rem;color:#4e89ae;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.notes-container{padding-top:60px;padding-inline:20px;display:flex;overflow-x:scroll;padding-bottom:10px;gap:1.5rem}.note-item{display:flex;align-items:center;margin-right:20px;position:relative}.note-avatar{display:flex;flex-direction:column;align-items:center;position:relative;text-align:center;gap:10px}.note-avatar .avatar{cursor:pointer}.avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:8px;border:2px solid #444}.note-dialog{position:absolute;top:-60px;background-color:#2a2a2a;color:#fff;padding:8px;border-radius:8px;width:150px;font-size:14px;box-shadow:0 4px 6px #0000004d;white-space:normal;overflow:visible;text-overflow:clip;cursor:pointer;max-width:110px}.note-dialog:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#2a2a2a transparent transparent transparent}.note-input{width:100%;padding:12px;border-radius:10px;margin-top:10px;border:1px solid #333;background-color:#2c2c2c;color:#fff;font-size:16px}.note-input::placeholder{color:#777}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#100c12;border:hidden;margin-bottom:30px;box-shadow:0 2px 4px #0000001a;padding:20px;border-radius:10px;width:400px;max-width:90%}::-webkit-scrollbar{display:none}.modal-content-detail{background-color:#100c12;border:hidden;margin-bottom:30px;box-shadow:0 2px 4px #0000001a;padding:70px 20px 20px;border-radius:10px;justify-content:center;display:flex;align-items:center;flex-direction:column;width:300px}.modal-content h3{font-size:20px;color:#fff;margin-bottom:10px}.modal-actions{display:flex;justify-content:space-between;margin-top:15px}.submit-btn,.close-btn{color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;background-color:#3434f288;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.submit-btn:hover,.close-btn:hover{transform:scale(1.1);background-color:#3434f2;box-shadow:0 4px 12px #0003}.add-note-icon:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.user-profile{display:flex;flex-direction:column;align-items:center;margin-top:20px}.error-message{color:red}.display-name{font-size:24px;margin-bottom:10px}.posts{max-width:600px;width:100%;margin:auto auto 100px}.profile-picture-container img,.profile-picture{object-fit:cover;padding:5px;margin-bottom:10px;width:130px;height:130px;border-radius:50%;margin-top:20px;border:2px solid #444}.bio{margin-bottom:20px;font-size:1rem}.user-posts-title{font-size:20px;margin-bottom:10px;text-align:center}.no-posts{margin-top:10px;text-align:center}.user-posts-list{list-style-type:none;padding:0}.user-post{border:hidden;margin:25px 0;background-color:#100c12;padding:20px;box-shadow:0 1px 2px #0000001a}.user-info{display:flex;align-items:center}.user-profile-picture{width:40px;height:40px;border-radius:50%;margin-right:10px}.post-author{font-size:16px;font-weight:700}.post-title{font-size:18px;margin:10px 0}.post-content{margin-bottom:10px}.post-media{max-width:500px;margin-top:10px}.post-created-at{color:gray;font-size:14px;margin-bottom:5px}.post-likes{font-size:14px;margin-bottom:5px}.user-list-container{max-width:600px;margin-top:30px;width:100%;margin-inline:auto;padding:20px;border-radius:12px;background-color:#100c12;box-shadow:0 2px 4px #0000001a;margin-bottom:100px}.user-list-container h2{margin-bottom:1rem;text-align:center;color:#fff;font-size:1.5rem;font-weight:600}.user-stats{display:flex;justify-content:end}.user-list{list-style:none;margin-top:20px;overflow-y:scroll;height:360px;padding:0 0 0 10px}.user-item{display:flex;align-items:center;padding:15px;background-color:#232323;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-bottom:12px;border-left:4px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-left .2s ease}.user-item:hover{transform:scale(1.02);box-shadow:0 6px 12px #0003;border-left:4px solid #4285f4}.user-display-name{font-weight:600;font-size:1.1rem;margin-right:15px;color:#fff;cursor:pointer;transition:color .2s ease}.user-display-name:hover{color:#4285f4}.user-status{font-size:14px;padding:5px 10px;border-radius:12px;margin-left:auto;text-transform:uppercase;font-weight:600}.online-status{background-color:#42b72a;color:#fff}.offline-status{background-color:#ccc;color:#000}.load-more-button{background-color:#4285f4;color:#fff;padding:12px 25px;border:none;border-radius:25px;cursor:pointer;margin-top:30px;font-size:16px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;width:100%;max-width:200px;margin-inline:auto}.load-more-button:hover{transform:scale(1.05);background-color:#357ae8;box-shadow:0 4px 12px #0003}@media (max-width: 768px){.user-list-container{padding:20px}.user-item{flex-direction:column;align-items:flex-start;padding:12px}.user-display-name{font-size:1rem}.user-status{margin-top:5px}.load-more-button{width:100%;padding:10px 20px}}*{margin:0;padding:0;box-sizing:border-box;line-height:1.6;letter-spacing:normal;font-family:Nunito,sans-serif}body{background-color:#09090b;color:#a7a7aa}.app-container{margin-top:5px;height:100%}.nav-bar{background-color:#110b14cc;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);color:#fff;padding:10px 0;position:fixed;width:250px;border-right:1px solid rgba(255,255,255,.4);top:0;left:0;z-index:99;height:100%;display:flex;align-items:center;justify-content:center}.nav-list{list-style:none;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:2rem}.nav-item a,.logout-button{text-decoration:none;color:#ccc;display:flex;justify-content:center;align-items:center;gap:1rem}.nav-item p{margin-top:5px}.nav-item a [data-icon],button [data-icon]{height:100%;display:block;font-size:1.8rem}.active{color:#fff!important}.logout-button{background-color:transparent;color:#ccc;border:none;cursor:pointer}.logout-button p{font-size:1rem}.loading-message-container{display:flex;justify-content:center;align-items:center;flex-direction:column;height:calc(100vh - 75px);height:calc(100svh - 75px)}.loading-message,.loading{border:4px solid rgba(255,255,255,.8);border-top:4px solid transparent;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.loading-text{text-align:center;margin:20px 0;padding:10px;border-top:.3px solid gray}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:99}.app-modal-content{background-color:#100c12;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;z-index:999}.app-modal-content button{margin:10px;padding:5px 10px;background-color:#3434f288;border:hidden;color:#fff;border-radius:4px;cursor:pointer;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.app-modal-content button:hover{transform:scale(1.1);background-color:#3434f2;box-shadow:0 4px 12px #0003}.verified-icon{color:#4caf50;margin-left:5px;font-size:18px}.app-logo{width:200px;position:absolute;top:-35px;left:20px;filter:invert(100%)}@media (max-width: 1200px){.nav-bar{width:90px}.nav-list{align-items:center}.nav-item p,.nav-item:first-child{display:none}}@media (max-width: 850px){.nav-bar{width:100%;height:75px;top:auto;bottom:0;border-right:none}.nav-list{flex-direction:row}.nav-item p{display:none}}
