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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#1a202c;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:2rem}.app-container{margin:0 auto;max-width:900px}header{border-bottom:1px solid #4a5568;margin-bottom:3rem;padding-bottom:1.5rem;text-align:center}header h1{color:#9f7aea;font-size:3rem}.movie-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.movie-card{background-color:#2d3748;border:1px solid #4a5568;border-radius:8px;padding:1.5rem;transition:transform .2s ease-in-out}.movie-card:hover{transform:translateY(-5px)}.movie-card h2{color:#a3bffa;margin-top:0}.movie-score{font-size:1.2rem;font-weight:700;margin-top:1rem}.card-footer{align-items:center;border-top:1px solid #4a5568;display:flex;justify-content:space-between;margin-top:1.5rem;padding-top:1rem}.vote-buttons{display:flex;gap:.5rem}.vote-btn{background-color:initial;border:1px solid #4a5568;border-radius:20px;color:#e2e8f0;cursor:pointer;font-weight:700;padding:.5rem 1rem;transition:all .2s ease}.vote-btn.upvote:hover{background-color:#38a169;border-color:#38a169}.vote-btn.downvote:hover{background-color:#e53e3e;border-color:#e53e3e}.auth-container{align-items:center;justify-content:center;min-height:100vh}.auth-container,.auth-form{display:flex;flex-direction:column}.auth-form{background-color:#2d3748;border-radius:8px;gap:1rem;max-width:400px;padding:2rem;width:100%}.auth-form input{background-color:#1a202c;border:1px solid #4a5568;border-radius:4px;color:#e2e8f0;font-size:1rem;padding:.8rem}.auth-form button{background-color:#805ad5;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:.8rem}.error-msg{color:#e53e3e;text-align:center}.link-btn{background:none;border:none;color:#9f7aea;cursor:pointer;padding:0;text-decoration:underline}.app-header{border-bottom:1px solid #4a5568;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.app-header,.user-info{align-items:center;display:flex}.user-info{gap:1rem}.logout-btn{background-color:#4a5568;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.suggest-form{background-color:#2d3748;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding:1.5rem}.suggest-form h3{margin:0 0 .5rem;text-align:center}.suggest-form input,.suggest-form textarea{background-color:#1a202c;border:1px solid #4a5568;border-radius:4px;color:#e2e8f0;font-family:inherit;font-size:1rem;padding:.8rem}.suggest-form textarea{min-height:80px;resize:vertical}.suggest-form button{background-color:#805ad5;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem}.vote-btn.discuss:hover{background-color:#4a5568;border-color:#4a5568}.comment-section{border-top:1px solid #4a5568;margin-top:1.5rem;padding-top:1rem}.comment-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.comment-form textarea{background-color:#1a202c;border:1px solid #4a5568;border-radius:4px;color:#e2e8f0;font-family:inherit;font-size:1rem;min-height:60px;padding:.8rem;resize:vertical}.comment-form button{align-self:flex-end;background-color:#805ad5;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1.5rem}.comment-list{display:flex;flex-direction:column;gap:1rem}.comment{background-color:#1a202c;border-left:3px solid #805ad5;border-radius:4px;padding:1rem}.comment-body{margin:0 0 .5rem}.comment-author{color:#a0aec0;font-size:.8rem;margin:0;text-align:right}.card-header{align-items:center;display:flex;justify-content:space-between}.delete-btn{background:none;border:none;cursor:pointer;font-size:1.2rem}.comment-footer{align-items:center;display:flex;justify-content:space-between}.delete-btn-comment{background:none;border:none;color:#e53e3e;cursor:pointer;font-size:.8rem;padding:0}
/*# sourceMappingURL=main.bc96f476.css.map*/