@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-dark:#0f172a;--bg-card:#1e293bb3;--bg-card-hover:#334155cc;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#3b82f6;--accent-hover:#60a5fa;--border-color:#ffffff1a;--glass-blur:blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15%,#3b82f626,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf626,#0000 25%);background-attachment:fixed;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}#root{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;font-weight:700}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-header{text-align:center;margin-bottom:3rem}.logo-title{background:linear-gradient(135deg,#f8fafc 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem}.subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.content-wrapper{flex-direction:column;flex:1;gap:2rem;padding-bottom:120px;display:flex}.episode-list{flex-direction:column;gap:1.5rem;display:flex}.episode-card{background:var(--bg-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border-color);cursor:pointer;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.episode-card:hover{background:var(--bg-card-hover);transform:translateY(-2px);box-shadow:0 10px 25px #0003}.episode-card.active{border-color:var(--accent);background:#3b82f61a}.episode-image{object-fit:cover;border-radius:12px;flex-shrink:0;width:120px;height:120px;box-shadow:0 4px 10px #0000004d}.episode-info{flex:1;min-width:0}.episode-date{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.episode-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.75rem;font-size:1.25rem;overflow:hidden}.episode-description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;display:-webkit-box;overflow:hidden}.play-button-small{background:var(--accent);color:#fff;opacity:.8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.episode-card:hover .play-button-small,.episode-card.active .play-button-small{opacity:1;transform:scale(1.05)}.player-container{width:calc(100% - 4rem);max-width:800px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);z-index:100;background:#0f172ad9;border:1px solid #ffffff26;border-radius:24px;align-items:center;gap:1.5rem;padding:1.25rem 2rem;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 20px 40px #00000080,inset 0 0 0 1px #ffffff0d}.player-track-info{align-items:center;gap:1rem;width:30%;min-width:200px;display:flex}.player-image{object-fit:cover;border-radius:8px;width:56px;height:56px}.player-details{overflow:hidden}.player-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.95rem;font-weight:600;overflow:hidden}.player-subtitle{color:var(--text-muted);font-size:.8rem}.player-controls-main{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex}.control-buttons{align-items:center;gap:1.5rem;display:flex}.btn-control{color:var(--text-muted)}.btn-control:hover{color:var(--text-main);transform:scale(1.1)}.btn-play{background:var(--text-main);width:44px;height:44px;color:var(--bg-dark);border-radius:50%;justify-content:center;align-items:center;display:flex}.btn-play:hover{background:#fff;transform:scale(1.05)}.progress-container{width:100%;color:var(--text-muted);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.progress-bar{cursor:pointer;background:#ffffff1a;border-radius:3px;flex:1;height:6px;position:relative;overflow:hidden}.progress-fill{background:var(--accent);border-radius:3px;height:100%;position:absolute;top:0;left:0}.volume-control{width:15%;min-width:100px;color:var(--text-muted);align-items:center;gap:.5rem;display:flex}.volume-slider{cursor:pointer;background:#ffffff1a;border-radius:2px;flex:1;height:4px;position:relative}.volume-fill{background:var(--text-muted);border-radius:2px;height:100%;position:absolute;top:0;left:0}.loading{height:200px;color:var(--text-muted);justify-content:center;align-items:center;font-size:1.2rem;animation:1.5s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (width<=768px){.player-container{border-radius:16px;flex-direction:column;width:calc(100% - 2rem);padding:1rem;bottom:1rem}.player-track-info,.volume-control{width:100%}.volume-control{display:none}.episode-card{text-align:center;flex-direction:column}.play-button-small{display:none}}
