:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}#root{max-width:1100px;margin:0 auto;padding:2rem;text-align:center;background:linear-gradient(135deg,#232526,#414345);min-height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.container{display:flex;flex-direction:column;align-items:center;width:100%}h1{margin-bottom:1.5rem;font-size:2.7rem;color:gold;letter-spacing:1px;text-shadow:0 2px 8px #232526}.search-bar{display:flex;gap:.5rem;margin-bottom:2rem}.search-bar input{padding:.6rem 1.2rem;font-size:1.1rem;border-radius:6px;border:1.5px solid #646cff;min-width:250px;background:#232526;color:#fff}.search-bar button{padding:.6rem 1.5rem;font-size:1.1rem;border-radius:6px;border:none;background:gold;color:#232526;cursor:pointer;font-weight:700;transition:background .2s,color .2s}.search-bar button:hover{background:#646cff;color:#fff}.card{padding:2em}.movies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;width:100%;margin-top:2rem}.movie-card{background:linear-gradient(135deg,#3a3a40,#232526);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000040;display:flex;flex-direction:column;align-items:center;padding-bottom:1rem;transition:transform .2s,box-shadow .2s;border:2px solid #646cff}.movie-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 32px #646cff26;border-color:gold}.movie-card img{width:100%;height:330px;object-fit:cover;border-bottom:2px solid #646cff}.movie-info{padding:1.2rem 1.5rem .5rem;text-align:center;width:100%;color:#fff}.movie-info h3{margin:0 0 .5rem;font-size:1.3rem;color:gold}.movie-info p{margin:.3rem 0;color:#e0e0e0;font-size:1.05rem}.overview{margin-top:.7rem;color:#b3b3b3;font-size:1rem;max-height:5.5em;overflow:hidden;text-overflow:ellipsis}.error{color:#ff6b6b;margin-bottom:1rem;font-weight:700}.read-the-docs{color:#888}.auth-bar{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-bottom:1.5rem;width:100%}.favorite{margin-top:1rem;padding:.5rem 1.2rem;border-radius:6px;border:none;background:#646cff;color:#fff;font-size:1.05rem;cursor:pointer;transition:background .2s,color .2s;font-weight:700;box-shadow:0 2px 8px #646cff1a}.favorite.active{background:gold;color:#232526}.favorite:hover{background:#535bf2;color:#fff}
