*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.app-header{background:#fffffff2;padding:2rem 0;box-shadow:0 2px 10px #0000001a;text-align:center}.app-header h1{font-size:2.5rem;color:#667eea;margin-bottom:.5rem}.app-header p{color:#666;font-size:1.1rem}.app-main{flex:1;padding:2rem 0}.search-filter-section{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.search-box{margin-bottom:1rem}.search-box label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.search-box input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:5px;font-size:1rem}.search-box input:focus{outline:none;border-color:#667eea}.filters{display:flex;gap:1rem;flex-wrap:wrap}.filter-item{flex:1;min-width:150px}.filter-item label{display:block;margin-bottom:.25rem;font-size:.9rem;color:#666}.filter-item select,.filter-item input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:5px}.reset-btn{padding:.5rem 1rem;background:#ff6b6b;color:#fff;border:none;border-radius:5px;cursor:pointer;align-self:flex-end}.reset-btn:hover{background:#ff5252}.content-wrapper{display:grid;grid-template-columns:1fr 300px;gap:2rem}.main-content{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.loading,.error,.empty-state{text-align:center;padding:3rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error p{color:#ff6b6b;margin-bottom:1rem}.retry-btn{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:5px;cursor:pointer}.empty-state p{color:#666;font-size:1.1rem}.results-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.results-info h3{color:#333;margin-bottom:.5rem}.results-info p{color:#666}.tv-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.tv-card{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.tv-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tv-card-image{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.tv-card-image img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;background:#f0f0f0}.tv-card-content{padding:1rem}.tv-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#333}.tv-card-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.tv-card-info span{padding:.25rem .5rem;background:#f5f5f5;border-radius:4px;font-size:.8rem;color:#666}.rating{background:#fff4e6;color:#ff9800}.summary{font-size:.9rem;color:#666;line-height:1.4;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:4.2em}.tv-card-actions{display:flex;gap:.5rem}.detail-btn,.watchlist-btn{flex:1;padding:.5rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;text-align:center}.detail-btn{background:#667eea;color:#fff;text-decoration:none}.detail-btn:hover{background:#5a6fd8}.watchlist-btn{background:#4caf50;color:#fff}.watchlist-btn:hover:not(:disabled){background:#45a049}.watchlist-btn:disabled{background:#9e9e9e;cursor:not-allowed}.watchlist-panel{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;height:fit-content;position:sticky;top:2rem;display:flex;flex-direction:column;gap:1rem}.watchlist-header{display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid #667eea;padding-bottom:.5rem}.watchlist-header h2{font-size:1.2rem;color:#333;font-weight:600}.empty-watchlist{text-align:center;color:#777;padding:1rem 0;font-style:italic}.watchlist-items{list-style:none;display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding-right:.25rem}.watchlist-item{background:#f8f8ff;border-radius:12px;padding:.75rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px 4px #0000000d;transition:transform .15s ease}.watchlist-item:hover{transform:translateY(-2px)}.watchlist-thumb{width:55px;height:80px;border-radius:8px;object-fit:cover;background:#eaeaea;flex-shrink:0}.watchlist-info{flex:1}.show-name{font-size:.95rem;font-weight:600;color:#333;margin-bottom:.25rem}.show-rating{font-size:.85rem;color:#f1c40f}.remove-btn{background:#e63946;color:#fff;border:none;border-radius:8px;padding:.5rem .9rem;font-weight:500;cursor:pointer;transition:background .25s ease}.remove-btn:hover{background:#d62839}.clear-btn{background:#667eea;color:#fff;border:none;border-radius:8px;padding:.7rem;cursor:pointer;font-weight:600;transition:background .25s ease}.clear-btn:hover{background:#5a6fd8}.pagination{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #eee}.pagination-controls{display:flex;gap:.5rem;align-items:center}.pagination-controls button{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer}.pagination-controls button:hover:not(:disabled){background:#5a6fd8}.pagination-controls button:disabled{background:#ccc;cursor:not-allowed}.page-info{margin:0 1rem;font-weight:600}.page-size-selector{display:flex;align-items:center;gap:.5rem}.page-size-selector label{font-size:.9rem;color:#666}.page-size-selector select{padding:.5rem;border:1px solid #ddd;border-radius:4px}.app-footer{background:#fffffff2;padding:1.5rem 0;text-align:center;margin-top:2rem}.app-footer p{color:#666}.show-detail{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.back-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-bottom:1rem}.back-btn:hover{background:#5a6fd8}.detail-header{display:grid;grid-template-columns:300px 1fr;gap:2rem;margin-bottom:2rem}.detail-header img{width:100%;border-radius:8px}.detail-info h1{font-size:2rem;margin-bottom:1rem;color:#333}.detail-info p{margin-bottom:.5rem;color:#666}.episodes-section h2{margin-bottom:1rem;color:#333}.episodes-list{list-style:none;max-height:400px;overflow-y:auto}.episode-item{padding:1rem;border-bottom:1px solid #eee}.episode-item:last-child{border-bottom:none}.episode-item strong{color:#667eea}.episode-date{color:#999;font-size:.9rem;margin-left:.5rem}@media(max-width:768px){.content-wrapper{grid-template-columns:1fr}.watchlist-panel{position:static}.detail-header{grid-template-columns:1fr}.filters{flex-direction:column}.tv-list{grid-template-columns:1fr}}: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;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}}
