@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html, body {
  margin: 0px;
  min-height: 100%;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a { text-decoration: none; }
@font-face {
  font-family: "Vividly-Regular";
  src: url("./Vividly-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vividly-Regular";
  src: local("Vividly-Regular");
}
@font-face {
  font-family: "Single Day-Regular";
  src: local("Single Day-Regular");
}
@font-face {
  font-family: "Peperrito Ornaments Regular";
  src: url("./PeperritoOrnaments-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Peperrito Ornaments Regular";
  src: url("./PeperritoOrnaments-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Peperrito Ornaments Regular";
  src: local("Peperrito Ornaments Regular");
}
@font-face {
  font-family: "Rabbit-Regular";
  src: url("./Rabbit-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rabbit-Regular";
  src: local("Rabbit-Regular");
}
@font-face {
  font-family: "Black Future-Regular";
  src: local("Black Future-Regular");
}

.rabitunes {
  background-color: #fff3f9;
  width: 100%;
  min-width: 390px;
  min-height: 824px;
  position: relative;
}

/* --- FIX: PERFECT LEFT ALIGNMENT FOR TITLE & ARTIST --- */
.rabitunes .rectangle {
  position: absolute;
  top: 433px;
  left: 114px;
  width: 2px;
  height: 113px;
  background-color: #ffbedf;
  border-radius: 23px;
  transform: rotate(-90deg);
}

.rabitunes .text-wrapper { /* SONG TITLE */
  position: absolute;
  top: 432px;
  left: 55px; /* Perfectly aligned on left */
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  max-width: 110px; /* Limit width so it doesn't touch lyrics */
  overflow: hidden;
  text-overflow: ellipsis;
}

.rabitunes .text-wrapper-4 { /* ARTIST NAME */
  position: absolute;
  top: 454px; /* Separated from title */
  left: 55px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- REST OF YOUR CSS (Unchanged from yours) --- */
.rabitunes .no-keyring-no-hand {
  position: absolute;
  top: 432px;
  left: 212px;
  width: 148px;
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 13px;
  max-height: 140px;
  overflow-y: auto;
}
.no-keyring-no-hand::-webkit-scrollbar { width: 3px; }
.no-keyring-no-hand::-webkit-scrollbar-track { background: #fff3f9; }
.no-keyring-no-hand::-webkit-scrollbar-thumb { background: #ffbedf; border-radius: 10px; }

.rabitunes .span {
  font-family: "Single Day", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13px;
}
.rabitunes .text-wrapper-2 { font-family: "Vividly-Regular", Helvetica; }

.rabitunes .div {
  top: 494px;
  left: 55px; /* Moved slightly left */
  font-family: "Vividly-Regular", Helvetica;
  color: #ffb0d9;
  font-size: 11px;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .text-wrapper-3 {
  top: 494px;
  left: 154px;
  font-family: "Vividly-Regular", Helvetica;
  color: #ffb0d9;
  font-size: 11px;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .piano {
  position: absolute;
  top: 191px;
  left: calc(50.00% - 157px);
  width: 299px;
  height: 211px;
  aspect-ratio: 1.41;
  object-fit: cover;
}
.rabitunes .text-wrapper-5 {
  top: 485px;
  left: 57px;
  width: 8px;
  font-size: 9px;
  position: absolute;
  font-family: "Peperrito Ornaments Regular", Helvetica;
  font-weight: 400;
  color: #ffbedf;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .text-wrapper-6 {
  top: 506px;
  left: 110px;
  font-size: 10px;
  position: absolute;
  font-family: "Peperrito Ornaments Regular", Helvetica;
  font-weight: 400;
  color: #ffbedf;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
}
.rabitunes .ellipse {
  position: absolute;
  top: 212px;
  left: 238px;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  object-fit: cover;
}
.rabitunes .text-wrapper-7 {
  top: 503px;
  left: 140px;
  font-family: "Rabbit-Regular", Helvetica;
  color: #ffbedf;
  font-size: 19px;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .text-wrapper-8 {
  top: 503px;
  left: 82px;
  transform: rotate(180deg);
  font-family: "Rabbit-Regular", Helvetica;
  color: #ffbedf;
  font-size: 19px;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .start {
  top: 50px;
  position: absolute;
  left: calc(50.00% - 134px);
  width: 269px;
  height: 63px;
  aspect-ratio: 4.24;
  object-fit: cover;
}
.rabitunes .edwewq {
  top: 78px;
  left: calc(50.00% - 13px);
  width: 26px;
  height: 27px;
  object-fit: cover;
  position: absolute;
  aspect-ratio: 0.95;
}
.rabitunes .img {
  top: 84px;
  left: calc(50.00% - 63px);
  width: 17px;
  height: 18px;
  position: absolute;
  aspect-ratio: 0.95;
}
.rabitunes .edwewq-2 {
  top: 84px;
  left: calc(50.00% + 43px);
  width: 17px;
  height: 18px;
  position: absolute;
  aspect-ratio: 0.95;
}
.rabitunes .start-2 {
  top: 571px;
  position: absolute;
  left: calc(50.00% - 134px);
  width: 269px;
  height: 63px;
  aspect-ratio: 4.24;
  object-fit: cover;
}
.rabitunes .edwewq-3 {
  top: 599px;
  left: calc(50.00% - 13px);
  width: 26px;
  height: 27px;
  object-fit: cover;
  position: absolute;
  aspect-ratio: 0.95;
}
.rabitunes .edwewq-4 {
  top: 605px;
  left: calc(50.00% + 46px);
  width: 17px;
  height: 18px;
  position: absolute;
  aspect-ratio: 0.95;
}
.rabitunes .edwewq-5 {
  top: 605px;
  left: calc(50.00% - 60px);
  width: 17px;
  height: 18px;
  position: absolute;
  aspect-ratio: 0.95;
}
.rabitunes .rectangle-2 {
  position: absolute;
  top: 678px;
  left: calc(50.00% - 151px);
  width: 303px;
  height: 88px;
}
.rabitunes .text-wrapper-9 {
  top: 697px;
  left: calc(50.00% - 27px);
  font-family: "Vividly-Regular", Helvetica;
  color: #ffb0d9;
  font-size: 9px;
  text-align: center;
  position: absolute;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .vector {
  top: 693px;
  left: 162px;
  position: absolute;
  width: 10px;
  height: 10px;
}
.rabitunes .vector-2 {
  top: 703px;
  left: 218px;
  position: absolute;
  width: 10px;
  height: 10px;
}
.rabitunes .text-wrapper-10 {
  position: absolute;
  top: 725px;
  left: calc(50.00% - 110px);
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .text-wrapper-11 {
  position: absolute;
  top: 725px;
  left: calc(50.00% - 55px);
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .text-wrapper-12 {
  position: absolute;
  top: 725px;
  left: calc(50.00% + 9px);
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .text-wrapper-13 {
  position: absolute;
  top: 709px;
  left: calc(50.00% - 45px);
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 8px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .text-wrapper-14 {
  position: absolute;
  top: 725px;
  left: calc(50.00% + 90px);
  font-family: "Vividly-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.rabitunes .element-rabitunes-all {
  position: absolute;
  top: 739px;
  left: calc(50.00% - 118px);
  width: 236px;
  font-family: "Black Future-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 8px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.rabitunes .text-wrapper-15 {
  font-family: "Black Future-Regular", Helvetica;
  font-weight: 400;
  color: #ffb0d9;
  font-size: 8px;
  letter-spacing: 0;
}
.rabitunes .footerbow {
  left: 80px;
  position: absolute;
  top: 721px;
  width: 7px;
  height: 6px;
  aspect-ratio: 1.24;
  object-fit: cover;
}
.rabitunes .footerbow-2 {
  left: 135px;
  position: absolute;
  top: 721px;
  width: 7px;
  height: 6px;
  aspect-ratio: 1.24;
  object-fit: cover;
}
.rabitunes .footerbow-3 {
  left: 198px;
  position: absolute;
  top: 721px;
  width: 7px;
  height: 6px;
  aspect-ratio: 1.24;
  object-fit: cover;
}
.rabitunes .footerbow-4 {
  left: 279px;
  position: absolute;
  top: 721px;
  width: 7px;
  height: 6px;
  aspect-ratio: 1.24;
  object-fit: cover;
}
.rabitunes .text-wrapper-16 {
  top: 371px;
  left: 92px;
  font-size: 7px;
  position: absolute;
  font-family: "Peperrito Ornaments Regular", Helvetica;
  font-weight: 400;
  color: #ffbedf;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  transition: left 0.65s linear, top 0.85s linear;
}
.rabitunes .musicplayer {
  position: absolute;
  top: 173px;
  left: 279px;
  width: 70px;
  height: 76px;
  aspect-ratio: 0.92;
  object-fit: cover;
  transition: all 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: rotate(0deg); 
}
.rabitunes .musicplayer.rotate-animation {
  transform: rotate(43.43deg);
}
.rabitunes .rectangle-3 {
  position: absolute;
  top: 141px;
  left: 205px;
  width: 124px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 19px;
  border: 1px solid;
  border-color: #ffd6eb;
  font-family: "Vividly-Regular", Helvetica, sans-serif;
  font-size: 11px;
  color: #ffb0d9;
  outline: none;
}
.rabitunes .rectangle-3::placeholder {
  color: #ffbedf;
  font-family: "Vividly-Regular", Helvetica, sans-serif;
  font-size: 11px;
}
.rabitunes .rectangle-3:focus {
  border-color: #ffb0d9;
  box-shadow: 0 0 5px rgba(255, 176, 217, 0.3);
}
.rabitunes .search {
  position: absolute;
  top: 144px;
  left: 308px;
  width: 12px;
  height: 17px;
}
#albumArt.rotate-animation {
  animation: spin 8s linear infinite;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}
#floatPlayer.rotate-animation {
  transform: rotate(43.43deg);
}