.app-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f4f7f6;width:auto}.app-header{background-color:#2c3e50;color:#fff;padding:1rem 2rem;text-align:center;width:auto}.app-main-content{flex-grow:1;padding:1.5rem;width:auto;margin:0 auto;color:#000}.footer{background-color:#34495e;color:#ecf0f1;text-align:center;padding:1rem;font-size:.9rem;width:auto}.home-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;width:auto}.search-box,.filters{display:flex;gap:.5rem;align-items:center}.search-box input,.filters select{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.home-main{display:grid;grid-template-columns:1fr 350px;gap:1.5rem;width:auto}.loading-message,.error-message,.empty-message{font-size:1.2rem;color:#555;text-align:center;padding:2rem}.error-message{color:#e74c3c}.tv-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.tv-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;overflow:hidden;display:flex;flex-direction:column}.tv-card img{width:100%;height:370px;object-fit:cover}.tv-card-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.tv-card-info h3{margin-top:0}.tv-card-info p span{margin-right:1rem;font-size:.9rem;color:#555}.tv-card-info .summary{flex-grow:1;font-size:.9rem;line-height:1.4}.tv-card-buttons{display:flex;gap:.5rem;margin-top:1rem}.tv-card-buttons button,.tv-card-buttons .btn-detail{flex:1;padding:.75rem;border:none;border-radius:6px;cursor:pointer;text-align:center;text-decoration:none;font-size:.9rem}.tv-card-buttons button{background-color:#3498db;color:#fff}.tv-card-buttons .btn-detail{background-color:#2ecc71;color:#fff}.watchlist-panel{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;align-self:flex-start}.watchlist-panel h4{margin-top:0}.watchlist-panel ul{list-style:none;padding:0}.watchlist-panel li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #eee}.watchlist-panel .btn-remove{background:none;border:none;color:#e74c3c;cursor:pointer;font-size:.9rem}.watchlist-panel .btn-clear{width:100%;background-color:#e74c3c;color:#fff;padding:.75rem;border:none;border-radius:6px;cursor:pointer;margin-top:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem 0}.pagination button{padding:.5rem 1rem;background-color:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer}.pagination button:disabled{background-color:#bdc3c7;cursor:not-allowed}.detail-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000014}.btn-back{display:inline-block;margin-bottom:1.5rem;color:#3498db;text-decoration:none;font-weight:700}.detail-header{display:flex;gap:2rem}.detail-header img{border-radius:8px}.detail-info p{line-height:1.6}.detail-episodes{margin-top:2rem}.detail-episodes ul{list-style-type:none;padding:0}.detail-episodes li{padding:.75rem;border-bottom:1px solid #eee}: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}}
