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}#root,body,html{margin:0}#root,.App,body,html{min-height:100vh;width:100%}.App{display:flex;flex-direction:column;text-align:center}.toggle-btn{align-self:center;background:#daf4f5;border:1px solid #303481;border-radius:12px;color:#303481;cursor:pointer;font-size:medium;font-weight:700;margin:10px 0 5px;min-width:120px;padding:6px 12px}.dark-theme{background-color:#515168;color:#fff}.light-theme{background-color:#fff}.dark-theme .favourite-section h2,.dark-theme .header h1,.dark-theme .matching-movies{color:#fff}body.dark-theme{background-color:#515168}body.light-theme{background-color:#fff}@media (max-width:600px){.toggle-btn{margin-top:10px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;line-height:1.6}.movie-container{border-radius:18px;box-shadow:20px 30px 40px #0003;margin:30px auto 0;max-width:1000px;padding:20px 20px 0;text-align:center}.movie-container:hover{box-shadow:0 8px 20px #0009;transform:translateY(-10px)}.body,.header{margin:10px 20px;padding:15px}.header h1{color:#303481;font-size:40px;text-align:left;text-shadow:2px 2px 5px #769fcd}.header p{color:#769fcd;text-align:left}.search-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.search-bar{border-radius:10px;color:#555;flex:1 1;font-size:large;height:35px;min-width:200px}.reset-btn,.search-bar{font-weight:700;padding:5px}.reset-btn{background-color:#303481;border:none;border-radius:12px;color:#fff;cursor:pointer;width:100px}.body{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.matching-movies{color:#303481;flex:1 1;min-width:300px;padding:20px}.movie-card{background:#daf4f5;border-radius:20px;color:#303481;margin-top:20px;overflow:hidden;padding:10px}.movie-card:hover{box-shadow:10px 20px 30px #0003;transform:translateY(-4px)}.movie{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:10px}.movie h3{color:#303481}.movie p{color:#666}.rating{display:flex;justify-content:space-between}.rating-field{background:orange;border-radius:12px;color:#000;height:40px;padding:10px;width:70px}.btn{border:none;border-radius:12px;cursor:pointer;font-weight:700;padding:8px 12px}.btn.favourite{background:#b9d7ea;color:#303481}.btn.favourited{background:red;color:#fff}.favourite-section{color:#303481;flex:1 1;min-width:300px;padding:20px}.favourite-section p{color:#769fcd}.fav-card{background:#daf4f5;border-radius:12px;cursor:pointer;font-size:1rem;margin:10px 10px 0;padding:6px 10px;width:-webkit-fit-content;width:fit-content}.fav-card:hover{box-shadow:10px 10px 20px #0000001a;transform:translateY(-4px)}@media (max-width:600px){.header h1{font-size:30px}.movie-container{width:95%}.search-container{flex-direction:column}.reset-btn{width:120px}.favourite-section,.matching-movies{text-align:center}.header{margin-top:5px;padding-top:5px}}
/*# sourceMappingURL=main.b7164beb.css.map*/