:root{line-height:1.5;font-weight:400;color-scheme:light dark;color:#f5f0f0de;background-color:#b70000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;width:100%;min-height:100vh;position:relative;background-image:url(/MovieApp/assets/curtain-glHgf1u7.jpg);background-size:contain;background-position:top-center;background-repeat:repeat-y;background-color:#000}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;text-decoration:inherit}a:hover{color:#fb0202}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:Movietimes;src:url(/MovieApp/assets/MovieTimes-pg61-C8aP7CxD.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Stylethief;src:url(/MovieApp/assets/StyleThief-Mz6w-BjZ09vAr.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Rockout;src:url(/MovieApp/assets/Rockout-vVaM-BbdGiFi7.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Limelight;src:url(/MovieApp/assets/Limelight-Regular-BfC0HV4x.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Retro;src:url(/MovieApp/assets/Retro%20Floral-DNTFqRz1.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Showtime;src:url(/MovieApp/assets/Showtime-R9Ke-BXFHZZ6s.ttf) format("truetype");font-weight:400;font-style:normal}.main-content{flex:1;padding:2rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column}.footer{background-color:#0b0b0b;color:#fff;padding:.5rem 2rem;text-align:center;font-family:Retro,sans-serif;font-size:.9rem;letter-spacing:1px}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer-links{display:flex;gap:1.5rem}.footer-link{display:flex;align-items:center;color:#fff;text-decoration:none;transition:color .3s}.footer-link:hover{color:red}@media(max-width:768px){.footer-content{gap:.75rem}.footer-links{flex-direction:column;gap:.5rem}}.movie-card{position:relative;border-radius:8px;overflow:hidden;background-color:#1e1e1e;transition:transform .3s;height:100%;display:flex;flex-direction:column;box-shadow:8px 8px 8px #000000c3}.movie-card:hover{transform:translateY(-5px)}.movie-poster{position:relative;aspect-ratio:2/3;width:100%}.movie-poster img{width:100%;height:100%;object-fit:cover}.movie-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000002d,#0000005f);opacity:0;transition:opacity .2s;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}.movie-card:hover .movie-overlay{opacity:1;border:2px solid rgb(240,236,236);border-radius:7px}.favorite-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem;background-color:transparent;border:none;border-radius:50%;outline:none;box-shadow:none;cursor:pointer;transition:transform .2s ease}.favorite-btn:hover{transform:scale(1.1)}.favorite-btn svg{transition:fill .3s ease,color .3s ease}@keyframes heart-pop{0%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(255,0,0,0))}50%{transform:scale(1.5);filter:drop-shadow(0 0 8px rgba(255,0,0,.7))}to{transform:scale(1);filter:drop-shadow(0 0 0 rgba(255,0,0,0))}}.favorite-btn.active svg{animation:heart-pop .3s ease}.favorite-btn:focus{outline:none;box-shadow:none}.favorite-btn:focus-visible{outline:20px solid rgba(255,0,0,.5);outline-offset:3px;border-radius:6px}.favorite-btn .favorite-text{display:none;margin-left:.5rem;font-size:.9rem;white-space:nowrap;color:#fff;letter-spacing:1px}.favorite-btn:hover .favorite-text{display:inline;transition:opacity 5s ease;opacity:1;background-color:#fb0202;padding:2px 5px;border:2px solid white;border-radius:8px}@media(max-width:768px){.favorite-btn{width:32px;height:32px;font-size:1.2rem}}.favorite-btn.active{color:#ab8c01;background-color:#f0f8ff00}.rating-select{background-color:#000000b3;color:#fff;border:none;padding:.5rem;border-radius:4px;cursor:pointer;margin-top:.5rem}.movie-info{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.movie-info h3{font-family:Retro;font-size:1.3rem;letter-spacing:1px;margin:0}.movie-info p{color:#bababa;font-size:.9rem}.user-rating{color:gold;font-size:.9rem;margin-top:auto}@media(max-width:768px){.movie-card{font-size:.9rem}.movie-info{padding:.75rem}.favorite-btn{width:32px;height:32px;font-size:1.2rem}}.read-more-btn{background:none;border:none;color:#f2f1f1;cursor:pointer;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.9rem;font-weight:500;margin-left:.3rem}.read-more-btn:hover{text-decoration:underline;color:#fb0202}.read-more-btn:focus,.read-more-btn:focus-visible{outline:none;box-shadow:none}.movie-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fadeIn .4s ease;overflow:hidden}.modal-content{background:#1e1e1e;color:#fff;border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 0 10px #ebe8e8b8;animation:slideUp .3s ease;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.modal-content h2{margin-top:0;font-family:Retro}.modal-release{color:#ccc;font-size:.9rem;font-family:Retro;margin-bottom:1rem}.close-modal{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;cursor:pointer;transition:transform .2s ease}.close-modal:hover{transform:scale(1.2);color:red}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.favorites-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.favorites h2{margin-bottom:2rem;text-align:center;font-size:2.5rem;font-family:Retro;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.favorites-empty{font-family:Retro;width:100%;max-width:600px;margin:3rem auto;padding:12rem 1rem;background-color:#fff4;border-radius:500px;text-align:center}.favorites-empty h2{font-family:Retro;font-size:3rem;color:#ff000d}.favorites-empty p{color:#ccc;font-size:1.5rem;line-height:1.6;font-family:Retro}.favorite-btn{font-family:Retro;color:#ff000d;font-size:1.2rem}.movies-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:100%;justify-content:center}.movies-grid>*{width:100%;animation:fadeIn .7s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.movies-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.movies-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.movies-grid{grid-template-columns:1fr}}.home{padding:2rem 0;width:100%;box-sizing:border-box}.search-form{max-width:600px;margin:0 auto 2rem;display:flex;gap:1rem;padding:0 1rem;box-sizing:border-box}.search-input{flex:1;padding:.65rem .9rem;border:none;border-radius:4px;background-color:#d4d4d4;color:#030303;font-size:1rem}.search-input:focus{outline:none;box-shadow:0 0 0 2px #040404}.search-button{padding:.75rem 1.5rem;background-color:#f90404;color:#fff;border:1px black solid;border-radius:4px;font-family:Limelight;font-weight:500;font-size:1.3rem;transition:background-color .2s;white-space:nowrap}.search-button:hover{background-color:#d20000;border:2px rgb(238,238,238) solid;color:#010101}@media(max-width:639px){.home{padding:1rem 0}.search-form{margin-bottom:1rem}}.movies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:1rem;width:100%;box-sizing:border-box}@media(max-width:768px){.search-form{flex-direction:column;align-items:center;width:100%;padding:0 1rem}.search-input{width:100%;max-width:300px}.search-button,.clear-button{width:100%;max-width:200px;margin-top:.5rem}}.navbar{width:100%;background-color:#111;display:flex;align-items:center;justify-content:space-between;padding:.5rem 7rem;box-shadow:0 6px 6px #000000c3;position:sticky;top:0;z-index:100}.navbar-brand a{font-family:Showtime,sans-serif;font-size:2.5rem;color:#fff;text-decoration:none}.navbar-brand a:hover{color:#fff;background-color:#1a1a1a00}.navbar-links{display:flex;gap:3rem;font-family:Retro,sans-serif;letter-spacing:1px}.navbar-links a{color:#fff;text-decoration:none}.navbar-links a:hover{color:#f40505;background-color:#1a1a1a00}.nav-link{font-size:1.7rem;font-family:Retro,sans-serif;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.nav-link:hover{background-color:#9d0202}@media(max-width:768px){.navbar{padding:.5rem 1.2rem;justify-content:space-between}.navbar-brand a{font-size:2.2rem}.navbar-links{gap:1.5rem}.nav-link{font-size:1.4rem;padding:.3rem .6rem}}@media(max-width:480px){.navbar{padding:.4rem .8rem}.navbar-brand a{font-size:1.8rem}.navbar-links{gap:1rem}.nav-link{font-size:1.2rem;padding:.2rem .5rem}}
