:root {
  --metal-top1: #f3f4f6;
  --metal-top2: #bfc3c9;
  --metal-edge: #6d727c;
  --metal-dark: #3c3f46;
  --blue-1: #6e93d0;
  /* highlight */
  --blue-2: #3962ab;
  /* mid */
  --blue-3: #254b8c;
  /* deep */
  --blue-4: #1b3573;
  /* edge */
  --panel-shadow: rgba(0, 0, 0, .45);
  --panel-inner: rgba(255, 255, 255, .35);
  --display-bg: #000;
  --display-text: #0aff0a;
  /* limey-green */
  --seek-track-dk: #1f2f57;
  --seek-track-lt: #34569f;
  --seek-thumb: #cfd9ea;
  --seek-thumb-edge: #7b889b;
  --vol-green: #59d257;
  --vol-green-2: #98e78f;
}

/* Playground root */
.wmp8 {
  box-sizing: border-box;
  position: relative;
  width: 1012px;
  height: 90px;
  margin: 0 auto;
}

/* Outer chrome (silver top/btm) */
.wmp8 .wmp8-shell {
  position: absolute;
  inset: 0;
  background: linear-gradient(#e7e8ec, #c8ccd3 72%, #b3b7c0);
  overflow: hidden;
}

/* === TOP BLACK DISPLAY BAR === */
.wmp8 .wmp8-top {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  height: 22px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(#9ba2ad, #767c86);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, .55) inset, 0 -1px 0 0 rgba(0, 0, 0, .25) inset;
}

.wmp8 .wmp8-top-inner {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #000;
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: var(--display-text);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .2px;
}

.wmp8 .wmp8-status {
  color: var(--display-text);
}

.wmp8 .wmp8-time {
  color: var(--display-text);
}

/* === BOTTOM CONTROL REGION === */
.wmp8 .wmp8-bottom {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 24px;
  bottom: 2px;
  display: grid;
  grid-template-columns: 520px 1fr;
}

/* LEFT BLUE POD (curved) */
.wmp8 .wmp8-leftpod {
  position: relative;
  border-radius: 9px 0 32px 28px;
  background: linear-gradient(180deg, var(--blue-1), var(--blue-2) 55%, var(--blue-3));
  border: 1px solid var(--blue-4);
  box-shadow: inset 0 1px 3px var(--panel-inner), inset 0 -2px 4px rgba(0, 0, 0, .35), 0 1px 0 rgba(255, 255, 255, .35);
  overflow: hidden;
}

/* little notch to the right (like the screenshot dip) */
.wmp8 .wmp8-leftpod::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  background:
    radial-gradient(120% 120% at 30% 30%, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #7aa1dc, #3b63ac 55%, #224b8b);
  border: 1px solid var(--blue-4);
  border-left: 0;
  border-radius: 14px;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .2));
}

/* mini seek track (upper row inside left pod) */
.wmp8 .wmp8-mini-seek {
  position: absolute;
  left: 100px;
  right: 52px;
  top: 9px;
  height: 12px;
  width: 385px;
}

.wmp8 .wmp8-mini-seek .track {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #6f8fc9, #3c61ac 60%, #274b8f);
  border: 1px solid #27407d;
  border-radius: 7px;
  box-shadow: inset 0 -1px 0 rgb(127 127 127 / 45%), inset 0 1px 0 rgba(0, 0, 0, .35);
}

.wmp8 .wmp8-mini-seek .track2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #39d53c, #43d745 60%, #5fd665);
  border-radius: 7px;
  width: 240px;
  height: 6px;
  top: 3px;
  left: 3px;
}

.wmp8 .wmp8-mini-seek .thumb {
  position: absolute;
  top: -2px;
  left: 60%;
  width: 13px;
  height: 13px;
  background: linear-gradient(#e9eef7, #85898f);
  border: 1px solid var(--seek-thumb-edge);
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0px 5px 4px rgb(0 0 0 / 50%);
}

/* button row */
.wmp8 .wmp8-buttons {
  position: absolute;
  left: 10px;
  bottom: 8px;
  display: flex;
  gap: 6px;
  align-items: center;
}

/* Circular chrome button */
.wmp8 .btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: radial-gradient(120% 120% at 30% 30%, rgba(255, 255, 255, .65), rgba(255, 255, 255, 0) 50%), radial-gradient(120% 120% at 70% 70%, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 55%), linear-gradient(180deg, #dbe5f8, #cfdeff 80%, #7788ae);
  margin: 0;
  padding: 0;
  border: 0;
  border: 1px solid #1b3573;
  box-shadow: inset -1px -2px 7px 0px rgb(13 32 78 / 81%), inset 0 1px 3px rgba(255, 255, 255, .6), inset 0 -2px 3px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .25);
}

.wmp8 .btn:active {
  filter: brightness(.9);
}

/* glyphs */

.wmp8 .btn.play::before {
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 8px;
  width: 0;
  height: 0;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, .35));
}

.wmp8 .btn.prev::before {
  /* |< */
  box-shadow: 8px 0 0 0 #fff inset;
  /* pause bar-like line */
  width: 12px;
  height: 12px;
  top: 8px;
  left: 7px;
  border-left: 0;
  background: linear-gradient(#fff, #fff);
  clip-path: polygon(0% 50%, 65% 0%, 65% 100%);
}

.wmp8 .btn.next::before {
  /* >| */
  box-shadow: -8px 0 0 0 #fff inset;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 9px;
  background: linear-gradient(#fff, #fff);
  clip-path: polygon(35% 0%, 100% 50%, 35% 100%);
}

button.btn.stop {
  border-radius: 50%;
  min-width: 0;
  width: 30px;
  height: 45px;
  position: relative;
  margin-top: 4px;
  transform: rotateZ(315deg);
}

/* Volume slider (short, green fill) */
.wmp8 .wmp8-vol {
  position: relative;
  margin-left: -2px;
  margin-top: 30px;
  width: 140px;
  height: 10px;
  background: linear-gradient(#243a6a, #1f325a);
  border: 1px solid #162a51;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), inset 0 -1px 0 rgba(0, 0, 0, .35);
}

.wmp8 .wmp8-vol .bar {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 52px;
  background: linear-gradient(90deg, var(--vol-green-2), var(--vol-green));
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
}

/* RIGHT GRAY BIG SEEK */
.wmp8 .wmp8-right {
  position: relative;
  border-radius: 0 0 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #c5c9cf, #aeb3bb 55%, #9ea3aa);
  border: 1px solid #87909a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -1px 0 rgba(0, 0, 0, .25);
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px;
}

/* small rounded button inside right seek (looks like an icon capsule) */
.wmp8 .wmp8-right .round-btn {
  position: absolute;
  right: 18px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(#eef2f7, #c2c9d3 60%, #a7afba);
  border: 1px solid #808a97;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 -1px 0 rgba(0, 0, 0, .25);
}

.wmp8 .wmp8-right .round-btn::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #7c8796;
  background: linear-gradient(#e8edf5, #c9d1dd);
  /* mimics tiny icon */
}

/* Decorative dotted grip on extreme bottom-right corner */
.wmp8 .wmp8-grip {
  position: absolute;
  right: 6px;
  bottom: 4px;
  width: 24px;
  height: 10px;
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, .35) 0 1px, rgba(255, 255, 255, .55) 1px 2px, transparent 2px 4px);
  opacity: .35;
  border-radius: 2px;
}

/* Helper text selection etc. */
.wmp8 * {
  user-select: none;
}

.wmp8___l {
  background: linear-gradient(#e7e8ec, #c8ccd3 81%, #b3b7c0);
  box-shadow: inset 2px 3px 1px rgb(255 255 255 / 62%), -1px -2px 3px rgb(57 57 57 / 21%);
  z-index: 3;
  position: absolute;
  width: 331px;
  height: 131px;
  bottom: 0;
  left: 4px;
  border-radius: 0 50px 0 0;
}


button.btn.prev,
button.btn.next {
  border-radius: 15px;
  width: 50px;
  min-width: 0;
  margin-top: 23px;
}

button.btn.soundd {
  border-radius: 15px;
  width: 40px;
  min-width: 0;
  margin-top: 23px;
}

button.btn.prev {
  margin-left: 3px;
}

button.btn.next,
button.btn.soundd {
  margin-left: -1px;
}

.play-button {
  position: relative;
  min-width: 0;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: radial-gradient(120% 120% at 30% 30%, rgba(255, 255, 255, .65), rgba(255, 255, 255, 0) 50%), radial-gradient(120% 120% at 70% 70%, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 55%), linear-gradient(180deg, #dbe5f8, #cfdeff 80%, #7788ae);
  margin: 0;
  padding: 0;
  border: 0;
  border: 1px solid #1b3573;
  box-shadow: inset -1px -2px 7px 0px rgb(13 32 78 / 81%), inset 0 1px 3px rgba(255, 255, 255, .6), inset 0 -2px 3px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .25);
}

.play-button::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 40%;
  background: radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 70%, transparent 100%);
  border-radius: 50%;
}

.play-button .play-icon {
  background-image: url("../play.png");
  background-size: cover;
  width: 26px;
  height: 26px;
}

.stop .stop-icon {
  background-image: url(https://syndromelikeyou.dothome.co.kr/xp/ICON/stop.png);
  background-size: cover;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 5px;
  top: 13px;
  border-radius: 1px;
  transform: rotateZ(45deg);
}

.prev .prev-icon {
  background-image: url(https://syndromelikeyou.dothome.co.kr/xp/ICON/prev01.png);
  position: absolute;
  background-size: cover;
  width: 22px;
  height: 16px;
}

.next .next-icon {
  background-image: url(https://syndromelikeyou.dothome.co.kr/xp/ICON/next01.png);
  position: absolute;
  background-size: cover;
  width: 22px;
  height: 16px;
}

.soundd .soundd-icon {
  background-image: url(https://syndromelikeyou.dothome.co.kr/xp/ICON/pr01.png);
  position: absolute;
  background-size: cover;
  width: 22px;
  height: 16px;
}



.wmp8-right button.mimi {
  background: none;
  background-color: #bbbfc6;
  border: 1px solid #87909a;
  box-shadow: 1px 1px 0 #fff inset, -2px -2px 0 #888 inset;
  width: 24px;
  height: 24px;
  padding: 2px;
  outline: 0;
  position: relative;
  border-radius: 15px;
  min-width: 0;
  top: 3px;
  left: 2px;
}

.wmp8-right button.mimi .sprite {
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 1px;
  height: 1px;
  transform: scale(0.8);
}

.wmp8-right .mimi-top {
  display: flex;
  justify-content: flex-end;
  gap: 3px;
  margin-right: 8px;
  margin-top: -3px;
}

.wmp8-right button.mimi .open_icon {
  box-shadow: 11px 3px #000, 12px 2px #000, 13px 2px #000, 14px 2px #000, 15px 3px #000, 17px 3px #000, 16px 4px #000, 17px 4px #000, 15px 5px #000, 16px 5px #000, 17px 5px #000, 4px 5px #000, 5px 5px #000, 6px 5px #000, 7px 6px #000, 8px 6px #000, 9px 6px #000, 10px 6px #000, 11px 6px #000, 12px 6px #000, 13px 6px #000, 13px 7px #000, 13px 8px #000, 8px 9px #000, 9px 9px #000, 10px 9px #000, 11px 9px #000, 12px 9px #000, 13px 9px #000, 14px 9px #000, 15px 9px #000, 16px 9px #000, 17px 9px #000, 7px 10px #000, 6px 11px #000, 5px 12px #000, 4px 13px #000, 17px 10px #000, 16px 11px #000, 15px 12px #000, 14px 13px #000, 3px 6px #000, 3px 7px #000, 3px 8px #000, 3px 9px #000, 3px 10px #000, 3px 11px #000, 3px 12px #000, 3px 13px #000, 3px 14px #000, 4px 14px #000, 5px 14px #000, 6px 14px #000, 7px 14px #000, 8px 14px #000, 9px 14px #000, 10px 14px #000, 11px 14px #000, 12px 14px #000, 13px 14px #000, 8px 12px #000, 9px 12px #000, 4px 6px #eee, 5px 6px #eee, 6px 6px #eee, 4px 7px #eee, 5px 7px #eee, 6px 7px #eee, 7px 7px #eee, 8px 7px #eee, 9px 7px #eee, 10px 7px #eee, 11px 7px #eee, 12px 7px #eee, 4px 8px #eee, 5px 8px #eee, 6px 8px #eee, 7px 8px #eee, 8px 8px #eee, 9px 8px #eee, 10px 8px #eee, 11px 8px #eee, 12px 8px #eee, 4px 9px #eee, 5px 9px #eee, 6px 9px #eee, 7px 9px #eee, 4px 10px #eee, 5px 10px #eee, 6px 10px #eee, 4px 11px #eee, 5px 11px #eee, 4px 12px #eee, 8px 10px #888, 9px 10px #888, 10px 10px #888, 11px 10px #888, 12px 10px #888, 13px 10px #888, 14px 10px #888, 15px 10px #888, 16px 10px #888, 7px 11px #888, 8px 11px #888, 9px 11px #888, 10px 11px #888, 11px 11px #888, 12px 11px #888, 13px 11px #888, 14px 11px #888, 15px 11px #888, 6px 12px #888, 7px 12px #888, 10px 12px #888, 11px 12px #888, 12px 12px #888, 13px 12px #888, 14px 12px #888, 5px 13px #888, 6px 13px #888, 7px 13px #888, 8px 13px #888, 9px 13px #888, 10px 13px #888, 11px 13px #888, 12px 13px #888, 13px 13px #888;
}

.wmp8-right button.mimi .save_icon {
  box-shadow: 3px 2px #888, 3px 3px #888, 3px 4px #888, 3px 5px #888, 3px 6px #888, 3px 7px #888, 3px 8px #888, 3px 9px #888, 3px 10px #888, 3px 11px #888, 3px 12px #888, 3px 13px #888, 3px 14px #888, 4px 15px #888, 4px 2px #888, 5px 2px #888, 6px 2px #888, 7px 2px #888, 8px 2px #888, 9px 2px #888, 10px 2px #888, 11px 2px #888, 12px 2px #888, 13px 2px #888, 14px 2px #888, 15px 2px #888, 16px 2px #888, 5px 15px #888, 6px 15px #888, 7px 15px #888, 8px 15px #888, 9px 15px #888, 10px 15px #888, 12px 15px #888, 11px 15px #888, 13px 15px #888, 14px 15px #888, 15px 15px #888, 16px 15px #888, 16px 14px #888, 16px 13px #888, 16px 12px #888, 16px 11px #888, 16px 9px #888, 16px 10px #888, 16px 8px #888, 16px 7px #888, 16px 6px #888, 16px 5px #888, 16px 4px #888, 16px 3px #888, 5px 3px #888, 4px 3px #888, 4px 4px #888, 5px 4px #888, 5px 5px #888, 4px 5px #888, 4px 6px #888, 5px 6px #888, 5px 7px #888, 4px 7px #888, 4px 8px #888, 5px 8px #888, 5px 9px #888, 4px 9px #888, 4px 10px #888, 5px 10px #888, 5px 11px #888, 4px 11px #888, 4px 12px #888, 5px 12px #888, 5px 13px #888, 4px 13px #888, 4px 14px #888, 5px 14px #888, 6px 8px #888, 7px 8px #888, 8px 8px #888, 9px 8px #888, 9px 8px #888, 10px 8px #888, 11px 8px #888, 12px 8px #888, 13px 8px #888, 14px 8px #888, 15px 8px #888, 14px 3px #888, 14px 4px #888, 14px 6px #888, 14px 5px #888, 14px 7px #888, 15px 4px #888, 15px 5px #888, 15px 6px #888, 15px 7px #888, 6px 9px #888, 7px 9px #888, 8px 9px #888, 9px 9px #888, 10px 9px #888, 11px 9px #888, 12px 9px #888, 13px 9px #888, 14px 9px #888, 15px 9px #888, 15px 10px #888, 14px 10px #888, 13px 10px #888, 12px 10px #888, 12px 10px #888, 11px 10px #888, 10px 10px #888, 10px 10px #888, 9px 10px #888, 8px 10px #888, 7px 10px #888, 7px 10px #888, 6px 10px #888, 6px 11px #888, 7px 11px #888, 8px 11px #888, 9px 11px #888, 10px 11px #888, 11px 11px #888, 12px 11px #888, 13px 11px #888, 14px 11px #888, 15px 11px #888, 14px 12px #888, 14px 13px #888, 14px 14px #888, 15px 14px #888, 15px 13px #888, 15px 12px #888, 11px 12px #888, 11px 14px #888, 11px 13px #888, 10px 14px #888, 10px 13px #888, 10px 12px #888, 9px 12px #888, 8px 12px #888, 7px 12px #888, 6px 12px #888, 6px 13px #888, 7px 13px #888, 8px 13px #888, 9px 13px #888, 9px 14px #888, 8px 14px #888, 7px 14px #888, 6px 14px #888, 15px 3px #fff, 12px 14px #fff, 12px 13px #fff, 12px 12px #fff, 13px 12px #fff, 13px 3px #fff, 12px 3px #fff, 11px 3px #fff, 10px 3px #fff, 9px 3px #fff, 8px 3px #fff, 7px 3px #fff, 6px 3px #fff, 6px 4px #fff, 6px 5px #fff, 6px 6px #fff, 6px 7px #fff, 5px 16px #fff, 6px 16px #fff, 7px 16px #fff, 8px 16px #fff, 9px 16px #fff, 10px 16px #fff, 11px 16px #fff, 12px 16px #fff, 13px 16px #fff, 14px 16px #fff, 15px 16px #fff, 16px 16px #fff, 17px 16px #fff, 17px 15px #fff, 17px 14px #fff, 17px 13px #fff, 17px 12px #fff, 17px 11px #fff, 17px 10px #fff, 17px 9px #fff, 17px 8px #fff, 17px 7px #fff, 17px 6px #fff, 17px 5px #fff, 17px 4px #fff, 17px 3px #fff;
}

.slider-runnable-track {
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 106px;
  height: 15px;
  margin: 0;
  padding: 0;
  background: linear-gradient(0deg, #6f8fc9, #a2aab9 60%, #848b97) !important;
  border: 1px solid #27407d !important;
  border-radius: 7px !important;
  box-shadow: inset 0 -1px 0 rgb(127 127 127 / 45%), inset 0 1px 0 rgba(0, 0, 0, .35) !important;
  height: 8px !important;
  color: transparent;
}

.field-row-w {
  position: relative;
  margin-top: 20px;
  color: #091730;
  display: flex;
  font-weight: 600;
}

.slider-runnable-track2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #39d53c, #43d745 60%, #5fd665);
  border-radius: 7px;
  width: 43px;
  height: 5px;
  top: 3px;
  left: 2px;
}

.field-row-w .thumb {
  position: absolute;
  top: -3px;
  left: 40%;
  width: 12px;
  height: 12px;
  background: linear-gradient(#e9eef7, #85898f);
  border: 1px solid var(--seek-thumb-edge);
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0px 5px 4px rgb(0 0 0 / 50%);
}