:root{--brand-color:#14ffec;--base-color:#e4f9f5;--text-color:#212121;--secondary-text-color:#3c404f;--base-transparent-90:#f7f7f7e6;--base-transparent-100:#f7f7f7}.dark-theme{--brand-color:#14ffec;--base-color:#212121;--text-color:#e4f9f5;--secondary-text-color:#b0b3c0;--base-transparent-90:#1e1f26e6;--base-transparent-100:#1e1f26}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e4f9f5;color:#212121}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.commentForm{background:var(--brand-color);border:1.5px solid var(--text-color);border-radius:0;box-shadow:0 1px 4px #00000005;display:flex;flex-direction:column;gap:.5rem;margin:20px auto 0;max-width:700px;width:100%}.commentForm textarea{background:var(--base-color);border:1px solid var(--text-color);border-radius:0;color:var(--text-color);font-family:inherit;font-size:1.05rem;min-height:2.2rem;padding:.7rem 1rem;resize:vertical;transition:border-color .2s;width:100%}.commentForm textarea:focus{border-color:var(--brand-color);outline:none}.commentForm button[type=submit]{align-self:center;background:var(--text-color);border:2px solid var(--text-color);border-radius:0;color:var(--base-color);cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1.2rem;transition:background .2s,color .2s,border-color .2s}.commentFormError{color:#e63946;font-size:.95rem;margin:.1rem 0 0}.commentForm button[type=submit]:hover:not(:disabled){background:var(--base-color);border-color:var(--base-color);color:var(--text-color)}.commentForm .inputErrors{margin:.1rem 0 0}.commentsLabel{margin-left:4px}.commentsSection{background:var(--base-color);border:1px solid var(--text-color);border-radius:0;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;font-family:inherit;gap:.7rem;padding:2rem;position:relative}.commentsTitle{margin-bottom:0;margin-left:23px;padding:0}.commentList{gap:0}.commentItem,.commentList{display:flex;flex-direction:column}.commentItem{background:var(--brand-color);border:1px solid var(--text-color);border-radius:0;box-shadow:0 1px 4px #00000005;color:var(--text-color);font-size:1rem;gap:.5rem;padding:1rem 1.5rem}.commentItem .commentAuthor{color:var(--text-color);font-weight:400;margin-bottom:.2rem}.commentItem .commentText{color:var(--text-color);font-weight:600;white-space:pre-wrap}.commentItem .commentDate{color:var(--secondary-text-color);font-size:.9rem;margin-top:.2rem}.commentsCloseBtn{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem;margin-right:22px;position:absolute;right:8px;top:8px;transition:color .2s}.commentsCloseBtn:hover{color:#e63946}.commentsTitle{color:var(--text-color);font-size:1.2rem;font-weight:700;left:8px;margin-bottom:.3rem;margin-top:0;position:absolute;top:8px}*{box-sizing:border-box}*,body{margin:0;padding:0}body{color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s ease,color .3s ease}.App,body{background-color:var(--base-color)}.App{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--base-transparent-100);border-bottom:2px solid var(--brand-color);justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navLinks,.navbar{align-items:center;display:flex}.navLinks{gap:2rem}.navLinks a{border:none;border-bottom:2px solid #0000;border-radius:0;color:var(--text-color);font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:border-color .3s ease}.navLinks a:hover{background-color:initial;border-bottom-color:var(--brand-color)}.navProfile{align-items:center;display:flex;gap:1rem}.navProfile p{color:var(--text-color);font-weight:600;margin:0}.navProfile img{border-radius:50%;height:32px;object-fit:cover;width:32px}.navProfile button,.navProfile img{border:2px solid var(--brand-color)}.navProfile button{background-color:initial;border-radius:0;color:var(--brand-color);cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:border-color .3s ease}.navProfile button:hover{background-color:initial;border-color:var(--text-color);color:var(--text-color)}.postContainer{margin:0 auto;max-width:800px;min-height:calc(100vh - 80px);padding:0 1rem}.postsFeed{border:1px solid var(--text-color);border-radius:0;display:flex;flex-direction:column;gap:0}.sortOptions{align-items:center;background:var(--base-color);border-bottom:1px solid var(--text-color);display:flex;justify-content:flex-end;padding:1rem}.sortOptions label{color:var(--text-color);font-weight:600;margin-right:.5rem}.sortOptions select{background:var(--base-color);border:1px solid var(--text-color);border-radius:0;color:var(--text-color);cursor:pointer;font-size:1rem;padding:.5rem}.sortOptions select:focus{border-color:var(--brand-color);outline:none}.emptyMessage,.errorMessage,.loginPrompt{background-color:var(--base-transparent-90);border-bottom:3px solid var(--brand-color);border:solid var(--brand-color);border-radius:0;border-width:3px 3px 5px;color:var(--secondary-text-color);font-size:1.2rem;padding:3rem 1rem;text-align:center}.posts{margin-bottom:0;width:100%}.postCard{background-color:var(--brand-color);border:none;border-bottom:1px solid var(--text-color);border-radius:0;border-top:1px solid var(--text-color);display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.postCard,.postHeader{margin-bottom:0}.postTitle{color:var(--text-color);font-size:1.5rem;font-weight:700;line-height:1.3;margin:0}.postBody{display:flex;flex-direction:column;flex-grow:1;gap:1rem}.postAuthor{background-color:#14ffec1a;border-radius:20px;display:inline-block;font-size:.95rem;font-weight:600;padding:.5rem 1rem;width:-webkit-fit-content;width:fit-content}.postAuthor,.postDescription{color:var(--text-color);margin:0}.postDescription{font-size:1.1rem;line-height:1.6}.postFooter{border-top:2px solid var(--text-color);justify-content:space-between;min-height:36px;padding:.5rem 0}.postComment,.postFooter{align-items:center;display:flex}.postComment{cursor:pointer;gap:4px;-webkit-user-select:none;user-select:none}.postActions{gap:.4rem}.likeButton,.postActions{align-items:center;display:flex}.likeButton{background-color:initial;border:none;border-radius:0;color:var(--base-color);cursor:pointer;height:36px;justify-content:center;margin-right:.1rem;padding:.5rem;transition:color .3s ease;width:36px}.likeButton.liked,.likeButton:hover{background-color:initial;color:var(--text-color)}.likeButton.liked{border:none}.likeButton.unliked,.likeCount{color:var(--text-color)}.likeCount{font-size:1rem;font-weight:600;margin-left:-.2rem;min-width:20px;text-align:center}.deleteButton{align-items:center;background-color:initial;border:none;border-radius:0;color:#e63946;cursor:pointer;display:flex;height:44px;justify-content:center;padding:.75rem;transition:color .3s ease;width:44px}.deleteButton:hover{background-color:initial;color:#d32f2f}@media (max-width:768px){.postContainer{max-width:100%;padding:1rem .5rem}.postCard{margin:0 .5rem;padding:1.5rem}.postTitle{font-size:1.3rem}.postDescription{font-size:1rem}.navbar{padding:1rem}.navLinks{gap:1rem}.navLinks a{font-size:.9rem;padding:.5rem 1rem}.postFooter{min-height:30px;padding-top:.3rem}}@media (max-width:480px){.postCard{margin:0 .25rem;padding:1rem}.postActions{gap:.75rem}.deleteButton,.likeButton{height:40px;padding:.5rem;width:40px}.navbar{flex-direction:column;gap:1rem;padding:1rem .5rem}.navProfile{flex-wrap:wrap;justify-content:center}}form{background-color:var(--brand-color);border:3px solid var(--text-color);border-radius:0;display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto;max-width:600px;padding:2rem}form input[type=email],form input[type=password],form input[type=text],form textarea{background-color:var(--base-color);border:1px solid var(--text-color);border-radius:0;color:var(--text-color);font-size:1.2rem;min-height:3rem;padding:1.5rem 2rem;resize:vertical;transition:border-color .3s ease,border-width .3s ease}form textarea{font-family:inherit;min-height:8rem}.title{font-size:1.4rem!important;min-height:3.5rem}form input[type=email]:focus,form input[type=password]:focus,form input[type=text]:focus,form textarea:focus{border-color:var(--brand-color);border-width:2px}form button,form input[type=submit]{background-color:var(--text-color);border:2px solid var(--text-color);border-radius:0;color:var(--base-color);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background-color .3s ease,border-color .3s ease}.title{height:35px;padding-left:25px}form button:hover,form input[type=submit]:hover{background-color:var(--base-color);border:2px solid var(--base-color);color:var(--text-color)}.inputErrors{color:#e63946;font-size:.9rem;font-weight:500;margin:-1rem 0 0}.loginContainer{margin:4rem auto;max-width:400px;padding:2rem;text-align:center}.loginButton{align-items:center;background-color:var(--text-color);border:2px solid var(--brand-color);border-radius:0;color:var(--base-color);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease,border-color .3s ease;width:100%}.loginButton:hover{border:2px solid var(--text-color)}
/*# sourceMappingURL=main.01342d1a.css.map*/