body{
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../assets/background/roses.gif);
  /* background-image: url(../assets/png/pattern/roses.png); */
  margin: 0;

  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.container{
  width: 1024px;
  margin: 20px auto; 
  padding: 0rem;
}

/* ========== PROPIEDADES DE LOS GIFS ========== */

.roses-gif{
  position: absolute;
  top: 5rem;
  left: 3rem;
  width: 4rem;
}

.bee-gif{
  position: absolute;
  transform: scaleX(-1);
  top: 2rem;
  left: 6rem;
  width: 3rem;
}

.butterflies-gif{
  position: absolute;
  top: 1.5rem;
  left: 55rem;
  width: 4rem;
}

.daffodil-gif{
  position: absolute;
  top: 5rem;
  left: 58rem;
  width: 3rem;
}

.snail-gif{
  position: absolute;
  top: 8.7rem;
  left: 30rem;
  width: 2rem;
}

.mushroom-gif{
  position: absolute;
  top: 8.1rem;
  left: 27rem;
  width: 2.5rem;
}
.inline-gif{
  width: 1.05rem;
  vertical-align: -0.15rem;
  margin-left: 0.2rem;
}

:root{
  --win-bg: #f6efe9;          /* fondo general (cremita) */
  --win-panel: #fdf8fb;       /* paneles claros */
  --win-light-pink: #ffc3d7;  
  --win-pink: #d85f87;        /* rosa principal (similar a tu borde) */
  --win-pink-dark: #b31349;   /* rosa oscuro */
  --win-green: #2f6b3f;       /* verde principal */
  --win-green-soft: rgba(0,80,0,0.12);
  --win-shadow: rgba(0,0,0,0.22);

  --bevel-light: #ffffff;     /* relieve Win */
  --bevel-mid: #cfc7c2;       /* gris cálido */
  --bevel-dark: #7a6f6a;      /* oscuro cálido */
  --text: #1a1a1a;
}

/* ========== HEADER ========== */

header{
  position: relative;
  border: 0.125rem solid rgba(216, 95, 135, 0.8);
  border-radius: 0.1rem;
}

header img{
  width: 100%;
  display: block;
}

.header-overlay{
  position: absolute;
  top: 0;
  left: 0;
}

/* ========== CONTENIDO ========== */

.content{
  display: flex;
}

.column-content{
  margin-top: 1rem;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.125rem solid rgba(216, 95, 135, 0.8);
  border-radius: 0.1rem;
}

.column-content > img{
  width: 3rem;
  display: block;
  margin: 0 auto 0.8rem;
}

.column-title{
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 0.2rem;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
  border-bottom: 0.05rem dotted rgba(216, 95, 135, 0.6);
}

.column-title img{
  width: 2rem;
  margin: 0;
  display: block;
}

.column-title h3{
  margin: 0;
  line-height: 1.1;
  font-size: 1.2rem;
  color:rgba(0, 80, 0, 0.855);
}

/* ========== TAMAÑO COLUMNAS ========== */

.column-content:first-child, .column-content:last-child{
  width: 19.2rem;
}

.column-content:nth-child(2){
  margin-right: 1rem;
  margin-left: 1rem;
  width: 55%;
}

/* ========== MENU ========== */

.nav-pages ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.nav-pages li{
  margin-bottom: 0.5rem;
  color:rgba(143, 39, 74, 0.886)
}

.menu{
  display: flex;
  align-items: center;
  gap: 0.5rem;

  padding: 0.35rem 0.4rem;
  border-radius: 0.3rem;

  text-decoration: none;
  color: inherit;
}

.menu img{
  width: 1.2rem;
  flex: 0 0 auto;
}

.menu:hover{
  background-color: rgba(216, 95, 135, 0.12);
  border: 1px dashed rgba(216, 95, 135, 0.6);
  border-radius: 0.2rem;
}

/* ========== ABOUT ME ========== */

.about-me{
  background-color: rgba(0, 80, 0, 0.08);
  border: 0.08rem solid rgba(0, 80, 0, 0.22);
  border-radius: 0.35rem;

  padding: 0.9rem 1rem;
  margin: 0.8rem auto;

  box-shadow: 0 0.02rem 1rem rgba(0, 0, 0, 0.08);

  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.about-me:hover{
  transform: translateY(-0.1rem);
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.10);
}

.about-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;

  padding-bottom: 0.5rem;
  margin-bottom: 0.7rem;
  border-bottom: 0.05rem dotted rgba(0, 80, 0, 0.35);
}

.about-status{
  font-size: 0.9rem;
  color: rgba(20, 60, 20, 0.9);
  white-space: nowrap;
}

.about-status img{
  width: 1rem;
  vertical-align: -0.15rem;
}

.about-body{
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.about-avatar{
  position: absolute;

  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;

  margin-top: -1.5rem;
  margin-left: 11.2rem;

  border-radius: 0.6rem;
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(0, 80, 0, 0.18);
}

.about-avatar img{
  width: 1.4rem;
}

.about-text p{
  margin: 0;
  line-height: 1.35;
  color: rgba(20, 60, 20, 0.95);
}

.about-hi{
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.about-desc{
  font-size: 0.95rem;
}

.about-divider{
  height: 0.05rem;
  background: rgba(216, 95, 135, 0.35);
  margin: 0.7rem 0;
}

/* =========================
   MICROBLOG / TIMELINE
   ========================= */

.microblog{
  padding: 0.2rem 0.1rem;
}

.microblog-feed{
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.microblog-empty{
  color: rgba(20,60,20,0.75);
  font-style: italic;
  padding: 0.6rem 0.5rem;
}

/* Post card */
.post{
  background: rgba(0, 80, 0, 0.06);
  border: 0.08rem solid rgba(0, 80, 0, 0.16);
  border-radius: 0.4rem;
  padding: 0.75rem 0.85rem;

  box-shadow: 0 0.02rem 1rem rgba(0,0,0,0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.post:hover{
  transform: translateY(-0.06rem);
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.10);
}

/* Header: nombre + fecha */
.post-header{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;

  padding-bottom: 0.45rem;
  margin-bottom: 0.55rem;
  border-bottom: 0.05rem dotted rgba(0, 80, 0, 0.25);
}

.post-author{
  color: rgba(20, 60, 20, 0.95);
  font-weight: bold;
  font-size: 0.95rem;
}

.post-date{
  color: rgba(20, 60, 20, 0.65);
  font-size: 0.85rem;
  white-space: nowrap;
}

/* Texto */
.post-text{
  margin: 0;
  color: rgba(20, 60, 20, 0.92);
  line-height: 1.45;
  white-space: pre-wrap;
}

/* Imagen/GIF */
.post-media{
  margin-top: 0.65rem;
  border-radius: 0.35rem;
  overflow: hidden;
  border: 1px dashed rgba(216, 95, 135, 0.45);
  background: rgba(255,255,255,0.55);
}

.post-media img{
  width: 100%;
  height: auto;
  display: block;
}

/* “Tags” o mood */
.post-tags{
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.post-tag{
  font-size: 0.8rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  border: 1px dashed rgba(216, 95, 135, 0.55);
  background: rgba(216, 95, 135, 0.10);
  color: rgba(143, 39, 74, 0.90);
}

/* =========================
   DAILY RECOMMENDATION (PRETTIER) - NEW LAYOUT
   ========================= */

.daily-rec{
  margin: 0.8rem auto 0.2rem;
  padding: 0;

  background: rgba(255, 255, 255, 0.75);
  border: 0.125rem solid rgba(216, 95, 135, 0.55);
  border-radius: 0.45rem;

  box-shadow: 0 0.2rem 1.1rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* mini titlebar estilo ventanita */
.daily-rec-title{
  display: flex;
  align-items: center;
  gap: 0.45rem;

  padding: 0.45rem 0.6rem;
  margin: 0;

  background: linear-gradient(90deg,
    rgba(216, 95, 135, 0.85),
    rgba(255, 195, 215, 0.85)
  );

  border-bottom: 0.05rem solid rgba(0, 80, 0, 0.12);
}

.daily-rec-title img{
  width: 1.05rem;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.15));
}

.daily-rec-title h4{
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  letter-spacing: 0.2px;
}

/* cuerpo: portada + texto */
.daily-rec-body{
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 0.7rem;

  padding: 0.65rem 0.7rem 0.45rem;
}

.daily-rec-cover{
  width: 56px;
  height: 56px;
  border-radius: 0.4rem;
  object-fit: cover;

  border: 2px solid;
  border-color: rgba(255,255,255,0.9) rgba(122,111,106,0.55) rgba(122,111,106,0.55) rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.6);
}

.daily-rec-text{
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.daily-rec-track{
  margin: 0;
  font-weight: bold;
  color: rgba(20, 60, 20, 0.95);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.daily-rec-artist{
  margin: 0.12rem 0 0;
  color: rgba(20, 60, 20, 0.70);
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Barra de progreso (REAL, se llena con JS) */
.daily-rec-progress{
  height: 6px;
  margin: 0.15rem 0.7rem 0.45rem;

  background: rgba(216,95,135,0.25);
  border-radius: 999px;
  overflow: hidden;

  border-top: 1px solid rgba(0, 80, 0, 0.08);
}

.daily-rec-progress-bar{
  height: 100%;
  width: 0%;

  background: linear-gradient(90deg,
    rgba(216,95,135,0.90),
    rgba(255,195,215,0.95)
  );

  transition: width 0.25s linear;
}

/* Controles: gif + botón + gif */
.daily-rec-controls{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;

  padding: 0.25rem 0 0.7rem;
}

.daily-rec-gif{
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
  image-rendering: auto;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.10));
}

/* botón circular play/pause */
.daily-rec-btn{
  width: 44px;
  height: 44px;
  padding: 0;

  border-radius: 999px;
  border: 2px solid;
  border-color: rgba(255,255,255,0.9) rgba(143, 39, 74, 0.512) rgba(143, 39, 74, 0.512) rgba(255,255,255,0.9);

  background: radial-gradient(circle at 30% 30%,
    rgba(255,255,255,0.85),
    rgba(255,195,215,0.55)
  );

  color: rgba(143, 39, 74, 0.95);
  cursor: pointer;
  font-family: inherit;
  font-size: 1.05rem;
  display: grid;
  place-items: center;

  transition: transform 160ms ease, filter 160ms ease;
}

.daily-rec-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.daily-rec-btn:active{
  transform: translateY(0px);
}

.divider-gif img{
  width: 100%;
}

.divider-gif {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.guestbook-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;

  text-decoration: none;
  font-weight: bold;
  color: #6b4a3d; /* earthy */

  padding: 0.2rem 0.35rem;
}

.guestbook-link img {
  height: 1.2rem;
}

.guestbook-link:hover {
  text-decoration: underline;
}

.stamps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;

  justify-content: center;
  margin: 0.5rem 0;

  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px dashed rgba(216, 95, 135, 0.6);
  border-radius: 8px;
}

.stamps img {
  height: 60px;
  image-rendering: auto;
  transition: transform 0.15s ease;
}

.stamps img:hover {
  transform: scale(1.15) rotate(-2deg);
}

