/* html {
      cursor: url(nat996.png) 30 30, pointer;
    } */
    
    /* a {
      cursor: url(nat996.png) 30 30, pointer;
      text-decoration: none;
      color: none;
    }       */
    
body {
  background-image: url("/images/diamondbg.png");
  background-repeat: repeat;
  font-family: rainyhearts, mintsoda, sans-serif;
  font-size: 18px;
  color:#2a0868;
}

@font-face {
    font-family: "rainyhearts";
    src: url("/fonts/rainyhearts.ttf");
}

@font-face {
    font-family: "mintsoda";
    src: url("/fonts/MintsodaLimeGreen.ttf");
}

/*esto lo que hace es cambiar el color de los hipervÃ­nculos*/
a {
  text-decoration: none;
  color: #925df4;
}

/*esto lo que hace es cambiar el color de los hipervÃ­nculos cuando se pasa el ratÃ³n por encima*/
a:hover {
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000, 0 0;
  /*background: #bc9ff3;
  background: radial-gradient(
    circle,
    #bc9ff3 18%,
    #d7cdea 53%,
    #ffffff 75%
  );*/
  transition: 0.4s;
  /*cursor: crosshair;*/
}

  /* a {
    cursor: url(nat996.png) 30 30, pointer;
    color: #ff78d2;
  } */
  
  /* ::selection {
    background: #ffe0f5;
    color: white;
  } */
  /* strong {
    color: #73b7ff;
  } */
  
  /* strong2 {
    color: #32bf1d;
  } */
  
  /* strong3 {
    color: white;
    font-size: 25px;
    font-weight: bold;
  } */

/* h1 {
  display: block;
  font-size: 1.5em;
  font-family: "basiicmedium";
  color: #ff61b8;
  margin-top: 20px;
  
} */

/* h2 {
  display: block;
  font-size: 3.5em;
  font-family: "starbornregular";
  color: #fff0fa;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff78d7;
  z-index: 9999;
  position: absolute;
  top: -15px;
  left: 535px;
} */

/* h3 {
  display: block;
  font-size: 2.5em;
  font-family: "basiicmedium";
  color: #ff61b8;
  margin-bottom: 15px;
  margin-top: 12px;
} */

/* h4 {
  display: block;
  font-size: 27px;
  font-family: "basiicmedium";
  color: #ff61b8;
  margin-bottom: 14px;
  margin-top: 12px;
} */

h1 {
  font-family: mintsoda, sans-serif;
}

.top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto 150px 200px 50px 250px 250px;
  /*grid-template-columns: 0.6fr 1.6fr 0.8fr;*/
  /*grid-template-rows: 0.5fr 1.5fr 1fr;*/
  /*grid-template-rows: 200px 100px 100px 200px 200px;*/
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "banner banner banner banner"
    "stamps stamps stamps stamps"
    "navigation welcome welcome buttons"
    "navigation welcome welcome statuscafe"
    "navigation musicplayer musicplayer musicplayer"
    "navigation latestart latestart chatbox"
    "navigation latestart latestart chatbox";

  
  /*border-width:15px;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  /*border-image: url(containerborder.png) 30 round;
  background-image: url(containerbg.png);*/
  background-color: #a0d3f3;
  /*border-color: #2e2d2f;*/
  margin: auto;
  width: 1000px;
  /*height: 940px;*/
  position: relative;
  /*padding: 25px;*/
  padding: 10px;
  z-index: 4;
}

.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  /*grid-template-columns: 0.6fr 1.6fr 0.8fr;*/
  /*grid-template-rows: 0.5fr 1.5fr 1fr;*/
  /*grid-template-rows: 200px 100px 100px 200px 200px;*/
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "neighbors rings todolist"
    "updates updates todolist";

  
  /*border-width:15px;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  /*border-image: url(containerborder.png) 30 round;
  background-image: url(containerbg.png);*/
  background-color: #a0d3f3;
  /*border-color: #2e2d2f;*/
  margin: auto;
  width: 1000px;
  /*height: 940px;*/
  position: relative;
  /*padding: 25px;*/
  padding: 10px;
  z-index: 4;
}

.spacer1 {
  height: 25px;
}

footer {
  font-family: mintsoda, sans-serif;
  text-align: center;
  border: 3px solid transparent;
  border-color: #3456aa;
  /*margin-top: 15px;
  margin-bottom: 15px;*/
  background-color: #a0d3f3;
  margin: auto;
  width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 4;
}

.banner {
  grid-area: banner;

  /*border-image: url("/images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  /*background-clip: padding-box;*/
  /*border-width: 7px;
  border-style: solid;
  border-color: white;*/
  /*background-image: url("/images/homepg_header.png");
  background-size: cover;*/
  position: relative;
  height: 100%; 
  overflow: hidden;
  display: block;
  /*object-position: 50% 50%;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;*/
}

.banner img {
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  object-position: center center; 
  display: block;
  z-index: 3;
}

.banner h1 {
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  /*transform: translate(-50%, -50%);*/
}

.navigation {
  grid-area: navigation;
  /*border-width: 7px;
  border-style: solid;
  border-color: white;*/
  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;

  background-color: white;
  padding: 2px;
  overflow: auto;
  text-align: left;
  z-index: 2;
  white-space: normal;
  overflow-x: hidden;
}

.navigation ul {
  list-style-image: url("/images/cd.png");
}


.welcome {
  grid-area: welcome;
  /*border-width: 7px;*/
  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-style: solid;
  border-color: #2e2d2f;*/
  background-image: url("/images/yellowblueaura.png");
  background-size: 100% 100%;
  z-index: 3;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.updates {
  grid-area: updates;

  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-color: white;
  padding: 2px;
  overflow: auto;
  text-align: left;
  z-index: 2;
}


.todolist {
  grid-area: todolist;

  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-color: white;
  z-index: 3;
  overflow-y: scroll;
  padding: 0px;
}

.neighbors {
  grid-area: neighbors;

  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-color: white;
  padding: 2px;
  overflow: auto;
  text-align: left;
  z-index: 2;
}

.rings {
  grid-area: rings;

  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-color: white;
  padding: 2px;
  overflow: auto;
  text-align: left;
  z-index: 2;
}

.musicplayer {
  grid-area: musicplayer;
  background-color: #0e2e8e;
  color: #ffffff;
  font-family: mintsoda, sans-serif;
  /*border-radius: 15px;*/
  padding: 7px 20px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.player-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.btn-control {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s, color 0.2s;
  line-height: 1;
}

.btn-control:hover {
  color: #5182ff;
  transform: scale(1.2);
}

.main-btn {
  font-size: 32px;
  color: #a0d3f3;
}

.track-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.track-info {
  margin-bottom: 5px;
  text-align: left;
}

.marquee-container {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#track-details {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 100%;
  animation: scroll-text 15s linear infinite; 
}

@keyframes scroll-text {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

.progress-container {
  background-color: rgba(255,255,255,0.2);
  border-radius: 5px;
  cursor: pointer;
  height: 6px;
  width: 100%;
}

.progress {
  background-color: #a0d3f3;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: width 0.1s linear;
}

.playlist {
  position: absolute;
  top: 65px;
  right: 0;
  width: 50%;
  z-index: 100;
  
  background-color: #0e2e8e;
  border-radius: 0 0 15px 15px;
  
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  
  display: none;
}

.playlist.show {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.playlist li {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  cursor: pointer;
  transition: background 0.2s;
}

.playlist li:hover {
  background-color: rgba(255,255,255,0.1);
}

.playlist li.active {
  color: #a0d3f3;
  font-weight: bold;
  border-left: 3px solid #a0d3f3;
}

.stamps {
  grid-area: stamps;
  border: 3px solid transparent;
  border-color: #3456aa;
  overflow: hidden; 
  text-align: left;
  z-index: 2;
  font-size: 0; 
}

.marqstamps {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-stamp 16s linear infinite; 
}

@keyframes scroll-stamp {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-50%, 0); }
}

.buttons {
  grid-area: buttons;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-color: #f0e9ff;
  /*padding: 2px;*/
  overflow: auto;
  text-align: center;
  z-index: 2;
}

.statuscafe {
  grid-area: statuscafe;

  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-image: url("/images/blueplaid.png");
  padding: 2px;
  overflow: auto;
  text-align: left;
  z-index: 2;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.idkyet {
  grid-area: idkyet;

  border: 20px solid transparent;
  border-image: url("/images/whitelace.png") 34 round;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-color: white;
  padding: 2px;
  overflow: auto;
  text-align: left;
  z-index: 2;
}

.latestart {
  grid-area: latestart;

  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-color: white;
  padding: 2px;
  overflow: auto;
  text-align: left;
  z-index: 2;
}

.chatbox {
  grid-area: chatbox;

  /*border-image: url("images/whitelace.png") 34 round;*/
  border: 3px solid transparent;
  border-color: #3456aa;
  background-clip: padding-box;
  /*border-width: 7px;
  border-style: solid;
  border-color: #2e2d2f;*/
  background-color: white;
  /*padding: 2px;*/
  overflow: auto;
  text-align: left;
  z-index: 2;
}

#proshit {
color: #000000;
background-color: #FFFFFF;
display: inline-block;
height: 140px;
max-height: 140px;
overflow:hidden;
text-align: center;
text-transform: uppercase;
}

#proshitouter {
text-align: center;
background-color: #FFFFFF;
border: 2px solid #000000;
border-radius: 8px;
max-height:140px;
overflow: hidden;
/*display: inline-block;*/
margin: 0 auto; /* centers the widget */

display: flex;
align-items: center;
justify-content: center;
}