 /*Music Widget*/
 .music-widget:hover,
.visitor-widget:hover,
.status-widget:hover,
footer:hover {
  z-index: 100;
  position: relative;
  opacity: 1;
}
  
  
  .music-widget {
    
    opacity: 0.95;
    width: 220px;
    height: 280px;
    border-radius: 4px;
    background-image: url('img/doily.png');
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    background-size: cover;
    background-position: center;
    padding: 60px 60px 60px 65px; /* arriba | derecha | abajo | izquierda */
    font-family: 'Press Start 2P', monospace;
    font-size: 8px;
    color: #222;
    
  }

  .music-widget:hover {
    cursor: url("/widgets/img/np-albumcover.png") 16 16, auto;
  }

  
  .widget-status {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
  }
  
  .status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c0392b;
    flex-shrink: 0;
  }
  
  .status-dot.online { background: #27ae60; }
  
  .status-text {
    font-family: 'Press Start 2P', monospace;
    font-size: 7px;
    color: #c0392b;
  }
  
  .status-dot.online + .status-text { color: #27ae60; }
  
  .widget-art {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    opacity: 0.75;
  }
  
  .widget-art img {
    width: 80px;
    height: 70px;
    object-fit: contain;
  }
  
  .widget-label {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 8px;
    color: #555;
    margin-bottom: 5px;
    text-align: center;
  }
  
  .widget-track {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
  }
  
  .play-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px dashed #6aaa6a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    color: #6aaa6a;
    font-size: 14px;
    background: transparent;
    margin-top: 2px;
  }
  
  .track-title {
    font-family: 'Press Start 2P', monospace;
    font-size: 7px;
    color: #5a9e5a;
    line-height: 1.6;
    margin-bottom: 3px;
    text-align: center;
  }
  
  .track-artist {
    font-family: 'Press Start 2P', monospace;
    font-size: 4px;
    color: #5a9e5a;
    line-height: 1.6;
    text-align: center;
    opacity: 0.5;
  }
  
  .widget-footer {
    border-top: 1px solid #ffd700;
    padding-top: 8px;
    text-align: center;
    font-family: 'Press Start 2P', monospace;
    font-size: 6px;
    letter-spacing: 2px;
    color: #ffd700;
    display: block;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color:fff;
  }
  
  .update-np {
    text-align: center;
    display: block;
    margin-top: 4px;
    font-family: 'Press Start 2P', monospace;
    font-size: 4px;
    letter-spacing: 2px;
    color: #ffd700;
    align-items: center;
    justify-content: center;
    background-color:fff;
  }
  
  /*Visitor widget*/
  
  .visitor-widget {
  position: relative;
  opacity: 0.85;
  width: 220px;
  backdrop-filter: blur(10px);
  filter: invert(100%);
  font-family: 'Press Start 2P', monospace;
  font-size: 8px;
  color: #f0ece0;
  line-height: 2;
  padding:10px 10px 10px 10px;
  text-shadow: 1px 1px 0 #000;
  border-radius: 6px;
  border: 2px dashed #000;
}

.mariposa {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  transform: scaleX(-1);
}

.visitor-top {
  font-style: italic;
  text-align: center;
  margin-bottom: -16px;
}

.visitor-top span {
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
  display: block;
  font-size: 38px;
  color: #fff;
  text-shadow: 
    -1px -1px 0 #B22222,
     1px -1px 0 #B22222,
    -1px  1px 0 #B22222,
     1px  1px 0 #B22222,
}

.visitor-mid {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 4px;
}

.visitor-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.visitor-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.widget-icon {
  width: 18px;
  height: 18px;
}

.status-widget {
  opacity: 0.85;
  position: relative;
  background: #fdeded;
  border: 1px solid black;
  border-radius: 8px;
  padding: 12px 14px;
  width: 220px;
  font-family: 'Press Start 2P', monospace;
  font-size: 7px;
  line-height: 1.8;
  color: black;
}

.status-widget::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  border-width: 41px 21px 0;
  border-style: solid;
  border-color: #fdeded transparent transparent;
}

.chincheta {
  position: absolute;
  top: -18px;
  right: -18px;
  font-size: 20px;
}

.status-header {
  letter-spacing: 0em;
  color: #3E2B2B;
  background-color: #b0868640;
  padding: 2px 2px 0 4px;
  width: 100%;
  display: inline-block;
  max-height: 20px;
  text-shadow: 1px 1px 0 #fff;
  font-weight: 100;
  font-size: 8px;
  border: 2px ridge #d7a9a954;
  margin-bottom: 8px;
}

.status-header strong {
  color: #222;
}

.status-body {
  color: #444;
  margin-bottom: 10px;
}

.status-footer {
  text-align: right;
  color: #C0C0C0;
  font-size: 6px;
}

.playlist-widget {
  opacity: 0.75;
  backdrop-filter: blur(10px);
  width: 220px;
  border: 2px solid #00ff1a;
  background-image: url(/widgets/img/bgfern.jpg);
  border-radius: 8px;
  font-family: 'Press Start 2P', monospace;
  font-size: 7px;
  padding: 8px;
}

.pl-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  color: #00ff1a;
}

.pl-progress {
  background: #bbb;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 8px;
}

.pl-bar {
  background: #888;
  height: 4px;
  width: 60%; /* ajusta para simular progreso */
  border-radius: 2px;
}

.pl-controls {
  display: flex;
  justify-content: space-around;
  margin-bottom: 8px;
  font-size: 12px;
  color: #ffffff;
  opacity: 1 !important; 
}

.pl-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pl-track {
  padding: 5px 8px;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1.8;
}

.pl-track.active {
  background: #ffffff;
  color: #000000;
}
