html, body { height: 100%; margin: 0; overflow: hidden; }
#root { height: 100%; }
.seo-shell { height: 100%; overflow-y: auto; background: #0a0a0f; color: #f2f2f4; font: 16px/1.6 Inter, Arial, sans-serif; letter-spacing: 0; }
.seo-shell a { color: inherit; text-decoration: none; }
.seo-shell a:hover { color: #ac8fff; }
.seo-shell a:focus-visible { outline: 2px solid #ac8fff; outline-offset: 4px; }
.seo-nav { display: flex; align-items: center; gap: 24px; padding: 16px 32px; background: #111116; border-bottom: 1px solid #292930; }
.seo-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; margin-right: auto; }
.seo-brand img { border-radius: 50%; }
.seo-content { max-width: 1152px; margin: auto; padding: 32px; }
.seo-back { display: inline-block; margin-bottom: 24px; color: #aaaabb; }
.seo-heading { display: flex; align-items: center; gap: 32px; margin-bottom: 40px; }
.seo-heading > div { min-width: 0; }
.seo-heading h1 { font-size: 36px; line-height: 1.25; margin: 0 0 16px; overflow-wrap: anywhere; }
.seo-heading p { color: #bcbccc; }
.seo-cover { flex-shrink: 0; width: 256px; height: 256px; border-radius: 8px; object-fit: cover; }
.seo-shell h2 { font-size: 22px; margin: 24px 0 16px; }
.seo-collections { display: flex; flex-wrap: wrap; gap: 20px; }
.seo-collections a { width: 144px; display: grid; gap: 8px; overflow-wrap: anywhere; }
.seo-collections img { border-radius: 8px; object-fit: cover; }
.seo-tracks { list-style: none; padding: 0; }
.seo-tracks a { display: flex; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid #292930; }
.seo-tracks img { border-radius: 4px; object-fit: cover; flex-shrink: 0; }
.seo-tracks span { min-width: 0; overflow-wrap: anywhere; }
.seo-tracks strong, .seo-tracks small { display: block; }
.seo-tracks small { color: #aaaabb; }
.seo-tracks time { margin-left: auto; font-size: 14px; color: #aaaabb; white-space: nowrap; }
@media (max-width: 600px) {
  .seo-nav { padding: 12px 16px; gap: 16px; font-size: 14px; }
  .seo-content { padding: 24px 16px; }
  .seo-heading { flex-direction: column; align-items: stretch; gap: 24px; }
  .seo-cover { width: 192px; height: 192px; align-self: center; }
  .seo-heading h1 { font-size: 28px; }
}
