*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background:#314f4f;color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:20px}.app{width:100%;max-width:1900px}.app h1{font-size:7rem;font-family:cursive;color:#fff;margin-bottom:40px;text-shadow:2px 2px 8px rgba(0,0,0,.5);text-align:center}.search{display:flex;align-items:center;justify-content:center;margin:0 auto 50px;width:100%;max-width:600px;background:#222;border-radius:40px;padding:10px 20px;box-shadow:0 4px 10px #0000004d}.search input{flex:1;border:none;outline:none;font-size:1.5rem;padding:10px 20px;color:#fff;background:transparent}.search img{width:35px;height:35px;cursor:pointer;margin-left:10px;filter:brightness(0) invert(1)}.movie-list{display:flex;flex-wrap:wrap;justify-content:center}.movie-card{width:100%;max-width:310px;min-height:460px;border-radius:12px;overflow:hidden;background:#222;color:#fff;box-shadow:0 13px 10px -7px #0000004d;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.movie-card:hover{transform:scale(1.03);box-shadow:0 15px 15px -5px #00000080}.movie-card img{width:100%;height:300px;object-fit:cover;display:block}.movie-card h3{margin:8px 0;font-family:Roboto,sans-serif;font-size:1.3rem;color:#9ef3fc}.movie-card p{margin:5px 10px;font-size:.9rem;color:#ccc}.movie-card p strong{color:#9ef3fc}.container{width:100%;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:10px 20px}.content-area{min-height:500px;display:flex;justify-content:center;align-items:center}.empty h2{font-size:4rem;font-weight:900;color:#9ef3fc;text-shadow:1px 1px 5px rgba(0,0,0,.5);text-align:center}.description-box{background:#343739;padding:16px;border-radius:10px;flex:1;font-family:cursive;font-size:2rem;font-weight:500;color:#e0e0e0;text-align:center;line-height:1.8;display:flex;flex-direction:column;justify-content:space-between;animation:fadeIn .3s ease-in-out}button{margin:10px;padding:8px 12px;border-radius:6px;border:none;background:#3498db;color:#fff;font-weight:700;cursor:pointer;transition:background .2s ease}button:hover{background:#2980b9}.back-button{font-size:1.2rem;padding:10px 20px;border-radius:8px;background:#00a6ff;color:#fff;border:none;cursor:pointer;transition:.3s}
