:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body { font-family: system-ui, sans-serif; max-width: 900px; margin: 0 auto; padding: 1.5rem; line-height: 1.5; }
h1 { margin: 0 0 0.25rem; }
.lede { color: #666; margin-top: 0; }
.muted { color: #888; font-size: 0.9rem; }
header { margin-bottom: 1.5rem; }
#player-panel { padding: 1rem; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 1rem; }
#now-playing { display: flex; justify-content: space-between; align-items: baseline; }
#clip-title { font-weight: 600; }
#share-current-time { font: inherit; font-size: 0.9rem; cursor: pointer; }
.status { min-height: 1.5em; margin: 0; font-size: 0.85rem; overflow-wrap: anywhere; }
audio { width: 100%; margin: 0.5rem 0; }
#clip-switcher { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
#clip-switcher button { padding: 0.4rem 0.8rem; font: inherit; cursor: pointer; }
#columns { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 1rem; }
@media (max-width: 700px) { #columns { grid-template-columns: 1fr; } }
#columns section { border: 1px solid #eee; border-radius: 8px; padding: 0.75rem; }
#columns h2 { margin: 0 0 0.5rem; font-size: 1rem; }
ul, ol { margin: 0; padding-left: 1.2rem; }
li { margin-bottom: 0.35rem; }
a { color: #2b6cb0; text-decoration: none; }
a:hover { text-decoration: underline; }
a.active { color: CanvasText; font-weight: 700; text-decoration: underline; text-decoration-thickness: 0.15em; }
@media (max-width: 520px) { #now-playing { align-items: flex-start; flex-direction: column; gap: 0.5rem; } }
