.studio-track-information { color: #292438; font: inherit; font-weight: 400; overflow-wrap: anywhere; }
.studio-track-information > header h2 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 32px); }
.studio-track-information .sti-evidence { color: #666174; font-size: 14px; }
.studio-track-information section { margin: 24px 0; }
.studio-track-information h3 { margin: 0 0 8px; font-size: 18px; }
.studio-track-information p { line-height: 1.65; font-weight: 400; }
.studio-track-information small { color: #6b647a; line-height: 1.5; font-weight: 400; }
.studio-track-information .sti-text { white-space: pre-wrap; }
.sti-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.sti-badge { padding: 6px 10px; border-radius: 999px; background: #eeebf5; color: #615b72; font-size: 12px; line-height: 1.4; }
.sti-badge.is-clear { background: #e7f5ef; color: #2b6c59; }
.sti-badge.is-attention { background: #fdebf0; color: #a92d4b; }
.sti-badge.is-warning { background: #fff3dc; color: #785213; }
.sti-section-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.sti-rights-help { display: inline; font-size: 14px; }
.sti-rights-help > summary { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; list-style: none; width: 32px; height: 32px; border: 1px solid #cec4ed; border-radius: 50%; color: #6146c5; font-weight: 600; }
.sti-rights-help > summary::-webkit-details-marker { display: none; }
.sti-rights-help > summary:focus-visible { outline: 3px solid #927bed; outline-offset: 2px; }
.sti-rights-help[open] { display: block; flex-basis: 100%; }
.sti-rights-help > p { margin: 8px 0 12px; padding: 14px; border: 1px solid #ded6f4; border-radius: 12px; background: #f6f3ff; color: #484055; line-height: 1.6; }
.studio-track-information-dialog { width: min(900px, calc(100vw - 24px)); max-width: calc(100vw - 24px); max-height: min(92dvh, 980px); padding: 0; overflow: hidden; border: 1px solid #e2dcf0; border-radius: 24px; background: #fff; color: #292438; box-sizing: border-box; }
.studio-track-information-dialog::backdrop { background: #241c3a88; backdrop-filter: blur(3px); }
.studio-track-information-dialog[open] { display: flex; flex-direction: column; }
.studio-track-information-dialog > header { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; border-bottom: 1px solid #e9e2f3; background: #fff; }
.studio-track-information-dialog > header h2 { font: inherit; font-weight: 700; font-size: 22px; margin: 0; }
.studio-track-information-dialog > header button { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #d7cce9; background: #fff; color: #332b43; cursor: pointer; font-size: 24px; }
.studio-track-information-dialog .sti-dialog-body { min-height: 0; overflow: auto; overscroll-behavior: contain; padding: 24px; }
.upload-template-saved-results .studio-track-information { padding: 8px 0; }
.upload-template-check-dialog .sti-rights-help { margin-inline-start: 6px; }
.sti-instrument-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.sti-instrument-pills span { display: inline-flex; align-items: center; min-height: 32px; padding: 5px 11px; border: 1px solid #d8ccef; border-radius: 999px; background: #f5f1ff; color: #57428d; font-size: 13px; font-weight: 700; }
.sti-instrument-note { margin: 12px 0 0; color: #4d4759; }
.sti-lyrics { margin: 24px 0; border: 1px solid #ded6eb; border-radius: 18px; overflow: hidden; background: #fbfaff; }
.sti-lyrics > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 12px 16px; cursor: pointer; list-style: none; color: #292438; }
.sti-lyrics > summary::-webkit-details-marker { display: none; }
.sti-lyrics > summary > span { display: grid; gap: 2px; }
.sti-lyrics > summary strong { font-size: 18px; }
.sti-lyrics > summary small { font-size: 12px; }
.sti-lyrics > summary b::before { content: "Show"; display: inline-flex; align-items: center; min-height: 32px; padding: 4px 12px; border-radius: 999px; background: #ebe5f8; color: #5d45a8; font-size: 12px; }
.sti-lyrics[open] > summary b::before { content: "Hide"; }
.sti-lyrics > summary:focus-visible { outline: 3px solid #927bed; outline-offset: -3px; }
.sti-lyrics-note { display: block; padding: 0 16px 12px; }
.sti-lyrics-body { display: grid; gap: 16px; padding: 4px 16px 18px; border-top: 1px solid #ebe5f3; }
.studio-track-information .sti-lyric-section { margin: 0; padding-top: 16px; }
.sti-lyric-section h4 { margin: 0 0 8px; }
.sti-lyric-section h4 span { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 11px; border: 1px solid #cdbfeb; border-radius: 999px; background: linear-gradient(105deg, #eee8ff, #f9eafb); color: #57428d; font-size: 12px; font-weight: 800; }
.studio-track-information .sti-lyric-copy { margin: 0; color: #373142; line-height: 1.65; white-space: pre-wrap; }
@media (max-width: 540px) {
  .studio-track-information-dialog > header, .studio-track-information-dialog .sti-dialog-body { padding: 16px; }
  .sti-rights-help > summary { width: 44px; height: 44px; }
}
