:root {
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: #191919;
  color: #f5f5f5;
}

body {
  min-height: 0;
  font-family: Noto Sans, ui-sans-serif, system-ui;
}

#progressBarWrap[hidden],
.sl-playerRow[hidden],
#playButton[hidden],
#currentTimeLabel[hidden],
#durationLabel[hidden],
#playerStatus[hidden],
#blockedTrackNotice[hidden],
#resultPlayButton[hidden] {
  display: none !important;
}

.sl-screen {
  min-height: 100%;
  background: #191919;
  padding-bottom: 6px;
}

.sl-screenFinished {
  padding-bottom: 24px;
}

.sl-screenFinished .sl-boardWrap,
.sl-screenFinished .sl-panel {
  display: none;
}

.sl-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 8px 10px;
  border-bottom: 1px solid #8a8a8a;
}

.sl-topbarGroup {
  display: flex;
  gap: 8px;
}

.sl-topbarGroup:last-child {
  justify-content: flex-end;
}

.sl-brand {
  text-align: center;
  font-family: 'Noto Serif Display', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.sl-iconButton {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2f2f2f;
  background: #171717;
  color: #f8f8f8;
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.sl-iconSvg {
  width: 18px;
  height: 18px;
  display: block;
}

.sl-boardWrap,
.sl-panel,
.sl-resultPanel {
  width: min(100%, 840px);
  margin: 0 auto;
  padding: 0 18px;
}

.sl-boardWrap {
  padding-top: 6px;
}

.sl-metaRow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 6px;
}

.sl-metaText {
  color: #8e8e8e;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.sl-slotList {
  display: grid;
  gap: 5px;
}

.sl-slot {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #8a8a8a;
  background: transparent;
  color: #f2f2f2;
  font-size: 0.86rem;
  border-radius: 0;
}

.sl-slotEmpty {
  color: transparent;
}

.sl-slotWrong {
  background: rgba(120, 18, 18, 0.18);
  border-color: #a04b4b;
}

.sl-slotSkipped {
  background: rgba(135, 94, 11, 0.16);
  border-color: #b28a3d;
}

.sl-slotCorrect {
  background: rgba(20, 118, 43, 0.22);
  border-color: #2ca553;
}

.sl-panel {
  padding-top: 14px;
}

.sl-resultPanel {
  margin-top: 16px;
  padding-bottom: 0;
  text-align: center;
}

.sl-screenFinished .sl-resultPanel {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.sl-resultSongCard {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  width: min(100% - 112px, 640px);
  margin: 0 auto 28px;
  background: linear-gradient(135deg, #63bf24 0%, #57ad1d 100%);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  box-shadow: 0 16px 28px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.12);
  color: #ffffff;
  text-align: left;
}

.sl-resultCover {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.04));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(255,255,255,0.06);
}

.sl-resultCoverLoaded {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.sl-resultSongMeta {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sl-resultSongMeta h2 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

.sl-resultTrackName {
  margin: 0;
  color: rgba(255,255,255,0.96);
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sl-resultSongLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(28, 34, 16, 0.46) 0%, rgba(18, 22, 11, 0.62) 100%);
  color: #ffffff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 18px rgba(28, 34, 16, 0.16), inset 0 1px 0 rgba(255,255,255,0.08), inset 0 -1px 0 rgba(0,0,0,0.14);
  transition: filter 140ms ease, transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.sl-resultSongLink:hover,
.sl-resultSongLink:focus-visible {
  filter: brightness(1.04);
  border-color: rgba(255,255,255,0.24);
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(28, 34, 16, 0.2), inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.16);
}

.sl-finishedSummary {
  width: min(100% - 48px, 560px);
  margin: 0 auto 18px;
}

.sl-resultQuote {
  margin: 0 0 6px;
  color: #8e8e8e;
  font-size: 1.08rem;
  line-height: 1.28;
}

.sl-resultSummary {
  margin: 0 0 10px;
  color: #f3f3f3;
  font-size: 0.93rem;
  line-height: 1.36;
}

.sl-finishedSegmentsWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.sl-finishedPlayerWrap {
  position: relative;
  display: grid;
  gap: 8px;
  width: min(100% - 72px, 792px);
  margin: 0 auto;
  padding: 4px 0 0;
}

.sl-unlimitedLink {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 209, 102, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd55f 0%, #ff9f43 100%);
  color: #1d1407;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(255, 159, 67, 0.22), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: filter 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.sl-unlimitedLink::after {
  content: '→';
  font-size: 0.95rem;
  line-height: 1;
  transform: translateY(-1px);
}

.sl-unlimitedLink:hover,
.sl-unlimitedLink:focus-visible {
  filter: saturate(1.04) brightness(1.02);
  box-shadow: 0 14px 28px rgba(255, 159, 67, 0.28), inset 0 1px 0 rgba(255,255,255,0.34);
  transform: translateY(-2px);
}

.sl-finishedPlaybackRail {
  position: relative;
  width: 100%;
  left: auto;
  transform: none;
  margin-bottom: 0;
  padding-top: 0;
}

.sl-finishedPlaybackRail::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,0.28);
}

.sl-finishedPlaybackRail::before {
  top: -1px;
}

.sl-finishedPlayerTimes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 2px 0 0;
  position: relative;
  left: auto;
  transform: none;
}

.sl-finishedProgressTrack {
  position: relative;
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.14);
}

.sl-finishedProgressFill {
  display: block;
  width: 0;
  height: 100%;
  background: #7ad632;
}

.sl-resultPlayButton {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  justify-self: center;
  width: 56px;
  height: 56px;
  border-width: 2px;
  background: #191919;
  box-shadow: 0 6px 12px rgba(0,0,0,0.18);
  z-index: 2;
}

.sl-progressSegmentsFinished {
  width: 164px;
}

.sl-resultActions {
  justify-content: center;
  margin-bottom: 16px;
}

.sl-shareButton {
  min-width: 116px;
  min-height: 34px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, #63bf24 0%, #57ad1d 100%);
  color: #ffffff;
  border-radius: 10px;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  box-shadow: 0 10px 18px rgba(63, 120, 19, 0.28), inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.14);
}

.sl-nextSongBlock {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.sl-nextSongLabel {
  color: #9a9a9a;
  font-size: 0.84rem;
}

.sl-nextSongCountdown {
  color: #ffffff;
  font-size: 1.16rem;
  letter-spacing: 0.12em;
}

.sl-modalBackdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 74px 16px 16px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(2px);
  pointer-events: auto;
}

.sl-modalBackdrop[hidden] {
  display: none;
}

.sl-modal {
  width: min(100%, 610px);
  position: relative;
  padding: 24px 24px 22px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, #181818 0%, #141414 100%);
  color: #f5f5f5;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.56);
  pointer-events: auto;
}

.sl-modalEyebrow {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: #9ca3af;
}

.sl-modalText {
  margin: 0 auto 18px;
  max-width: 500px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.sl-modalText p {
  margin: 0 0 12px;
}

.sl-modalText p:last-child {
  margin-bottom: 0;
}

.sl-modalAction {
  display: block;
  min-width: 210px;
  margin: 0 auto;
  min-height: 42px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: #2fa8db;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
}

.sl-modalClose {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #6f6f6f;
  font-size: 1.9rem;
  line-height: 1;
}

.sl-statsModal {
  width: min(100%, 540px);
  padding-bottom: 24px;
}

.sl-statsBars {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  margin: 0 auto 24px;
  max-width: 440px;
}

.sl-barGroup {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.sl-barTrack {
  width: 38px;
  height: 136px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.sl-barFill {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 38px;
  padding-top: 7px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  background: #5d5d5d;
  transition: background-color 120ms ease;
}

.sl-barFillMuted {
  background: #5d5d5d;
  color: transparent;
}

.sl-barFillDim {
  background: #5d5d5d;
}

.sl-barFillActive {
  background: #76d036;
}

.sl-barGroupActive .sl-barLabel {
  color: #76d036;
}

.sl-barLabel {
  color: #76d036;
  font-size: 0.88rem;
  font-weight: 700;
}

.sl-statsGrid {
  display: grid;
  gap: 18px;
  justify-content: center;
  text-align: center;
}

.sl-statsGridTop {
  grid-template-columns: repeat(3, minmax(0, 110px));
  margin-bottom: 18px;
}

.sl-statsGridBottom {
  grid-template-columns: repeat(2, minmax(0, 130px));
}

.sl-statCard {
  padding: 4px 0;
}

.sl-statCard strong {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 6px;
}

.sl-statCard span {
  color: #9b9b9b;
  font-size: 0.8rem;
}

.sl-progressBarWrap {
  position: relative;
  margin-bottom: 10px;
  padding-top: 42px;
}

.sl-progressIndicator {
  --sl-progress-indicator-position: 12%;
  position: absolute;
  top: -6px;
  left: var(--sl-progress-indicator-position);
  display: grid;
  justify-items: center;
  gap: 6px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

.sl-progressIndicatorLabel {
  color: #f3f3f3;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0,0,0,0.28);
}

.sl-progressIndicatorArrow {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 16px solid #efefef;
}

.sl-progressPlaybackFill {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 12px;
  background: linear-gradient(90deg, #6fcf2c 0%, #7ddd31 52%, #96ee49 100%);
  border-radius: 6px;
  box-shadow: 0 0 14px rgba(125, 221, 49, 0.18);
  pointer-events: none;
  z-index: 3;
}

.sl-progressSegments {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  z-index: 1;
  background: transparent;
}

.sl-progressSegmentsPreview {
  background: #373a3d;
  border-radius: 6px;
  overflow: hidden;
}

.sl-progressSegmentsPreview .sl-segment,
.sl-progressSegmentsPreview .sl-segmentCurrent,
.sl-progressSegmentsPreview .sl-segmentSkipped,
.sl-progressSegmentsPreview .sl-segmentWrong,
.sl-progressSegmentsPreview .sl-segmentCorrect {
  background: transparent;
}

.sl-segment {
  height: 10px;
  border-left: 1px solid #505050;
  background: transparent;
}

.sl-segment:last-child {
  border-right: 1px solid #505050;
}

.sl-segmentCurrent {
  background: #5e5e5e;
}

.sl-segmentSkipped {
  background: #5d4c18;
}

.sl-segmentWrong {
  background: #5f1f1f;
}

.sl-segmentCorrect {
  background: #0f5924;
}

.sl-playerRow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.sl-timeLabel {
  min-width: 58px;
  font-size: 0.88rem;
  color: #c8c8c8;
}

.sl-finishedPlayerTimes .sl-timeLabel:first-child {
  text-align: left;
}

.sl-timeLabel:last-child {
  text-align: right;
}

.sl-playButton {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: linear-gradient(180deg, rgba(40, 43, 46, 0.96) 0%, rgba(24, 26, 28, 0.98) 100%);
  color: #f5f5f5;
  box-shadow: 0 10px 18px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.08), inset 0 -1px 0 rgba(0,0,0,0.28);
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.sl-playButton:hover,
.sl-playButton:focus-visible {
  border-color: rgba(255,255,255,0.32);
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.26), inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.3);
}

.sl-playGlyph {
  font-size: 1.5rem;
  transform: translateX(2px);
  text-shadow: 0 1px 0 rgba(0,0,0,0.16);
}

.sl-statusLine {
  margin: 0 0 6px;
  text-align: center;
  color: #8f8f8f;
  font-size: 0.72rem;
}

#blockedTrackNotice {
  margin: 10px 0 4px;
  padding: 10px 14px;
  border: 1px solid rgba(99, 191, 36, 0.42);
  border-radius: 12px;
  background: rgba(99, 191, 36, 0.08);
  color: #9fd06f;
  font-size: 0.82rem;
  line-height: 1.45;
}

#blockedTrackNotice strong {
  color: #cbe7ad;
}

#blockedTrackAnswerLink {
  color: #6cc12f;
  font-weight: 700;
  text-decoration-color: rgba(108, 193, 47, 0.7);
}

#blockedTrackAnswerLink:hover {
  color: #dff2cb;
}

.sl-searchWrap,
.sl-actionRow,
.sl-resultActions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sl-searchWrap {
  position: relative;
  margin-top: 6px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #8a8a8a;
  background: transparent;
  overflow: visible;
}

.sl-searchIcon,
.sl-clearButton {
  flex: 0 0 auto;
  color: #f2f2f2;
  font-size: 1.35rem;
}

.sl-searchInput {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 40px;
  background: transparent;
  border: 0;
  color: #f2f2f2;
  font-size: 0.9rem;
  outline: none;
}

.sl-searchInput::placeholder {
  color: #b0b0b0;
}

.sl-clearButton {
  border: 0;
  background: transparent;
  width: auto;
  min-height: auto;
  padding: 0;
}

.sl-suggestionList {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  gap: 6px;
  max-height: 244px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(138,138,138,0.9);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(34,34,34,0.98) 0%, rgba(22,22,22,0.98) 100%);
  box-shadow: 0 18px 34px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.04);
}

.sl-suggestionList[hidden] {
  display: none;
}

.sl-suggestionButton {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  color: #f3f3f3;
  font: inherit;
  font-size: 0.88rem;
  text-align: left;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.sl-suggestionButton:hover,
.sl-suggestionButton:focus-visible,
.sl-suggestionButtonActive {
  border-color: rgba(99,191,36,0.75);
  background: rgba(99,191,36,0.12);
  transform: translateY(-1px);
}

.sl-actionRow {
  justify-content: space-between;
  margin-top: 8px;
}

.sl-actionButton {
  min-width: 146px;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.sl-actionButton:disabled,
.sl-playButton:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.sl-skipButton {
  background: #4f4f4f;
}

.sl-submitButton {
  border-color: rgba(255,255,255,0.1);
  background: linear-gradient(180deg, #63bf24 0%, #57ad1d 100%);
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(63, 120, 19, 0.28), inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(0,0,0,0.14);
}

.sl-submitButton:hover,
.sl-submitButton:focus-visible,
.sl-shareButton:hover,
.sl-shareButton:focus-visible {
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(63, 120, 19, 0.32), inset 0 1px 0 rgba(255,255,255,0.12), inset 0 -1px 0 rgba(0,0,0,0.16);
}

.sl-linkButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #404040;
  color: #ffffff;
}

.sl-widgetHost {
  width: min(100%, 840px);
  margin: 0 auto;
  height: 0;
  overflow: hidden;
}

.sl-widgetFrame {
  width: 100%;
  border: 0;
  background: transparent;
}

.sl-result[hidden] {
  display: none;
}

@media (max-width: 640px) {
  .sl-topbar {
    grid-template-columns: auto 1fr auto;
    width: 100%;
    padding-inline: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sl-brand {
    font-size: 1.45rem;
  }

  .sl-boardWrap,
  .sl-panel,
  .sl-resultPanel {
    padding-inline: 12px;
  }

  .sl-panel {
    padding-top: 12px;
  }

  .sl-progressBarWrap {
    padding-top: 36px;
  }

  .sl-progressIndicatorLabel {
    font-size: 0.82rem;
  }

  .sl-progressIndicatorArrow {
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 14px;
  }

  .sl-resultSongCard {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 11px;
    width: min(100% - 20px, 520px);
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .sl-resultCover {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .sl-resultSongLink {
    grid-column: 1 / -1;
    justify-self: end;
    padding: 7px 10px;
    font-size: 0.64rem;
  }

  .sl-resultSummary {
    font-size: 0.92rem;
  }

  .sl-finishedPlayerWrap {
    width: min(100% - 24px, 640px);
    margin: 0 auto;
    padding: 2px 0 0;
  }

  .sl-finishedPlayerTimes {
    gap: 12px;
  }

  .sl-unlimitedLink {
    min-height: 34px;
    padding: 0 13px;
    font-size: 0.66rem;
    gap: 6px;
  }

  .sl-resultQuote {
    font-size: 1rem;
  }

  .sl-resultPlayButton {
    width: 48px;
    height: 48px;
    border-width: 2px;
  }

  .sl-finishedPlaybackRail {
    margin-bottom: 0;
  }

  .sl-finishedPlayerTimes {
    padding: 12px 0 0;
  }

  .sl-timeLabel {
    min-width: 44px;
    font-size: 0.82rem;
  }

  .sl-nextSongCountdown {
    font-size: 1.28rem;
  }

  .sl-modalBackdrop {
    padding-top: 58px;
  }

  .sl-modal {
    padding: 22px 16px 20px;
  }

  .sl-statsModal {
    width: min(100%, 460px);
    padding-bottom: 16px;
  }

  .sl-statsBars {
    gap: 8px;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .sl-barTrack,
  .sl-barFill {
    width: 28px;
  }

  .sl-barTrack {
    height: 98px;
  }

  .sl-statsGridTop {
    grid-template-columns: repeat(3, minmax(0, 80px));
    gap: 8px;
  }

  .sl-statsGridBottom {
    grid-template-columns: repeat(2, minmax(0, 98px));
    gap: 8px;
  }

  .sl-statCard strong {
    font-size: 1.3rem;
  }

  .sl-statCard span {
    font-size: 0.75rem;
  }

  .sl-modalText {
    font-size: 0.94rem;
  }

  .sl-modalClose {
    top: 10px;
    right: 6px;
    width: 30px;
    height: 30px;
  }

  .sl-playerRow {
    margin-bottom: 5px;
  }

  .sl-playButton {
    width: 48px;
    height: 48px;
  }

  .sl-actionButton {
    min-width: 0;
    flex: 1 1 0;
  }
}