style: restyle podcast player to Atelier warm design system
All checks were successful
Security Checks / dependency-audit (push) Successful in 12s
Security Checks / secret-scanning (push) Successful in 3s
Security Checks / dockerfile-lint (push) Successful in 3s

- All CSS vars replaced with Atelier inline colors
- Warm parchment sidebar, frosted glass player bar
- Brown accent tones matching Brain/Reader/Fitness
- Route page renders component directly (no wrappers)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 07:54:44 -05:00
parent 0e9702d494
commit 00308fde18
2 changed files with 396 additions and 231 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,21 +2,4 @@
import PodcastPlayer from '$lib/components/media/PodcastPlayer.svelte';
</script>
<div class="page">
<div class="app-surface">
<div class="page-header">
<div class="page-title">PODCASTS</div>
<div class="page-subtitle">Your podcast library</div>
</div>
<PodcastPlayer />
</div>
</div>
<style>
.page-subtitle {
font-size: var(--text-2xl);
font-weight: 300;
color: var(--text-1);
line-height: 1.2;
}
</style>