body {
  margin: 0;
  font-family: "Space Grotesk";
  background-image: url("https://i.postimg.cc/fTyg3r91/Screenshot-20260509-175247.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed; 
}



/* Username */
#header {
  font-family: "Orbitron";
  font-weight: bold;
  font-size: 3rem;
  background-image: linear-gradient(#D4DBFA, #ACB9F2, #8189A3);
  background-clip: text;
  color: transparent;
  padding: 1px;
}

#header h1{
  margin: 0px;
  letter-spacing: 0px;
}

#header:hover{
  color: #002AE3;
  }

/* Nav */
#nav {
  margin: 0px;
  align-items: center;
}

#nav button {
  background: #cfcfd6;
  border-top: 1px outset #4464ea;
  border-left: 1px outset #4464ea;
  border-right: 1px outset #4464ea;
  border-bottom: none;
  padding: 10px 20px;
  font-family: "Space Grotesk";
  font-size: 12px;
  cursor: pointer;
  box-shadow: inset 0px -3px 3px rgba(0,0,0,0.15);
  border-radius: 5px;
  font-weight: 900;
  align-items: center;
}

#nav button:hover {
  background: #bcbcc4;
}
  
#nav button.active{
    box-top: 6px outset #4464ea;
    box-left: 6px outset #4464ea;
    box-right: 6px outset #4464ea;
    border-buttom: none;
    background: linear-gradient(#bcc6d6, #f5f9ff);
    border-width: 2px;
    border-color: #f5f9ff;
    
 }
 
/* Scrollbar */
::-webkit-scrollbar-thumb {
background-color: #98A6D4;  
border-radius: 0px;
border:1px solid #3A5BB0;border-right:0;}
  
::-webkit-scrollbar {
width: 5px; height: 0px; 
background: #2B3654;}  

a:link {
color:#09357D;
text-decoration:none;
}
a:hover {
  color:#0063FF;
}

/* Layout */
#layout {
margin: 1px auto;
width: 1130px;
}

#center{
width: 630px;
float: left;
margin: 0 auto;
}

#left{
width: 250px;
float: left;
margin: 0 auto;
}

#right{
width: 250px;
float: left;
margin: 0 auto;
}

.box {
  padding: 15px;
  border-top: none;
  border: solid 2px #4464ea;
  box-shadow: 0px 0px 2px #373C4F;
  background: linear-gradient(#f5f9ff, #bcc6d6, #b4bed1, #99A2BF);
  border-style: outset;
  border-width: 3px;
  border-color: #f5f9ff;
  border-radius: 5px;
  margin-left: 14px;
  margin-bottom: 14px;
  font-size: 13px;
}

.title {
  font-size: 28px;
  color: #505566;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 14px;
}

.textbox {
  box-shadow: inset 0px 0px 10px 0 rgba(20, 20, 20, 0.2);
  background: #E4E4F0;
  padding: 12px;
  border:2px solid #868AC4;
  border-radius: 5px;
  margin-bottom: 14px;
  font-size: 14px;
}

.textbox-title {
  background: linear-gradient(90deg,rgba(106, 115, 145, 1) 0%, rgba(138, 153, 207, 1) 11%, rgba(223, 224, 237, 1) 54%);
  border:2px solid #868AC4;
  border-radius: 5px;
  padding-left:10px;
}

.textbox-title .tbold{
  padding-left:10px;
  margin: 4px;
  font-weight:bold;
  font-size: 16px;
}


.footer {
  padding: 10px;
  border-top: none;
  border: solid 2px #4464ea;
  box-shadow: 0px 0px 2px #373C4F;
  background: linear-gradient(#f5f9ff, #bcc6d6, #b4bed1, #99A2BF);
  border-style: outset;
  border-width: 3px;
  border-color: #f5f9ff;
  border-radius: 5px;
  margin-left: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  text-align: center;
}

/*Aquí empieza el mp3*/

.ipod {
  margin:15px;
  justify-content: center;
  background: #ececec;
  width: 220px;
  height: 300px;
  border-radius: 20px;
  position: relative;
  box-shadow: inset 5px 0px 15px 10px #00000090;
}

.ipod .screen {
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
  width: 160px;
  height: 130px;
  border-radius: 8px;
  border: 2px solid #aaa;
  box-shadow: inset 0 0 0px 2px #222;
}

.ipod .controls {
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 0.5px solid #ccc;
  box-shadow: inset 0px 0px 5px 1px #00000050;
}

.ipod .controls:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ececec;
  box-shadow: inset 24px 24px 48px #c6c6c6, inset -24px -24px 48px #ffffff;
  border: 0.5px solid #ccc;
}

.ipod .controls .fa-fast-backward {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 0.9em;
  cursor: pointer;
}

.ipod .controls .fa-fast-backward:active {
  color: #888;
}

.ipod .controls .fa-fast-forward {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 0.9em;
  cursor: pointer;
}

.ipod .controls .fa-fast-forward:active {
  color: #888;
}

.ipod .controls .menu {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
  color: #aaa;
  font-size: 0.8em;
  font-weight: 700;
  border: 0;
  outline: 0;
  background: none;
  cursor: default; /*Keeps the menu button but disables interaction*/
}

.ipod .controls .menu:active {
  color: #888;
}

.ipod .controls .play-pause-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 0;
  outline: 0;
  background: none;
  color: #aaa;
  font-size: 0.8em;
  cursor: pointer;
}

.ipod .controls .play-pause-btn:active {
  color: #888;
}

.ipod .screen .music {
  padding: 10px;
  display: flex;
  gap: 10px;
}

.ipod .screen .music img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  -webkit-box-reflect: below 2px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
}

.ipod .screen .music .content .name {
  font-size: 0.65em;
}

.ipod .screen .music .content .singer {
  font-size: 0.55em;
}

.ipod .screen .bar-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.65em;
  width: 100%;
  position: absolute;
  bottom: 1px;
}

.ipod .screen .bar-box .bar {
  width: 80px;
  height: 8px;
  font-family: "Space Grotesk";
  border: 1px solid #aaa;
}

.ipod .screen .bar-box .bar .progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #f2f6f8 0%,
    #d8e1e7 50%,
    #b5c6d0 51%,
    #e0eff9 100%
  );
}