.podcast-page{background:var(--color-bg-subtle);min-height:100vh;padding:var(--space-4);justify-content:center;align-items:center;display:flex}.podcast-page .podcast-player{max-height:none}.podcast-page-loading{justify-content:center;align-items:center;gap:var(--space-4);background:var(--color-bg-subtle);min-height:100vh;color:var(--color-text-secondary);flex-direction:column;display:flex}.podcast-page-spinner{border:3px solid var(--color-gray-200);border-top-color:var(--color-text-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite podcast-spin}@keyframes podcast-spin{to{transform:rotate(360deg)}}.podcast-page-error{justify-content:center;align-items:center;gap:var(--space-4);min-height:100vh;padding:var(--space-6);background:var(--color-bg-subtle);text-align:center;flex-direction:column;display:flex}.podcast-page-error h2{font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0}.podcast-page-error p{color:var(--color-text-secondary);max-width:400px;margin:0}.podcast-page-error button{padding:var(--space-3) var(--space-6);background:var(--color-text-primary);color:var(--color-text-on-color);border-radius:var(--radius-md);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);cursor:pointer;border:none;transition:opacity .2s}.podcast-page-error button:hover{opacity:.9}
