:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}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}}.main-content{flex:1;padding:2rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column}.favorites{padding:2rem;width:100%;box-sizing:border-box}.favorites h2{margin-bottom:2rem;text-align:center;font-size:2.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.favorites-empty{text-align:center;padding:4rem 2rem;background-color:#ffffff0d;border-radius:12px;margin:2rem auto;max-width:600px}.favorites-empty h2{margin-bottom:1rem;font-size:2rem;color:#e50914}.favorites-empty p{color:#999;font-size:1.2rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.movies-grid>*{animation:fadeIn .3s ease-out forwards}.movie-card{background:#232526;border-radius:16px;box-shadow:0 4px 24px #0000002e;overflow:hidden;transition:transform .22s,box-shadow .22s;position:relative;display:flex;flex-direction:column;min-height:380px}.movie-card:hover{transform:scale(1.045);box-shadow:0 8px 32px #e509141f}.movie-poster img{width:100%;height:320px;object-fit:cover;display:block;border-bottom:1px solid #333;background:#181818}.movie-info{padding:1rem;text-align:center;color:#fff;flex:1;display:flex;flex-direction:column;justify-content:center}.movie-info h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#fc0;text-shadow:0 1px 8px rgba(0,0,0,.18)}.movie-info p{font-size:1rem;color:#bbb;margin-bottom:0}.favorite-btn{position:absolute;top:16px;right:16px;background:#e50914;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:20px;cursor:pointer;z-index:2;box-shadow:0 2px 8px #e509142e;transition:background .2s,transform .2s;display:flex;align-items:center;justify-content:center}.favorite-btn.active,.favorite-btn:hover{background:#ff4060;transform:scale(1.15)}.movie-overlay{display:none}@media (max-width: 639px){.movie-card{min-height:280px}.movie-poster img{height:180px}}.home{width:100%;min-height:100vh;background:linear-gradient(180deg,#181818,#232526)}.home-hero{position:relative;width:100%;min-height:320px;background:url(https://images.unsplash.com/photo-1465101046530-73398c7f28ca?auto=format&fit=crop&w=1200&q=80) center/cover no-repeat;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;inset:0;background:#141414b3;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;width:100%;max-width:600px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;letter-spacing:2px;margin-bottom:.5rem;text-shadow:0 2px 16px rgba(0,0,0,.4)}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;color:#fc0;text-shadow:0 1px 8px rgba(0,0,0,.2)}.search-form{display:flex;gap:1rem;justify-content:center;align-items:center;background:#222222b3;padding:.75rem 1.5rem;border-radius:40px;box-shadow:0 2px 12px #0000002e;transition:box-shadow .2s}.search-input{flex:1;padding:.75rem 1.2rem;border:none;border-radius:30px;background-color:#222;color:#fff;font-size:1.1rem;box-shadow:0 1px 6px #0000001f;transition:box-shadow .2s}.search-input:focus{outline:none;box-shadow:0 0 0 2px #fc0}.search-button{padding:.75rem 2rem;background:linear-gradient(90deg,#e50914 60%,#fc0);color:#fff;border-radius:30px;font-weight:700;font-size:1.1rem;border:none;box-shadow:0 2px 8px #0000001f;cursor:pointer;transition:background .2s,box-shadow .2s}.search-button:hover{background:linear-gradient(90deg,#ff4060 60%,#ffe066);box-shadow:0 4px 16px #e509142e}.movies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;padding:2.5rem 2rem;margin:0 auto;max-width:1200px}@media (max-width: 639px){.home-hero{min-height:180px}.hero-title{font-size:2rem}.movies-grid{padding:1rem;gap:1rem}}.loading-spinner{margin:3rem auto;border:6px solid #222;border-top:6px solid #e50914;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#e50914;background:#ff000014;text-align:center;margin:2rem auto .5rem;font-weight:600;border-radius:8px;padding:.75rem 1.5rem;max-width:400px;box-shadow:0 2px 8px #e5091414}.no-results{text-align:center;color:#999;font-size:1.2rem;margin:3rem auto;padding:2rem 1rem;background:#ffffff0a;border-radius:12px;max-width:400px;box-shadow:0 2px 8px #00000014}.no-results-img{width:80px;margin-bottom:1rem;opacity:.7}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#222;color:#fff;padding:1rem 2rem}.navbar-logo{font-size:1.5rem;font-weight:700}.navbar-links{list-style:none;display:flex;gap:1.5rem}.navbar-links a{text-decoration:none;color:#fff;font-weight:500;transition:color .2s}.navbar-links a:hover{color:#fc0}
