.home-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.home-container>p{color:var(--bg);margin-bottom:1.5rem}.search-bar{gap:.5rem;max-width:500px;margin-bottom:2rem;display:flex}.search-bar input{background:var(--card-bg);border:none;border-radius:6px;outline:none;flex:1;padding:.6rem 1rem;font-size:.95rem}.search-bar input:focus{border-color:var(--accent)}.search-bar button{background-color:var(--accent);color:var(--card-bg);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.95rem}.search-bar button:hover{background-color:var(--accent-hover)}.movie-container{max-width:600px;margin:2rem auto;padding:0 1rem}.movie-container .title{margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.movie-container .info{color:var(--text-muted);gap:.5rem;padding:.25rem 0 .75rem;font-size:.9rem;display:flex}.movie-container .info p{margin:0}.movie-container .info p+p:before{content:"·";margin-right:.5rem}.movie-container img{border-radius:8px;width:100%;max-width:200px;margin-bottom:1rem}.movie-container .genres{gap:.5rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.movie-container .genre-tag{border:1.5px solid var(--text-muted);white-space:nowrap;color:var(--text-muted);border-radius:999px;padding:.2rem .75rem;font-size:.8rem}.movie-container>p{color:var(--text);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.movie-container button{background-color:var(--accent);color:var(--card-bg);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.95rem}.movie-container button:hover{background-color:var(--accent-hover)}.watchlist-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.watchlist-container h1{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}:root{--bg:#f5f5f5;--text:#1a1a1a;--text-muted:#666;--accent:#e00;--accent-hover:#c00;--card-bg:#fff}body{background-color:var(--bg);color:var(--text);padding:4rem;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}.navbar{background-color:var(--card-bg);z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar-title{font-size:1.1rem;font-weight:700}.navbar-links{gap:1.5rem;font-size:.95rem;display:flex}.navbar-links a{color:var(--text)}.navbar-links a:hover{color:var(--accent-hover)}.movies-container{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.25rem;display:grid}.movie-card img{border-radius:6px;width:100%;display:block}.movie-card h3{margin:.5rem 0 .25rem;font-size:.9rem;font-weight:500;line-height:1.3}.movie-card div{color:var(--text-muted);justify-content:space-between;font-size:.8rem;display:flex}.no-results{color:var(--text-muted);font-size:.95rem}
