:root {
  --cream: #f7ead8;
  --paper: #fffaf1;
  --brown: #5a3826;
  --dark-brown: #3b2418;
  --coffee: #8a5a3c;
  --rose: #b56b6b;
  --rose-soft: #ead0c8;
  --sage-light: #d8dec7;
  --shadow: rgba(75, 45, 28, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dark-brown);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
  background:
    linear-gradient(rgba(247, 234, 216, 0.45), rgba(247, 234, 216, 0.45)),
    url("/img/wallpaper-quilt.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}

/* Cursor */
html,
body,
body * {
  cursor: url("/img/cursor-tacita-32.png") 3 3, auto !important;
}

a,
a *,
button,
button * {
  cursor: url("/img/cursor-tacita-32.png") 3 3, pointer !important;
}

/* Estructura general */
.page-wrapper {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px;
  border: 2px solid rgba(90, 56, 38, 0.18);
  border-radius: 34px;
  background: rgba(255, 250, 241, 0.18);
  box-shadow: inset 0 0 30px rgba(90, 56, 38, 0.08);
}

/* Portada */
.hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  border: 3px double var(--coffee);
  border-radius: 30px;
  background:
    linear-gradient(rgba(90, 56, 38, 0.18), rgba(90, 56, 38, 0.22)),
    url("/img/hero-grande.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 18px 40px var(--shadow);
}

.hero-card {
  max-width: 720px;
  background:
    linear-gradient(rgba(255, 250, 241, 0.82), rgba(255, 250, 241, 0.82)),
    url("/img/hero-fondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid var(--brown);
  border-radius: 24px;
  padding: 38px;
  text-align: center;
  box-shadow: 8px 8px 0 rgba(90, 56, 38, 0.24);
}

.small-title {
  margin: 0 0 12px;
  color: var(--rose);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

h1 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(42px, 8vw, 78px);
  line-height: 0.95;
  font-weight: normal;
  text-shadow:
    2px 2px 0 rgba(198, 154, 85, 0.28),
    4px 4px 0 rgba(181, 107, 107, 0.16);
}

h1,
h2,
h3,
.small-title,
.section-title,
.date,
.nav a,
.verse-card span,
.follow-button {
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 1px;
}

.subtitle {
  max-width: 560px;
  margin: 22px auto 0;
  font-size: 18px;
}

/* Menú */
.nav-note {
  width: fit-content;
  margin: 24px auto -8px;
  padding: 9px 18px;
  color: #fffaf1;
  background: #8a5a3c;
  border: 2px solid #fffaf1;
  outline: 1px dashed rgba(255, 250, 241, 0.8);
  outline-offset: -5px;
  border-radius: 999px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  text-align: center;
  box-shadow: 4px 4px 0 rgba(90, 56, 38, 0.22);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 24px auto;
  padding: 14px;
  text-align: center;
  background: linear-gradient(90deg, #8a5a3c, #b56b6b, #8f9b75);
  border-radius: 999px;
  box-shadow: 0 10px 25px var(--shadow);
  border: 2px solid rgba(255, 250, 241, 0.95);
  outline: 1px dashed rgba(255, 250, 241, 0.7);
  outline-offset: -6px;
}

.nav a {
  color: var(--paper);
  text-decoration: none;
  margin: 0 12px;
  font-size: 15px;
  padding: 5px 8px;
  border-radius: 999px;
  font-weight: bold;
}

.nav a::after {
  content: " ↗";
  font-size: 11px;
  opacity: 0.8;
}

.nav a:hover {
  color: var(--rose-soft);
  background: rgba(255, 250, 241, 0.14);
  text-decoration: none;
}

/* Secciones */
.section {
  margin: 34px 0;
}

.two-columns {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.paper-card,
.side-card,
.journal-entry,
.quote-card,
.follow-card,
.verse-card {
  position: relative;
  background: var(--paper);
  border: 2px solid var(--coffee);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 7px 7px 0 rgba(138, 90, 60, 0.22);
}

.paper-card::after,
.side-card::after,
.journal-entry::after,
.follow-card::after,
.verse-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(90, 56, 38, 0.25);
  border-radius: 16px;
  pointer-events: none;
}

.paper-card h2,
.side-card h3 {
  margin-top: 0;
  color: var(--brown);
}

.side-card {
  background:
    linear-gradient(rgba(216, 222, 199, 0.82), rgba(216, 222, 199, 0.82)),
    url("/img/sitio-se-siente.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.side-card ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.section-title {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 18px;
  color: var(--paper);
  background: var(--brown);
  border-radius: 999px;
  font-weight: normal;
}

/* Pensamientos recientes */
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.journal-entry {
  min-height: 260px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.journal-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 250, 241, 0.88);
  z-index: 1;
}

.journal-entry > * {
  position: relative;
  z-index: 2;
}

.journal-entry h3,
.journal-entry p {
  background: rgba(255, 250, 241, 0.72);
  padding: 6px 10px;
  border-radius: 10px;
}

.journal-entry h3 {
  margin-top: 6px;
  color: var(--brown);
  font-weight: bold;
}

.journal-entry .date {
  display: inline-block;
  color: var(--paper);
  background: var(--rose);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

#pensamientos .journal-entry:nth-child(1) {
  background-image: url("/img/pensamiento-1.jpg") !important;
}

#pensamientos .journal-entry:nth-child(2) {
  background-image: url("/img/pensamiento-2.jpg") !important;
}

#pensamientos .journal-entry:nth-child(3) {
  background-image: url("/img/pensamiento-3.jpg") !important;
}

.date {
  margin: 0;
  color: var(--coffee);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Música en página principal */
.music-section .paper-card {
  background:
    linear-gradient(rgba(255, 250, 241, 0.84), rgba(255, 250, 241, 0.84)),
    url("/img/musica-fondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.apple-player {
  max-width: 560px;
  margin: 26px auto 0;
  background: linear-gradient(#fdf8f0, #e8d7ca);
  border: 2px solid rgba(90, 56, 38, 0.45);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    7px 7px 0 rgba(90, 56, 38, 0.18);
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
}

.player-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: linear-gradient(#f6e8de, #d8bfb1);
  border-bottom: 1px solid rgba(90, 56, 38, 0.25);
}

.player-top p {
  margin: 0;
  font-size: 13px;
  color: var(--brown);
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  border: 1px solid rgba(90, 56, 38, 0.28);
}

.window-dots span:nth-child(1) {
  background: #d98282;
}

.window-dots span:nth-child(2) {
  background: #e2bd74;
}

.window-dots span:nth-child(3) {
  background: #9bbf8a;
}

.player-screen {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px;
  background:
    linear-gradient(rgba(255, 250, 241, 0.74), rgba(255, 250, 241, 0.74)),
    url("/img/polaroid-fondo.jpg");
  background-size: cover;
  background-position: center;
}

.album-art {
  width: 95px;
  height: 95px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, var(--rose-soft), var(--sage-light));
  border: 2px solid var(--coffee);
  border-radius: 18px;
  color: var(--brown);
  font-size: 34px;
  box-shadow: 4px 4px 0 rgba(90, 56, 38, 0.18);
}

.track-info p,
.track-info h3 {
  margin: 0;
}

.track-info h3 {
  color: var(--brown);
  font-size: 22px;
  margin: 4px 0;
}

.now-playing {
  color: var(--rose);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 14px;
  background: #fffaf1;
  border-top: 1px solid rgba(90, 56, 38, 0.18);
  border-bottom: 1px solid rgba(90, 56, 38, 0.18);
  color: var(--brown);
  font-size: 18px;
}

.play-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rose);
  color: var(--paper);
  border-radius: 50%;
  border: 2px solid var(--brown);
  box-shadow: 3px 3px 0 rgba(90, 56, 38, 0.2);
}

.player-list {
  padding: 12px 18px 18px;
  background: rgba(255, 250, 241, 0.88);
}

.player-list a {
  display: block;
  color: var(--dark-brown);
  text-decoration: none;
  padding: 10px 8px;
  border-bottom: 1px dashed rgba(90, 56, 38, 0.28);
}

.player-list a:last-child {
  border-bottom: none;
}

.player-list a:hover {
  background: rgba(181, 107, 107, 0.12);
  border-radius: 10px;
}

.player-list span {
  color: var(--rose);
  margin-right: 10px;
  font-weight: bold;
}

.note {
  font-size: 14px;
  color: var(--coffee);
}

/* Fotos */
.intro-text {
  max-width: 720px;
  background: rgba(255, 250, 241, 0.72);
  padding: 18px;
  border-left: 5px solid var(--rose);
  border-radius: 10px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.photo-card {
  background: url("/img/polaroid-fondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(90, 56, 38, 0.18);
  padding: 14px 14px 18px;
  border-radius: 18px;
  text-align: center;
  box-shadow:
    0 8px 18px rgba(90, 56, 38, 0.12),
    6px 6px 0 rgba(138, 90, 60, 0.12);
  transform: rotate(-1deg);
}

.photo-card:nth-child(even) {
  transform: rotate(1deg);
}

.photo-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #fffdf8;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(90, 56, 38, 0.14);
  display: block;
  filter: sepia(0.08) contrast(0.96) brightness(1.02);
}

.photo-card p {
  display: inline-block;
  background: rgba(255, 250, 241, 0.82);
  border-radius: 10px;
  padding: 5px 9px;
  margin-top: 10px;
  font-size: 14px;
}

/* Versículo, intereses y seguir */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tags span {
  display: inline-block;
  padding: 8px 13px;
  background: var(--rose-soft);
  border: 1px solid var(--coffee);
  border-radius: 999px;
  font-size: 14px;
}

.quote-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brown);
  color: var(--paper);
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.verse-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
  background:
    linear-gradient(rgba(255, 250, 241, 0.92), rgba(255, 250, 241, 0.92)),
    radial-gradient(circle at top left, var(--rose-soft), transparent 45%),
    radial-gradient(circle at bottom right, var(--sage-light), transparent 45%);
  border: 3px double var(--coffee);
  border-radius: 26px;
  box-shadow: 8px 8px 0 rgba(90, 56, 38, 0.2);
}

.verse-card p {
  margin: 0 0 16px;
  color: var(--brown);
  font-size: 24px;
  line-height: 1.6;
  font-style: italic;
}

.verse-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--rose);
  font-size: 16px;
  font-weight: bold;
}

.verse-card small {
  display: block;
  color: var(--coffee);
  font-size: 15px;
}

.follow-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
  background:
    linear-gradient(rgba(255, 250, 241, 0.94), rgba(255, 250, 241, 0.94)),
    radial-gradient(circle at top left, var(--rose-soft), transparent 42%),
    radial-gradient(circle at bottom right, var(--sage-light), transparent 42%);
  border: 3px double var(--coffee);
  border-radius: 26px;
  box-shadow: 8px 8px 0 rgba(90, 56, 38, 0.2);
}

.follow-card h2 {
  margin: 8px 0 14px;
  color: var(--brown);
  font-size: 34px;
  font-weight: normal;
}

.follow-card p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.follow-button {
  display: inline-block;
  margin-top: 16px;
  padding: 13px 22px;
  color: var(--paper);
  background: var(--rose);
  border: 2px solid var(--brown);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(90, 56, 38, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.follow-button:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 rgba(90, 56, 38, 0.25);
}

.follow-note {
  margin-top: 18px;
  color: var(--coffee);
  font-size: 14px;
  font-style: italic;
}

footer {
  margin: 40px 0 10px;
  padding: 24px;
  text-align: center;
  color: var(--brown);
  background: rgba(255, 250, 241, 0.7);
  border-radius: 20px;
}

.tiny-gif {
  width: 32px;
  height: auto;
  vertical-align: middle;
  margin-right: 6px;
}

/* Páginas internas: pensamientos */
.thoughts-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.thought-card {
  position: relative;
  min-height: 240px;
  background:
    linear-gradient(rgba(255, 250, 241, 0.94), rgba(255, 250, 241, 0.94)),
    radial-gradient(circle at top right, var(--rose-soft), transparent 42%);
  border: 2px solid var(--coffee);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 7px 7px 0 rgba(138, 90, 60, 0.22);
}

.thought-card h3 {
  margin-top: 6px;
  color: var(--rose);
}

.pensamiento-largo {
  grid-column: 1 / -1;
  max-width: 820px;
  margin: 0 auto;
}

.pensamiento-largo p {
  font-size: 17px;
  line-height: 1.8;
}

.pensamiento-largo h3 {
  font-size: 28px;
}

/* Páginas internas: fotos */
.scrapbook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.scrap-photo {
  background: rgba(255, 250, 241, 0.94);
  border: 2px solid var(--coffee);
  border-radius: 24px;
  padding: 16px;
  box-shadow:
    7px 7px 0 rgba(138, 90, 60, 0.22),
    0 8px 18px rgba(90, 56, 38, 0.14);
  transform: rotate(-1deg);
}

.scrap-photo:nth-child(even) {
  transform: rotate(1deg);
}

.scrap-photo.grande {
  grid-column: span 2;
}

.scrap-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--brown);
  display: block;
}

.scrap-photo.grande img {
  height: 360px;
}

.scrap-photo h3 {
  margin: 4px 0 8px;
  color: var(--rose);
}

.scrap-photo p {
  margin: 0 0 8px;
}

.scrap-photo .date {
  margin-top: 14px;
}

/* Páginas internas: música */
.music-library {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 24px;
}

.music-window {
  max-width: 820px;
  margin: 0 auto;
  background:
    linear-gradient(rgba(255, 250, 241, 0.88), rgba(255, 250, 241, 0.88)),
    url("/img/polaroid-fondo.jpg");
  background-size: cover;
  background-position: center;
  border: 2px solid var(--coffee);
  border-radius: 24px;
  padding: 24px;
  box-shadow:
    7px 7px 0 rgba(138, 90, 60, 0.22),
    0 8px 18px rgba(90, 56, 38, 0.14);
}

.music-window h3 {
  margin: 6px 0 14px;
  color: var(--rose);
}

.youtube-window {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 16px 0;
  border: 2px solid var(--coffee);
  border-radius: 18px;
  overflow: hidden;
  background: #fffaf1;
  box-shadow: inset 0 0 0 8px rgba(255, 250, 241, 0.75);
}

.youtube-window iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Mini reproductor */
.player-page {
  margin: 0;
  padding: 18px;
  background:
    linear-gradient(rgba(247, 234, 216, 0.45), rgba(247, 234, 216, 0.45)),
    url("/img/wallpaper-quilt.jpg");
  background-size: cover;
  color: var(--dark-brown);
  font-family: Georgia, "Times New Roman", serif;
}

.mini-player-window {
  max-width: 420px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 250, 241, 0.9);
  border: 2px solid var(--coffee);
  border-radius: 22px;
  box-shadow: 7px 7px 0 rgba(90, 56, 38, 0.2);
  text-align: center;
}

.mini-player-window h1 {
  font-size: 28px;
  margin-bottom: 14px;
}

.open-player-button {
  display: block;
  margin: 22px auto;
  padding: 12px 20px;
  color: var(--paper);
  background: var(--rose);
  border: 2px solid var(--brown);
  border-radius: 999px;
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
  box-shadow: 4px 4px 0 rgba(90, 56, 38, 0.22);
}

.open-player-button:hover {
  transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 850px) {
  .two-columns,
  .journal-grid,
  .photo-grid,
  .thoughts-board,
  .scrapbook-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    border-radius: 20px;
  }

  .nav a {
    display: inline-block;
    margin: 6px 8px;
  }

  .hero-card {
    padding: 28px;
  }

  .photo-card,
  .photo-card:nth-child(even),
  .scrap-photo,
  .scrap-photo:nth-child(even),
  .scrap-photo.grande {
    grid-column: span 1;
    transform: none;
  }

  .scrap-photo img,
  .scrap-photo.grande img {
    height: 260px;
  }

  .player-screen {
    flex-direction: column;
    text-align: center;
  }
}.pixel-gif {
  width: 34px;
  height: auto;
  vertical-align: middle;
  image-rendering: auto;
}

.pixel-gif-small {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

.title-with-gif {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.currently-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px;
  background:
    linear-gradient(rgba(255, 250, 241, 0.88), rgba(255, 250, 241, 0.88)),
    url("/img/polaroid-fondo.jpg");
  background-size: cover;
  background-position: center;
  border: 2px solid var(--coffee);
  border-radius: 24px;
  box-shadow: 7px 7px 0 rgba(138, 90, 60, 0.22);
}

.currently-box h2 {
  margin-top: 0;
  color: var(--rose);
}

.currently-box p {
  margin: 8px 0;
  padding: 8px 10px;
  background: rgba(255, 250, 241, 0.78);
  border-radius: 10px;
  border-bottom: 1px dashed rgba(90, 56, 38, 0.22);
}

.maceta-gif {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 16px auto 0;
}/* Pensamientos recientes: fondo visible + texto legible */

#pensamientos .journal-entry {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Quitamos la capa grande que tapaba todo el fondo */
#pensamientos .journal-entry::before {
  background: rgba(255, 250, 241, 0.18) !important;
}

/* El texto queda arriba */
#pensamientos .journal-entry > * {
  position: relative;
  z-index: 2;
}

/* Solo las letras tienen fondo clarito */
#pensamientos .journal-entry h3,
#pensamientos .journal-entry p {
  display: inline-block;
  background: rgba(255, 250, 241, 0.82);
  padding: 6px 10px;
  border-radius: 10px;
}

/* La fecha queda como etiqueta */
#pensamientos .journal-entry .date {
  display: inline-block;
  color: var(--paper);
  background: var(--rose);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

/* Fondos de cada tarjeta */
#pensamientos .journal-entry:nth-child(1) {
  background-image: url("/img/pensamiento-1.jpg") !important;
}

#pensamientos .journal-entry:nth-child(2) {
  background-image: url("/img/pensamiento-2.jpg") !important;
}

#pensamientos .journal-entry:nth-child(3) {
  background-image: url("/img/pensamiento-3.jpg") !important;
}/* Restaurar Música que me acompaña */

.music-section .paper-card {
  background:
    linear-gradient(rgba(255, 250, 241, 0.78), rgba(255, 250, 241, 0.78)),
    url("/img/musica-fondo.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: 3px double var(--coffee);
  border-radius: 26px;
  box-shadow:
    8px 8px 0 rgba(90, 56, 38, 0.2),
    0 12px 26px rgba(90, 56, 38, 0.16);
}

.music-section .paper-card h2 {
  color: var(--brown);
  text-align: center;
  font-size: 32px;
}

.music-section .paper-card > p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 250, 241, 0.76);
  padding: 10px 14px;
  border-radius: 14px;
}

.apple-player {
  max-width: 560px;
  margin: 26px auto 0;
  background: linear-gradient(#fdf8f0, #e8d7ca) !important;
  border: 2px solid rgba(90, 56, 38, 0.45);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    7px 7px 0 rgba(90, 56, 38, 0.18);
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
}

.player-screen {
  background:
    linear-gradient(rgba(255, 250, 241, 0.62), rgba(255, 250, 241, 0.62)),
    url("/img/polaroid-fondo.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

.music-section .note {
  max-width: 560px;
  margin: 18px auto 0;
  text-align: center;
  background: rgba(255, 250, 241, 0.78);
  padding: 8px 12px;
  border-radius: 999px;
}.footer-gifs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0;
  flex-wrap: wrap;
}

.footer-gifs img {
  max-height: 36px;
  width: auto;
}