body.nsr-ytrp-focus-page {
  background: #000;
}

.nsr-ytrp-player-wrap {
  min-height: 100vh;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #000;
  box-shadow: none;
}

.nsr-ytrp-player-stage {
  position: relative;
}

.nsr-ytrp-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: min(56.25vw, 100vh - 190px);
  max-height: calc(100vh - 190px);
  background: #111;
  border-radius: 0;
  overflow: hidden;
}


.nsr-ytrp-fullscreen-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 8;
  min-height: 40px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.nsr-ytrp-fullscreen-button.is-hidden {
  display: none;
}

.nsr-ytrp-intro {
  position: absolute;
  inset: 0;
  z-index: 6;
  background: #050505;
}

.nsr-ytrp-intro.is-hidden {
  display: none;
}

.nsr-ytrp-intro-screen {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 45%),
    #050505;
}

.nsr-ytrp-intro-screen.is-hidden {
  display: none;
}

.nsr-ytrp-intro-profile-card,
.nsr-ytrp-intro-sponsor-card {
  width: min(1100px, 100%);
  min-height: min(46vw, 78vh);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.nsr-ytrp-intro-profile-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: clamp(22px, 3vw, 42px);
}

.nsr-ytrp-intro-avatar-wrap {
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.nsr-ytrp-intro-avatar-wrap.is-hidden {
  display: none;
}

.nsr-ytrp-intro-avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nsr-ytrp-intro-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nsr-ytrp-intro-name {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
}

.nsr-ytrp-intro-stage-line {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 600;
}

.nsr-ytrp-intro-fields {
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 16px;
}

.nsr-ytrp-intro-fields dt {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
}

.nsr-ytrp-intro-fields dd {
  margin: 0;
  color: #fff;
}

.nsr-ytrp-intro-sponsor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(22px, 3vw, 42px);
}

.nsr-ytrp-intro-sponsor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.nsr-ytrp-intro-sponsor-link.is-disabled {
  cursor: default;
}

.nsr-ytrp-intro-sponsor {
  display: block;
  width: min(70vw, 820px);
  max-width: 100%;
  max-height: min(38vw, 42vh);
  object-fit: contain;
}

.nsr-ytrp-intro-sponsor-stats {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.nsr-ytrp-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  background: #050505;
}

.nsr-ytrp-player-stage + .nsr-ytrp-buttons {
  margin-top: 0;
}

.nsr-ytrp-filter {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nsr-ytrp-filter label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
}

.nsr-ytrp-select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: #111;
  color: #fff;
}

.nsr-ytrp-buttons {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background: #000;
}

.nsr-ytrp-run-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: min(100%, 320px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.nsr-ytrp-run-card.is-current {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.nsr-ytrp-run-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.nsr-ytrp-share-trigger {
  appearance: none;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.nsr-ytrp-share-trigger:hover,
.nsr-ytrp-share-trigger:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.42);
}

.nsr-ytrp-share-trigger:active {
  transform: translateY(1px);
}

.nsr-ytrp-share-trigger.is-copied {
  background: rgba(57, 181, 74, 0.22);
  border-color: rgba(57, 181, 74, 0.7);
}

.nsr-ytrp-share-trigger.is-error {
  background: rgba(220, 38, 38, 0.22);
  border-color: rgba(248, 113, 113, 0.7);
}

.nsr-ytrp-share-trigger-icon {
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.nsr-ytrp-share-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.nsr-ytrp-share-overlay.is-hidden {
  display: none;
}

.nsr-ytrp-share-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.nsr-ytrp-share-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #090909;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  padding: 18px;
}

.nsr-ytrp-share-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.nsr-ytrp-share-story {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 9 / 16;
  background: #0f0f0f;
}

.nsr-ytrp-share-story-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: blur(18px) saturate(1.08);
  transform: scale(1.12);
  opacity: 0.82;
}

.nsr-ytrp-share-story-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0.78));
}

.nsr-ytrp-share-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nsr-ytrp-share-brand-logo-wrap {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 18px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
}

.nsr-ytrp-share-brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.nsr-ytrp-share-brand-fallback {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nsr-ytrp-share-brand-logo.is-hidden,
.nsr-ytrp-share-brand-fallback.is-hidden {
  display: none;
}

.nsr-ytrp-share-event {
  color: #fff;
  font-size: clamp(18px, 2.8vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

.nsr-ytrp-share-video-card {
  position: relative;
  width: min(100%, 320px);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  max-height: 48%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 16px 60px rgba(0,0,0,0.35);
}

.nsr-ytrp-share-video-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nsr-ytrp-share-video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.25));
}

.nsr-ytrp-share-athlete {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.nsr-ytrp-share-athlete-photo-wrap {
  width: 92px;
  height: 92px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.14);
}

.nsr-ytrp-share-athlete-photo-wrap.is-hidden {
  display: none;
}

.nsr-ytrp-share-athlete-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nsr-ytrp-share-athlete-name {
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

.nsr-ytrp-share-athlete-stage {
  margin-top: 6px;
  color: rgba(255,255,255,0.9);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
}

.nsr-ytrp-share-link-area {
  margin-top: 14px;
}

.nsr-ytrp-share-link-label {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nsr-ytrp-share-link-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.nsr-ytrp-share-link-input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: #fff;
}

.nsr-ytrp-share-copy-button {
  appearance: none;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.nsr-ytrp-share-copy-button.is-copied {
  background: #c9ffd9;
}

.nsr-ytrp-share-copy-button.is-error {
  background: #ffd1d1;
}

body.nsr-ytrp-overlay-open {
  overflow: hidden;
}

.nsr-ytrp-run-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nsr-ytrp-run-action-button {
  appearance: none;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.nsr-ytrp-run-action-button.is-copied {
  border-color: rgba(61, 219, 122, 0.65);
  color: #c9ffd9;
}

.nsr-ytrp-run-action-button.is-error {
  border-color: rgba(255, 102, 102, 0.65);
  color: #ffd1d1;
}

.nsr-ytrp-play-button {
  flex: 1 1 auto;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #111;
  color: #fff;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.nsr-ytrp-play-button:hover,
.nsr-ytrp-play-button:focus {
  background: #1d1d1d;
  border-color: rgba(255, 255, 255, 0.45);
}

.nsr-ytrp-play-button:active {
  transform: translateY(1px);
}

.nsr-ytrp-empty {
  color: rgba(255, 255, 255, 0.74);
  padding: 10px 0;
}

.nsr-ytrp-error {
  margin: 16px;
  padding: 12px 14px;
  border: 1px solid #dc3232;
  background: #fff5f5;
  color: #8a1f1f;
  border-radius: 8px;
}

@media (max-width: 980px) {
  .nsr-ytrp-intro-profile-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .nsr-ytrp-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nsr-ytrp-player {
    min-height: 52vw;
  }

  .nsr-ytrp-buttons,
  .nsr-ytrp-controls,
  .nsr-ytrp-intro-screen {
    padding: 12px;
  }

  .nsr-ytrp-play-button {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
  }

  .nsr-ytrp-run-card {
    width: 100%;
    min-width: 0;
    padding: 10px;
    border-radius: 14px;
  }

  .nsr-ytrp-run-row {
    gap: 8px;
  }

  .nsr-ytrp-share-trigger {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 12px;
  }

  .nsr-ytrp-share-dialog {
    width: min(100%, 420px);
    padding: 14px;
  }

  .nsr-ytrp-share-story-inner {
    padding: 16px;
  }

  .nsr-ytrp-share-brand-logo-wrap {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 16px;
  }

  .nsr-ytrp-share-athlete-photo-wrap {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .nsr-ytrp-share-link-row {
    grid-template-columns: 1fr;
  }

  .nsr-ytrp-intro-profile-card {
    grid-template-columns: minmax(88px, 110px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: auto;
  }

  .nsr-ytrp-intro-avatar-wrap {
    border-radius: 18px;
  }

  .nsr-ytrp-intro-kicker {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .nsr-ytrp-intro-name {
    font-size: 22px;
    line-height: 1.05;
  }

  .nsr-ytrp-intro-stage-line {
    margin-top: 8px;
    font-size: 14px;
  }

  .nsr-ytrp-intro-fields {
    margin-top: 14px;
    gap: 6px 10px;
    font-size: 13px;
  }

  .nsr-ytrp-intro-fields dt,
  .nsr-ytrp-intro-fields dd {
    font-size: 13px;
    line-height: 1.25;
  }

  .nsr-ytrp-intro-field--erfolge,
  .nsr-ytrp-intro-field--good-to-know {
    display: none;
  }

  .nsr-ytrp-intro-profile-card,
  .nsr-ytrp-intro-sponsor-card {
    min-height: min(60vw, 68vh);
    padding: 14px;
    border-radius: 18px;
  }
}

.nsr-ytrp-compare-wrap {
  min-height: 100vh;
  background: #000;
}

.nsr-ytrp-compare-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  background: #050505;
}

.nsr-ytrp-compare-action-wrap {
  justify-content: flex-end;
}

.nsr-ytrp-compare-start-button {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 12px;
  background: #d1006f;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.nsr-ytrp-compare-start-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.nsr-ytrp-compare-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 12px 12px;
  background: #000;
}

.nsr-ytrp-compare-panel {
  background: #050505;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.nsr-ytrp-compare-panel-head {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.nsr-ytrp-compare-panel-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nsr-ytrp-compare-player {
  min-height: min(28vw, 46vh);
  max-height: 46vh;
}

@media (max-width: 1080px) {
  .nsr-ytrp-compare-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nsr-ytrp-compare-controls,
  .nsr-ytrp-compare-stage {
    grid-template-columns: 1fr;
  }

  .nsr-ytrp-compare-stage {
    padding: 0 12px 12px;
  }

  .nsr-ytrp-compare-player {
    min-height: 52vw;
    max-height: none;
  }
}
