.episode-card{transition:all .3s ease}.episode-card:hover{transform:translateY(-5px)}.play-button{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,#6366f1,#818cf8);color:white;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 10px rgba(99,102,241,.3)}.play-button:hover{transform:scale(1.1);box-shadow:0 6px 15px rgba(99,102,241,.4)}.podcast-avatar{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--accent);color:var(--accent-foreground);font-size:24px}.podcast-platforms{display:flex;gap:16px;margin-top:16px}.platform-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:white;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:all .3s ease}.platform-icon:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.episode-progress{height:4px;background-color:#f1f1f1;border-radius:2px;overflow:hidden;margin-top:8px}.episode-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#818cf8);width:30%}.episode-duration{display:flex;justify-content:space-between;font-size:12px;color:var(--muted-foreground);margin-top:4px}