.urmurl-player-host {
  --ulp-orange: #ff6500;
  --ulp-orange-soft: rgba(255, 101, 0, 0.16);
  --ulp-ink: #050505;
  --ulp-surface: #0a0a0a;
  --ulp-line: #282828;
  --ulp-muted: #aaa7a2;
  --ulp-muted-2: #6e6b68;
  --ulp-success: #6ee7a2;
  width: 100%;
  min-width: 0;
  color: #f5f2ed;
  background: #050505;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

.urmurl-player-host *,
.urmurl-player-host *::before,
.urmurl-player-host *::after {
  box-sizing: border-box;
}

.urmurl-player-host button,
.urmurl-player-host input {
  font: inherit;
}

.urmurl-player-host button {
  margin: 0;
  color: inherit;
  text-transform: none;
}

.urmurl-player-host button:not(:disabled) {
  cursor: pointer;
}

.urmurl-player-host button:focus-visible,
.urmurl-player-host input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.urmurl-player,
.ulp-ui {
  width: 100%;
  min-width: 0;
}

.urmurl-player {
  position: relative;
}

.ulp-audio {
  display: none;
}

.ulp-shell {
  position: relative;
  isolation: isolate;
  width: min(100%, 390px);
  height: min(844px, calc(100dvh - 24px));
  min-height: 640px;
  margin-inline: auto;
  overflow: hidden;
  color: #f5f2ed;
  background: var(--ulp-ink);
  border: 1px solid #242424;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.56);
}

.ulp-scroll {
  height: 100%;
  padding: 0 20px 124px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.ulp-scroll::-webkit-scrollbar {
  display: none;
}

.ulp-header {
  position: sticky;
  z-index: 4;
  top: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ulp-wordmark {
  display: block;
  width: 138px;
  max-width: 48%;
  height: auto;
}

.ulp-icon-button {
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #363636;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.ulp-icon-button:hover:not(:disabled) {
  color: var(--ulp-orange);
  background: transparent;
  border-color: var(--ulp-orange);
}

.ulp-icon-button:active:not(:disabled) {
  transform: scale(0.96);
}

.ulp-icon-button:disabled {
  opacity: 0.28;
}

.ulp-icon-button .dashicons {
  width: auto;
  height: auto;
  font-size: 25px;
}

.ulp-welcome {
  padding: 12px 0 18px;
}

.ulp-welcome h1,
.ulp-journey h2,
.ulp-styles-preview h2,
.ulp-sheet h2,
.ulp-expanded-copy h2,
.ulp-driving-copy h2,
.ulp-state-message h2 {
  margin: 0;
  color: #f5f2ed;
  letter-spacing: -0.045em;
}

.ulp-welcome h1 {
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
}

.ulp-welcome p {
  margin: 7px 0 0;
  color: var(--ulp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ulp-eyebrow {
  margin: 0 0 7px;
  color: var(--ulp-orange);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ulp-selector-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 0 18px;
  border-bottom: 1px solid var(--ulp-line);
}

.ulp-selector-button {
  min-width: 0;
  min-height: 78px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--ulp-line);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.ulp-selector-button:hover {
  color: inherit;
  background: transparent;
}

.ulp-selector-button:first-child {
  padding-left: 0;
}

.ulp-selector-button:last-child {
  padding-right: 0;
  border-right: 0;
}

.ulp-selector-label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ulp-muted);
  font-size: 10px;
  font-weight: 700;
}

.ulp-selector-number {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ulp-orange);
  border-radius: 50%;
  color: var(--ulp-orange);
  font-size: 11px;
}

.ulp-selector-value {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.ulp-selector-value .dashicons {
  flex: 0 0 auto;
  color: var(--ulp-orange);
  font-size: 18px;
}

.ulp-journey {
  padding: 20px 0 4px;
}

.ulp-journey-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.ulp-journey h2 {
  max-width: 250px;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
}

.ulp-level-pill {
  flex: 0 0 auto;
  max-width: 112px;
  padding: 8px 10px;
  overflow: hidden;
  color: var(--ulp-orange);
  border: 1px solid var(--ulp-orange);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ulp-availability {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ulp-muted);
  font-size: 11px;
}

.ulp-availability img {
  width: 24px;
  height: 15px;
  object-fit: cover;
}

.ulp-planned-count {
  margin-left: auto;
  color: var(--ulp-muted-2);
}

.ulp-journey-progress {
  position: relative;
  height: 28px;
  margin: 2px 0 8px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
}

.ulp-journey-progress::before {
  content: "";
  position: absolute;
  right: 6px;
  left: 6px;
  height: 2px;
  background: #252525;
}

.ulp-journey-node {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  justify-self: center;
  background: var(--ulp-ink);
  border: 2px solid #4b4b4b;
  border-radius: 50%;
}

.ulp-journey-node.is-available {
  width: 15px;
  height: 15px;
  background: var(--ulp-orange);
  border-color: var(--ulp-orange);
  box-shadow: 0 0 16px rgba(255, 101, 0, 0.45);
}

.ulp-journey-node.is-done {
  background: var(--ulp-success);
  border-color: var(--ulp-success);
  box-shadow: 0 0 12px rgba(110, 231, 162, 0.3);
}

.ulp-primary-action {
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 12px;
  color: #080808;
  background: var(--ulp-orange);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(255, 101, 0, 0.17);
  font-size: 16px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.ulp-primary-action:hover {
  color: #080808;
  background: #ff741d;
}

.ulp-primary-action:active {
  transform: scale(0.985);
}

.ulp-primary-action .dashicons {
  width: auto;
  height: auto;
  font-size: 26px;
}

.ulp-lesson-list {
  margin-top: 12px;
  border-top: 1px solid var(--ulp-line);
}

.ulp-lesson-row {
  width: 100%;
  min-height: 68px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 34px 22px 1fr auto;
  align-items: center;
  gap: 7px;
  color: #f5f2ed;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ulp-line);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.ulp-lesson-row:hover:not(:disabled) {
  color: var(--ulp-orange);
  background: transparent;
}

.ulp-lesson-row.is-current {
  color: var(--ulp-orange);
}

.ulp-lesson-row.is-done {
  color: var(--ulp-success);
}

.ulp-lesson-row.is-locked {
  color: var(--ulp-muted-2);
}

.ulp-lesson-status {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.ulp-active-dot {
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 50%;
}

.ulp-lesson-number {
  font-size: 14px;
  font-weight: 800;
}

.ulp-lesson-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ulp-lesson-copy strong {
  overflow: hidden;
  color: currentColor;
  font-size: 14px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ulp-lesson-copy small {
  overflow: hidden;
  color: var(--ulp-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ulp-lesson-row.is-locked .ulp-lesson-copy small {
  color: var(--ulp-muted-2);
}

.ulp-soon {
  color: var(--ulp-muted-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ulp-planned-summary {
  width: 100%;
  min-height: 48px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--ulp-muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
}

.ulp-planned-summary:hover {
  color: var(--ulp-orange);
  background: transparent;
}

.ulp-styles-preview {
  padding: 30px 0 10px;
}

.ulp-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.ulp-section-title h2 {
  font-size: 20px;
}

.ulp-section-title > button {
  min-height: 44px;
  padding: 0;
  color: var(--ulp-orange);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

.ulp-style-chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ulp-style-chips button {
  min-height: 42px;
  padding: 0 13px;
  color: var(--ulp-muted);
  background: transparent;
  border: 1px solid var(--ulp-line);
  border-radius: 999px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
}

.ulp-style-chips button:hover,
.ulp-style-chips button.is-selected {
  color: var(--ulp-orange);
  background: var(--ulp-orange-soft);
  border-color: var(--ulp-orange);
}

.ulp-mini-player {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  height: 94px;
  padding: 10px 14px 15px 18px;
  display: grid;
  grid-template-columns: 1fr 48px 44px;
  align-items: center;
  gap: 5px;
  background: #0d0d0d;
  border-top: 1px solid var(--ulp-orange);
  box-shadow: 0 -16px 38px rgba(0, 0, 0, 0.68);
}

.ulp-mini-copy {
  min-width: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: left;
}

.ulp-mini-copy:hover {
  color: inherit;
  background: transparent;
}

.ulp-mini-copy > img {
  width: 34px;
  height: 25px;
  flex: 0 0 auto;
  object-fit: cover;
}

.ulp-mini-copy span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ulp-mini-copy strong,
.ulp-mini-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ulp-mini-copy strong {
  color: #fff;
  font-size: 13px;
}

.ulp-mini-copy small {
  color: var(--ulp-muted);
  font-size: 9px;
}

.ulp-mini-player .ulp-icon-button {
  width: 44px;
  height: 44px;
  border: 0;
}

.ulp-mini-player .ulp-mini-play {
  width: 48px;
  height: 48px;
  color: #fff;
  border: 1px solid var(--ulp-orange);
  box-shadow: 0 0 20px rgba(255, 101, 0, 0.22);
}

.ulp-mini-progress {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: #292929;
}

.ulp-mini-progress span,
.ulp-driving-progress span {
  display: block;
  height: 100%;
  background: var(--ulp-orange);
}

.ulp-sheet-layer {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(6px);
}

.ulp-sheet {
  width: 100%;
  max-height: 78%;
  padding: 8px 20px 26px;
  overflow-y: auto;
  background: #101010;
  border-top: 1px solid #343434;
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.72);
  animation: ulp-slide-up 180ms ease-out;
}

@keyframes ulp-slide-up {
  from { transform: translateY(22px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.ulp-sheet-handle {
  width: 44px;
  height: 4px;
  margin: 2px auto 17px;
  background: #555;
  border-radius: 999px;
}

.ulp-sheet-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.ulp-sheet h2 {
  max-width: 280px;
  font-size: 24px;
  line-height: 1.15;
}

.ulp-sheet-helper {
  max-width: 320px;
  margin: 10px 0 18px;
  color: var(--ulp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ulp-option-list,
.ulp-compact-plan {
  border-top: 1px solid var(--ulp-line);
}

.ulp-option-list > button,
.ulp-menu-actions > button {
  width: 100%;
  min-height: 70px;
  padding: 11px 2px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 9px;
  color: #f5f2ed;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ulp-line);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.ulp-option-list > button:hover:not(:disabled),
.ulp-menu-actions > button:hover {
  color: var(--ulp-orange);
  background: transparent;
}

.ulp-option-list > button:disabled {
  color: var(--ulp-muted-2);
}

.ulp-option-list > button.is-active {
  color: var(--ulp-orange);
}

.ulp-option-list > button > span:nth-child(2),
.ulp-menu-actions > button > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ulp-option-list strong,
.ulp-menu-actions strong {
  font-size: 13px;
}

.ulp-option-list small,
.ulp-menu-actions small {
  color: var(--ulp-muted);
  font-size: 10px;
  line-height: 1.4;
}

.ulp-option-icon {
  display: grid;
  place-items: center;
}

.ulp-compact-plan > div {
  min-height: 57px;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  color: var(--ulp-muted-2);
  border-bottom: 1px solid var(--ulp-line);
}

.ulp-compact-plan > div.is-available {
  color: var(--ulp-orange);
}

.ulp-compact-plan p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ulp-compact-plan strong {
  font-size: 12px;
}

.ulp-compact-plan small {
  color: var(--ulp-muted);
  font-size: 9px;
}

.ulp-menu-actions > button {
  min-height: 80px;
}

.ulp-expanded-player,
.ulp-driving-mode {
  position: absolute;
  z-index: 30;
  inset: 0;
  color: #f5f2ed;
  background: #070707;
  animation: ulp-slide-up 180ms ease-out;
}

.ulp-expanded-player {
  padding: 16px 22px 24px;
  display: flex;
  flex-direction: column;
}

.ulp-expanded-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--ulp-muted);
  font-size: 11px;
  font-weight: 700;
}

.ulp-expanded-topbar > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ulp-expanded-topbar .ulp-icon-button {
  border: 0;
}

.ulp-expanded-art {
  height: 252px;
  margin: 28px 0 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #080808;
  border-block: 1px solid #1b1b1b;
}

.ulp-expanded-art img {
  display: block;
  width: 115%;
  max-width: none;
}

.ulp-expanded-copy h2 {
  font-size: 32px;
  line-height: 1.1;
}

.ulp-expanded-copy > p:last-child {
  margin: 6px 0 0;
  color: var(--ulp-muted);
  font-size: 13px;
}

.ulp-range-wrap {
  margin-top: 24px;
}

.ulp-range-wrap input {
  width: 100%;
  accent-color: var(--ulp-orange);
}

.ulp-time-row {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  color: var(--ulp-muted);
  font-size: 10px;
}

.ulp-expanded-controls {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
}

.ulp-expanded-controls .ulp-icon-button {
  width: 50px;
  height: 50px;
  border: 0;
}

.ulp-expanded-controls .ulp-hero-play {
  width: 72px;
  height: 72px;
  color: #fff;
  border: 2px solid var(--ulp-orange);
  box-shadow: 0 0 30px rgba(255, 101, 0, 0.24);
}

.ulp-complete-toggle {
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--ulp-muted);
  background: transparent;
  border: 1px solid #363636;
  border-radius: 16px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

.ulp-complete-toggle:hover,
.ulp-complete-toggle.is-done {
  color: var(--ulp-success);
  background: rgba(110, 231, 162, 0.08);
  border-color: var(--ulp-success);
}

.ulp-driving-mode {
  padding: 23px 22px 30px;
  display: flex;
  flex-direction: column;
}

.ulp-driving-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ulp-driving-header > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ulp-orange);
  font-size: 13px;
  font-weight: 800;
}

.ulp-driving-header > button {
  min-height: 48px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #3c3c3c;
  border-radius: 999px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
}

.ulp-driving-copy {
  margin-top: 105px;
  text-align: center;
}

.ulp-driving-copy p {
  margin: 0 0 10px;
  color: var(--ulp-muted);
  font-size: 12px;
}

.ulp-driving-copy h2 {
  font-size: 39px;
  line-height: 1.05;
}

.ulp-driving-copy > span {
  display: block;
  margin-top: 10px;
  color: var(--ulp-orange);
  font-size: 13px;
  font-weight: 700;
}

.ulp-driving-progress {
  height: 7px;
  margin-top: 75px;
  overflow: hidden;
  background: #2b2b2b;
  border-radius: 999px;
}

.ulp-driving-time {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  color: var(--ulp-muted);
  font-size: 12px;
}

.ulp-driving-controls {
  margin-top: 53px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  justify-items: center;
}

.ulp-driving-controls .ulp-icon-button {
  width: 74px;
  height: 74px;
}

.ulp-driving-controls .ulp-drive-play {
  width: 124px;
  height: 124px;
  color: #fff;
  border: 3px solid var(--ulp-orange);
  box-shadow: 0 0 38px rgba(255, 101, 0, 0.22);
}

.ulp-driving-controls .dashicons {
  font-size: 42px;
}

.ulp-driving-controls .ulp-drive-play .dashicons {
  font-size: 58px;
}

.ulp-driving-note {
  max-width: 260px;
  margin: auto auto 0;
  color: var(--ulp-muted-2);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.ulp-loading,
.ulp-state-message {
  width: min(100%, 390px);
  min-height: 480px;
  margin-inline: auto;
  padding: 42px 28px;
  display: grid;
  place-content: center;
  justify-items: center;
  color: #f5f2ed;
  background: #050505;
  border: 1px solid #242424;
  text-align: center;
}

.ulp-loading p,
.ulp-state-message p {
  color: var(--ulp-muted);
  font-size: 13px;
}

.ulp-loading-mark {
  width: 38px;
  height: 38px;
  border: 3px solid #333;
  border-top-color: var(--ulp-orange);
  border-radius: 50%;
  animation: ulp-spin 900ms linear infinite;
}

@keyframes ulp-spin {
  to { transform: rotate(360deg); }
}

.ulp-state-message > img {
  width: 170px;
  margin-bottom: 30px;
}

.ulp-state-message > .dashicons {
  width: auto;
  height: auto;
  margin-bottom: 18px;
  color: var(--ulp-orange);
  font-size: 40px;
}

.ulp-state-message h2 {
  font-size: 24px;
}

.ulp-state-message small {
  max-width: 310px;
  color: var(--ulp-muted-2);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.ulp-notice {
  position: absolute;
  z-index: 60;
  right: 14px;
  bottom: 108px;
  left: 14px;
  padding: 12px 14px;
  color: #fff;
  background: #252525;
  border-left: 3px solid var(--ulp-orange);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.ulp-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ulp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 420px) {
  .ulp-shell {
    width: 100%;
    height: 100dvh;
    min-height: 600px;
    border-inline: 0;
  }

  .ulp-driving-copy {
    margin-top: 72px;
  }

  .ulp-driving-progress {
    margin-top: 58px;
  }
}

@media (max-height: 720px) {
  .ulp-expanded-art {
    height: 180px;
    margin-block: 18px 14px;
  }

  .ulp-driving-copy {
    margin-top: 55px;
  }

  .ulp-driving-progress {
    margin-top: 42px;
  }

  .ulp-driving-controls {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .urmurl-player-host *,
  .urmurl-player-host *::before,
  .urmurl-player-host *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* v0.2 player controls */
.ulp-journey-node {
  min-width: 0;
  min-height: 0;
  padding: 0;
  appearance: none;
  box-shadow: none;
  line-height: 1;
}

.ulp-journey-node:disabled {
  cursor: default;
  opacity: 1;
}

.ulp-journey-node.is-available {
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, outline-color 150ms ease;
}

.ulp-journey-node.is-available:hover {
  transform: scale(1.28);
  box-shadow: 0 0 22px rgba(255, 101, 0, 0.72);
}

.ulp-journey-node.is-current {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}

.ulp-journey-node.is-done.is-current {
  outline-color: var(--ulp-success);
}

.ulp-compact-plan > button {
  width: 100%;
  min-height: 57px;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  color: var(--ulp-orange);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ulp-line);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.ulp-compact-plan > button:hover {
  color: #fff;
  background: rgba(255, 101, 0, 0.1);
}

.ulp-expanded-art {
  background: radial-gradient(circle at center, rgba(255, 101, 0, 0.12), transparent 56%), #080808;
}

.ulp-expanded-art img {
  width: min(72%, 250px);
  max-width: 250px;
  height: auto;
  filter: drop-shadow(0 0 25px rgba(255, 101, 0, 0.14));
}

.ulp-expanded-controls .ulp-icon-button.ulp-control-button {
  position: relative;
  width: 54px;
  height: 54px;
  color: #fff;
  background: linear-gradient(145deg, #181818, #0a0a0a);
  border: 1px solid #454545;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.05);
}

.ulp-expanded-controls .ulp-icon-button.ulp-control-button:hover:not(:disabled),
.ulp-expanded-controls .ulp-icon-button.ulp-control-button.is-active {
  color: var(--ulp-orange);
  background: var(--ulp-orange-soft);
  border-color: var(--ulp-orange);
  box-shadow: 0 0 22px rgba(255, 101, 0, 0.22);
}

.ulp-expanded-controls .ulp-hero-play {
  color: #080808;
  background: var(--ulp-orange);
  border-color: var(--ulp-orange);
  box-shadow: 0 0 0 5px rgba(255, 101, 0, 0.12), 0 12px 32px rgba(255, 101, 0, 0.34);
}

.ulp-expanded-controls .ulp-hero-play:hover {
  color: #080808;
  background: #ff7a21;
  transform: scale(1.04);
}

.ulp-skip-amount {
  position: absolute;
  right: 9px;
  bottom: 8px;
  min-width: 15px;
  color: currentColor;
  font-size: 8px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.ulp-volume-panel {
  min-height: 58px;
  margin-top: 14px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  background: #101010;
  border: 1px solid #343434;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
  animation: ulp-volume-in 150ms ease-out;
}

@keyframes ulp-volume-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.ulp-volume-panel .ulp-icon-button {
  width: 40px;
  height: 40px;
  color: var(--ulp-orange);
  border-color: #454545;
}

.ulp-volume-panel label,
.ulp-volume-panel input {
  width: 100%;
}

.ulp-volume-panel input {
  accent-color: var(--ulp-orange);
}

.ulp-volume-panel output {
  color: var(--ulp-muted);
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.ulp-complete-toggle.is-done:hover {
  color: #07170e;
  background: var(--ulp-success);
}

@media (max-width: 360px) {
  .ulp-expanded-controls .ulp-icon-button.ulp-control-button {
    width: 48px;
    height: 48px;
  }

  .ulp-expanded-controls .ulp-hero-play {
    width: 66px;
    height: 66px;
  }
}