body {
  margin: 0;
  background-color: #ffeef7;
  color: #4a2c4f;
  font-family: "Comic Sans MS", "Comic Neue", "Trebuchet MS", system-ui, sans-serif;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.bottom-img {
  position: absolute;
  bottom: 20px;
}

.bottom-img img {
  max-width: 400px;
  height: auto;
  opacity: 0.95;
}

.bottom-left {
  left: 240px;
}

.bottom-right {
  right: 20px;
}

.sidebar {
  width: 220px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffb3e0, #ffadad);
  border-right: 3px solid #d879c9;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-bottom-img {
  margin-top: auto;
  text-align: center;
}

.sidebar-bottom-img img {
  max-width: 100%;
  height: auto;
  opacity: 0.95;
}

.site-logo {
  text-align: center;
}

.site-logo img {
  margin-top: 10px;
  width: 120px;
  height: auto;
}

.site-logo h2 {
  margin-top: 10px;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: #ff75b1;
}

.avatar-wrap {
  position: relative;
  display: inline-block;
}

.avatar-main {
  width: 120px;
  height: auto;
  border-radius: 40px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(240, 117, 171, 0.4);
}

.avatar-flower {
  position: absolute;
  bottom: -48px;
  left: -58px;
  transform: scale(0.4) rotate(-26deg);
}

.avatar-cherry-blossom {
  position: absolute;
  bottom: -36px;
  right: -54px;
  transform: scale(0.62);
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-links a {
  display: block;
  padding: 8px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.3);
  color: #4a1e3b;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.nav-links a:hover {
  background-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(112, 104, 189, 0.3);
}

.nav-links .active {
  background-color: #f5a6cd;
  color: #3a1141;
}

.nav-links a .flower {
  color: #ff75b1;
}

.content {
  flex: 1;
  padding: 30px 20px;
  box-sizing: border-box;
  
  display: flex;
  flex-direction: column;
}

.content h1 {
  font-size: 2rem;
  letter-spacing: 0.16em;
  margin-top: 0;
  color: #ff75b1;
}

.content p {
  max-width: 600px;
  line-height: 1.6;
}

.welcome-gif {
  margin-top: 16px;
  text-align:left;
}

.welcome-gif img {
  max-width: 180px;
  height: auto;
  image-rendering: auto;
  box-shadow: 0 0 12px rgba(112, 104, 189, 0.35);
}

#flower-garden-container {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 20px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(112, 104, 189, 0.3);
}


.music-glitch {
  margin-top: 16px;
  text-align:left;
}

.music-glitch img {
  max-width: 360px;
  height: auto;
  image-rendering: auto;
  box-shadow: 0 0 12px rgba(112, 104, 189, 0.35);
}

.minecraft-wives {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.minecraft-wives img {
  max-width: 360px;
  height: auto;
  border-radius: 18px;
  border: 3px solid #f2e2ff;
  box-shadow: 0 0 12px rgba(112, 104, 189, 0.35);
}

.flower-garden {
  text-align: left;
  margin-bottom: 20px;
}

.flower-garden img {
  max-width: 360px;
  height: auto;
  border-radius: 18px;
  border: 3px solid #f2e2ff;
  box-shadow: 0 0 12px rgba(112, 104, 189, 0.35);
}

.minecraft-title {
  position: absolute;
  bottom: 10px;
  left: 14px;
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}

.flower {
  color: #f5a6cd;
  margin: 0 4px;
  font-size: 1.1em;
}

.link {
  color: #89beff;
  text-decoration: none;
  font-weight: bold;
}

.link:hover {
  text-decoration: underline;
}

.dev-entry {
  max-width: 50%;
  height:auto;
  margin-top: 20px;
}

.dev-entry-link {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: inherit;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.dev-entry-link:hover {
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(112, 104, 189, 0.35);
  transform: translateY(-2px);
}

.dev-entry-thumb img {
  display: block;
  width: 120px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(240, 117, 171, 0.4);
}

.dev-entry-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dev-entry-title {
  margin: 0;
  font-weight: bold;
  color: #ff75b1;
}

.dev-entry-tagline {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: #4a2c4f;
}

.ggj-hero {
  margin: 10px 0 20px;
}

.ggj-hero img {
  max-width: 50%;
  height: auto;
  border-radius: 18px;
  border: 3px solid #f2e2ff;
  box-shadow: 0 0 12px rgba(112, 104, 189, 0.35);
}

.ggj-screenshots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.ggj-screenshots img {
  max-width: 30%;
  height: auto;
  border-radius: 12px;
  border: 2px solid #f5a6cd;
  box-shadow: 0 0 8px rgba(240, 117, 171, 0.4);
}


body::before {
  content: "✿";
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #ff75b1;
  opacity: 0.8;
}

body::after {
  content: "♡";
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-size: 24px;
  color: #ff75b1;
  opacity: 0.8;
}

@media (max-width: 700px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #f075ab;
    flex-direction: column;
    align-items: center;
  }

  .nav-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links a {
    margin: 4px;
  }
}

