
#tv-app{max-width:1000px;margin:auto;font-family:Arial;}
.tv-progress{height:8px;background:#ddd;margin-bottom:20px;border-radius:5px;}
.tv-bar{height:8px;width:0;background:#00b3a4;border-radius:5px;transition:0.3s;}
.tv-step{display:none;}
.tv-step.active{display:block;}
.tv-grid{display:flex;flex-wrap:wrap;gap:15px;}
.tv-card{width:30%;background:#e0f7f7;padding:15px;border-radius:12px;text-align:center;}
.tv-card img{width:100%;height:150px;object-fit:cover;border-radius:10px;}
button{background:#00b3a4;color:#fff;border:none;padding:10px 20px;border-radius:6px;}
button:hover{background:#ff7f50;}
.tv-days{min-height:100px;border:2px dashed #00b3a4;padding:20px;margin:20px 0;}
