body {
  margin: 0;
  background-image: url("images/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #050012;
  font-family: 'Quicksand', sans-serif;
  color: #2b063d;
}

.site-header {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 8%;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(90deg, rgba(6,0,26,0.95), rgba(51,0,62,0.8), rgba(6,0,26,0.95));
  border-top: 5px solid #00f6ff;
  border-bottom: 5px solid #ff00cc;
  box-shadow: 0 0 30px #ff00cc;
}

.site-title {
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 0 10px #ff7df1) drop-shadow(0 0 18px #00eaff);
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.main-menu a,
.button {
  font-family: 'Orbitron', sans-serif;
  text-decoration: none;
  color: white;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #ff72df;
  background: rgba(20, 0, 45, 0.7);
  box-shadow: 0 0 10px #ff00cc, inset 0 0 10px rgba(255,255,255,0.12);
  text-shadow: 0 0 8px #ffb3f7;
  display: inline-block;
}

.main-menu a:hover,
.button:hover {
  background: rgba(255, 75, 218, 0.35);
  box-shadow: 0 0 16px #ff00cc, 0 0 26px #00eaff;
}

.layout {
  width: 96%;
  max-width: 1520px;
  margin: 0 auto 70px auto;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.column {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.box {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 232, 253, 0.88);
  border: 2px solid #ff4ed8;
  box-shadow:
    0 0 16px #ff00cc,
    0 0 34px rgba(0, 234, 255, 0.55);
  backdrop-filter: blur(3px);
}

.box-title {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px 20px;
  color: #fff8ff;
  background:
    linear-gradient(90deg, #12001f, #3a0048, #12001f);
  border-bottom: 2px solid #ff6de4;
  text-shadow:
    0 0 5px #fff,
    0 0 15px #ff4ed8,
    0 0 28px #00eaff;
}

.box-content {
  padding: 24px;
  font-size: 17px;
  line-height: 1.65;
  background:
    linear-gradient(135deg, rgba(255,248,255,0.95), rgba(255,218,249,0.82));
}

.centered {
  text-align: center;
}

.avatar {
  width: 110px;
  margin: 4px auto 10px auto;
  display: block;
  filter: drop-shadow(0 0 8px #00eaff);
}

.hello {
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 14px;
  color: #32004e;
  text-shadow: 2px 2px 0 #ff9bed, 0 0 10px #00eaff;
}

.hello span {
  font-size: 14px;
  color: #9b12c5;
}

.guestbook-line {
  font-family: 'Orbitron', sans-serif;
  color: #700098;
  font-weight: bold;
}

.image-button img {
  max-width: 190px;
  height: auto;
  display: block;
  margin: 14px auto 0;
  filter: drop-shadow(0 0 8px #ff00cc);
}

.image-button img:hover {
  filter: drop-shadow(0 0 12px #ff00cc) drop-shadow(0 0 18px #00eaff);
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: center;
  justify-items: center;
}

.icon-grid img {
  width: 74px;
  max-width: 100%;
  filter: drop-shadow(0 0 8px #ff8df0);
}

.media-row {
  display: flex;
  gap: 18px;
  align-items: center;
}

.feature-icon {
  width: 110px;
  filter: drop-shadow(0 0 10px #00eaff);
}

.small-pic {
  width: 100%;
  display: block;
  border-radius: 18px;
  margin-bottom: 16px;
  border: 2px solid #ff4ed8;
  box-shadow: 0 0 14px #ff00cc, 0 0 22px #00eaff;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-row img {
  width: 72px;
  filter: drop-shadow(0 0 8px #ff00cc);
}

.left-column .box:nth-child(1) {
  transform: rotate(-0.25deg);
}

.middle-column .box:nth-child(2) {
  transform: rotate(0.35deg);
}

.right-column .box:nth-child(2) {
  transform: rotate(-0.35deg);
}

.social-row {
  margin-top: 24px;
}

.journal-date {
  font-family: 'Orbitron', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #a100c8;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.journal-preview {
  margin-bottom: 20px;
}

.status-line {
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  color: #6b007e;
  background: rgba(255,255,255,0.55);
  border: 1px solid #ff8ee8;
  border-radius: 16px;
  padding: 10px 14px;
  margin: 12px auto 18px auto;
  max-width: 260px;
  box-shadow: 0 0 12px rgba(255,0,204,0.35);
}

.pet-zone {
  position: relative;
  min-height: 170px;
  text-align: center;
}

.pet {
  position: absolute;
  width: 64px;
  filter: drop-shadow(0 0 8px #ff00cc) drop-shadow(0 0 12px #00eaff);
  animation: floatPet 3s ease-in-out infinite;
}

.pet-one {
  left: 25px;
  top: 25px;
}

.pet-two {
  right: 30px;
  top: 35px;
  animation-delay: 0.6s;
}

.pet-three {
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  animation-delay: 1.1s;
}

@keyframes floatPet {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0;
  }
}

.pet-zone p {
  padding-top: 115px;
}

.pet-room {
  position: relative;
  height: 240px;
  overflow: hidden;
  text-align: center;
}

.wander-pet {
  position: absolute;
  image-rendering: pixelated;
  filter:
    drop-shadow(0 0 8px #ff00cc)
    drop-shadow(0 0 14px #00eaff);
}

.pet-a {
  width: 90px;

  animation:
    petMoveA 9s ease-in-out infinite alternate;
}

.pet-b {
  width: 72px;

  animation:
    petMoveB 7s ease-in-out infinite alternate;
}

@keyframes petMoveA {

  0% {
    left: 10px;
    top: 20px;
  }

  25% {
    left: 180px;
    top: 40px;
  }

  50% {
    left: 120px;
    top: 120px;
  }

  75% {
    left: 240px;
    top: 90px;
  }

  100% {
    left: 40px;
    top: 150px;
  }

}

@keyframes petMoveB {

  0% {
    right: 20px;
    top: 30px;
  }

  25% {
    right: 140px;
    top: 80px;
  }

  50% {
    right: 60px;
    top: 150px;
  }

  75% {
    right: 200px;
    top: 40px;
  }

  100% {
    right: 30px;
    top: 130px;
  }

}

.pet-text {
  padding-top: 185px;
  font-family: 'Orbitron', sans-serif;
  font-size: 13px;
  color: #7a009c;
}