body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.landing-page{display:flex;height:100vh;overflow:hidden}.landing__left-section{background-color:#00002e;box-sizing:border-box;color:#d292ff;flex:1 1;padding:4rem}.welcome-text h1{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:2rem;font-weight:700;margin-bottom:9rem}.welcome-text p{font-size:3rem;font-weight:bolder}.landing__right-section{align-items:center;background-color:#000;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:4rem}.get-started{color:#fff;text-align:center}.get-started h2{font-size:2rem;font-weight:700;margin-bottom:2rem}.buttons{display:flex;gap:1rem}.landing__login-button,.landing__signup-button{background-color:#3c46ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:1rem 2rem;transition:background-color .3s}@media screen and (max-width:768px){.landing-page{flex-direction:column}.landing__left-section,.landing__right-section{flex:none;padding:2rem;width:100%}.buttons{flex-direction:column}.landing__left-section{flex:0.7 1}.landing__right-section{flex:1.3 1}.landing__login-button,.landing__signup-button{width:100%}.welcome-text p{font-size:2rem}.welcome-text h1{margin-bottom:3.5rem}}.login-page{display:flex;height:100vh;overflow:hidden}.login__left-section{background-color:#3c46ff;box-sizing:border-box;color:#fff;flex:1 1;padding:4rem}.login-text h1{font-size:2.5rem;margin-bottom:1rem}.login__right-section{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:4rem,8rem}.login-form{text-align:center;width:80%}.login-form h2{font-size:2rem;margin-bottom:2rem}.login-button{background-color:#d292ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;margin:auto auto 1rem;padding:1rem 2rem;width:10rem}.action_login{display:flex;flex-direction:column}@media screen and (max-width:768px){.login-page{flex-direction:column}.login__left-section{flex:none;padding:2rem;width:100%}}.lds-dual-ring{display:inline-block;height:64px;width:64px}.lds-dual-ring:after{-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;border-color:#510077 transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:46px;margin:1px;width:46px}.loading-spinner__overlay{align-items:center;background:hsla(0,0%,100%,.9);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.backdrop{background:rgba(0,0,0,.75);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:10}.modal{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.26);left:10%;position:fixed;top:22vh;width:80%;z-index:100}.modal__header{background:#2a006e;color:#fff;padding:1rem .5rem}.modal__header h2{margin:.5rem}.modal__content,.modal__footer{padding:1rem .5rem}@media (min-width:768px){.modal{left:calc(50% - 20rem);width:40rem}}.modal-enter{opacity:0;-webkit-transform:translateY(-10rem);transform:translateY(-10rem)}.modal-enter-active{transition:all .2s}.modal-enter-active,.modal-exit{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.modal-exit-active{opacity:0;-webkit-transform:translateY(-10rem);transform:translateY(-10rem);transition:all .2s}.button{background:#f05;border:1px solid #f05;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font:inherit;margin-right:1rem;padding:.5rem 1.5rem;text-decoration:none}.button:focus{outline:none}.button:active,.button:hover{background:#ff4382;border-color:#ff4382}.button--inverse{background:transparent;color:#f05}.button--inverse:active,.button--inverse:hover{background:#f05;color:#fff}.button--danger{background:red;border-color:red}.button--danger:active,.button--danger:hover{background:#f34343;border-color:#f34343}.button:active:disabled,.button:disabled,.button:hover:disabled{background:#ccc;border-color:#ccc;color:#979797;cursor:not-allowed}.button--small{font-size:.8rem}.button--big{font-size:1.5rem}.signup-page{display:flex;height:100vh;overflow:hidden}.singup__left-section{background-color:#3c46ff;box-sizing:border-box;color:#fff;flex:1 1;padding:4rem}.signup-text h1{font-size:2.5rem;margin-bottom:1rem}.signup__right-section{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:2rem 4rem 4rem}.signup-form{text-align:center;width:80%}.signup-form h2{font-size:2rem;margin-bottom:2rem}.input-container{margin-bottom:.5rem}input{border:1px solid #d292ff;border-radius:10px}.signup-button{background-color:#d292ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;margin:auto auto 1rem;padding:1rem 2rem}.signup_action{display:flex;flex-direction:column}@media screen and (max-width:768px){.signup-page{flex-direction:column}.singup__left-section{flex:0.3 1;padding:0 2rem 2rem;width:100%}.singup__right-section{flex:1.7 1;padding-top:1rem;width:100%}.signup-form h2{font-size:1.5rem;margin-top:0}.signup-text h1{font-size:2.1rem;margin-bottom:.6rem}}.user-posts-page{background-color:#f5f5f5;box-sizing:border-box;color:#333;padding:2rem}.cover-photo{background-color:#60a7ff;border-radius:10px;height:300px;width:100%}.cover-photo img{height:100%;width:100%}.profile-container{align-items:center;display:flex}.profile-section{background-color:#fff;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.15);height:240px;margin-left:9%;margin-top:-60px;position:relative;width:240px}.profile-image{background-color:#ccc;background-position:50%;background-size:cover}.profile-image,.profile-image img{border-radius:50%;height:100%;width:100%}.user-info{margin-left:1rem;margin-right:15%;margin-top:-40px;text-align:left}.user-info h2{font-size:1.5rem;margin-bottom:.5rem}.user-info p{color:#888}.user-posts{grid-gap:1rem;display:grid;gap:1rem;margin-top:2rem}@media screen and (max-width:768px){.user-info{margin:20px 0;text-align:center}.profile-section{align-self:center;margin-left:0;margin-right:0;margin-top:-90px}.cover-photo{max-height:200px;width:100%}.profile-container{flex-direction:column;justify-content:center}}.user-post{margin:1rem auto;width:66vw}.post-title{color:#333;font-size:1.5rem;margin-bottom:.5rem}.post-content{color:#555;font-size:1rem;line-height:1.5}.post-details{color:#888;display:flex;justify-content:space-between;margin-top:1rem}.post-author{font-weight:700}.post-interactions{color:#777;display:flex;justify-content:space-between;margin-top:.5rem}.delete-button,.edit-button{background-color:#60a7ff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;margin-right:.5rem;padding:.5rem 1rem;transition:background-color .3s}.delete-button:hover,.edit-button:hover{background-color:#458edf}@media screen and (max-width:768px){.user-post{width:90vw}}.card{background-color:#fff;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.15);padding:1.5rem;transition:box-shadow .2s,-webkit-transform .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s;&:hover{box-shadow:0 4px 8px rgba(0,0,0,.2);-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.card-title{color:#333;font-size:1.2rem;margin-bottom:1rem}.card-content{color:#555;font-size:1rem;line-height:1.5}.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);color:#333;display:flex;justify-content:space-between;padding:1rem 2rem}.logo{font-size:1.5rem;font-weight:700}.logo-text{color:#520f85;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links li a{color:#333;text-decoration:none;transition:color .3s}.nav-links li a:hover{color:#60a7ff}.edit-profile-page{background-color:#f5f5f5;box-sizing:border-box;color:#333;padding:2rem;text-align:center}.editProfile-header{font-size:2rem;margin-bottom:1rem}.edit-form{margin:0 auto;max-width:400px}input{border:1px solid #ccc;border-radius:8px;margin-bottom:1rem;padding:.8rem;width:100%}.save-button{background-color:#60a7ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:background-color .3s}.save-button:hover{background-color:#458edf}.new-post-page{background-color:#f5f5f5;box-sizing:border-box;color:#333;padding:2rem;text-align:center}.newPost-header{font-size:2rem;margin-bottom:1rem}.post-form{margin:0 auto;max-width:400px}input[type=text]{font-family:monospace}textarea{border:1px solid #ccc;border-radius:8px;margin-bottom:1rem;padding:1rem;resize:vertical;width:100%}input[type=file]{font-family:monospace;margin-bottom:1rem}.post-button{background-color:#60a7ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.5rem;transition:background-color .3s}.post-button:hover{background-color:#458edf}.not-found-page{background-color:#f5f5f5;box-sizing:border-box;color:#333;padding:2rem;text-align:center}h1{font-size:2.5rem;margin-bottom:1rem}p{font-size:1.2rem;margin-bottom:2rem}.cat-animation img{-webkit-animation:bounce 1s infinite alternate;animation:bounce 1s infinite alternate;margin:auto;max-width:100%}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}
/*# sourceMappingURL=main.bbe121f2.css.map*/