* { box-sizing: border-box; }
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; margin: 0; color: #222; background: #fafafa; }
.container { max-width: 960px; margin: 0 auto; padding: 1rem; }
.site-header { background: #111; color: white; }
.site-header a { color: inherit; text-decoration: none; }
.site-title { margin: 0; }
.muted { color: #666; }
.band-list, .album-list, .links-list { list-style: none; padding: 0; }
.band-list li, .album-list li { padding: 0.5rem 0; border-bottom: 1px solid #eee; }
.album-detail .cover { max-width: 320px; height: auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.stars { color: #f5a623; font-size: 1.1rem; letter-spacing: 1px; }
.site-footer { font-size: 0.9rem; color: #666; }
