*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#1e3c72,#2a5298);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #00000026;padding:40px;max-width:700px;width:100%;text-align:center}h1{color:#333;margin-bottom:30px;font-size:2.5em;font-weight:300}.controls{margin-bottom:30px}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0 10px;box-shadow:0 4px 15px #667eea66}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}button:active{transform:translateY(0)}button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.loading{text-align:center;padding:40px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{color:#666;font-size:18px}.error{background:#fee;border:2px solid #fcc;border-radius:10px;padding:20px;color:#c33;margin:20px 0}.movie-card{background:#f8f9fa;border-radius:15px;padding:30px;text-align:left;margin:20px 0;box-shadow:0 4px 15px #0000001a}.movie-content{display:flex;gap:25px;align-items:flex-start}.movie-poster{flex-shrink:0;width:200px}.movie-poster img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 15px #0003}.poster-placeholder{width:200px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:4em;color:#fff;box-shadow:0 4px 15px #0003}.movie-info{flex:1;min-width:0}.movie-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;flex-wrap:wrap;gap:10px}.movie-header h2{color:#333;font-size:1.8em;margin:0;flex:1;min-width:200px}.year-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}.movie-details{margin-bottom:25px}.detail-row{display:flex;margin-bottom:12px;align-items:flex-start}.detail-row:last-child{margin-bottom:0}.label{font-weight:600;color:#555;min-width:140px;flex-shrink:0}.detail-row span:last-child{color:#333;flex:1}.movie-actions{text-align:center;padding-top:20px;border-top:1px solid #eee}.imdb-button{display:inline-block;background:#f5c518;color:#000;text-decoration:none;padding:12px 24px;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #f5c5184d}.imdb-button:hover{background:#e6b800;transform:translateY(-2px);box-shadow:0 4px 15px #f5c51880}@media (max-width: 768px){.container{padding:20px;margin:10px}h1{font-size:2em}button{display:block;width:100%;margin:10px 0}.movie-content{flex-direction:column;align-items:center;gap:20px}.movie-poster{width:150px}.poster-placeholder{width:150px;height:225px;font-size:3em}.movie-header{flex-direction:column;align-items:flex-start}.movie-header h2{margin-bottom:10px}.detail-row{flex-direction:column;gap:5px}.label{min-width:auto}}
