.guestbook-section {
  margin: 2.5rem auto;
  padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  background: #f9f6ff;
  border: 2px solid #e2aed0;
  border-radius: 12px;
  box-shadow: 0 1.5px 6px #e2aed044;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  max-width: 1100px;
  width: 90vw;
  position: relative;
}
.guestbook-title {
  font-size: 1.35rem;
  margin: 0 0 0.7rem 0;
  color: #6a4fa3;
  letter-spacing: 1px;
  text-align: left;
}
.guestbook-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.guestbook-input, .guestbook-textarea {
  padding: 0.4rem 0.7rem;
  border-radius: 7px;
  border: 1.5px solid #e2aed0;
  font-size: 1.05rem;
  font-family: inherit;
  background: #fff;
  color: #6a4fa3;
  transition: border 0.12s;
}
.guestbook-input:focus, .guestbook-textarea:focus {
  border: 1.5px solid #b96fc9;
  outline: none;
}
.guestbook-button {
  background: linear-gradient(90deg, #E78DC7 60%, #b96fc9 100%);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 0.5rem 0.7rem;
  font-size: 1.08rem;
  font-family: inherit;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 1.5px 6px #e2aed044;
  transition: background 0.12s;
}
.guestbook-button:hover {
  background: linear-gradient(90deg, #b96fc9 0%, #E78DC7 100%);
}
.guestbook-entries {
  margin-top: 1.1rem;
  height: 140px;
  overflow-y: scroll;
  font-size: 1.01rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  scrollbar-width: thin;
  scrollbar-color: #ff69b4 #f9f6ff;
}
.guestbook-entry {
  background: #fff;
  border-radius: 7px;
  padding: 0.5rem 0.7rem 0.5rem 0.7rem;
  box-shadow: 0 1px 4px #e2aed033;
  border: 1px solid #e2aed0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.guestbook-entry-name {
  color: #b96fc9;
  font-weight: 700;
  font-size: 1.05rem;
}
.guestbook-entry-message {
  color: #6a4fa3;
  font-size: 1.01rem;
  word-break: break-word;
}
/* Custom scrollbar for main content area */
.mainArea {
  scrollbar-width: thin;
  scrollbar-color: #ff69b4 #f9f6ff;
}
.mainArea::-webkit-scrollbar {
  width: 8px;
  background: #f9f6ff;
}
.mainArea::-webkit-scrollbar-thumb {
  background: #ff69b4;
  border-radius: 8px;
  border: 1.5px solid #f9f6ff;
}
.mainArea::-webkit-scrollbar-thumb:active,
.mainArea::-webkit-scrollbar-thumb:hover,
.mainArea::-webkit-scrollbar-thumb:focus {
  background: #e2aed0;
}
.mainArea::-webkit-scrollbar-corner {
  background: #f9f6ff;
}
/* Custom scrollbar for guestbook */
.guestbook-entries {
  scrollbar-width: thin;
  scrollbar-color: #e2aed0 #f9f6ff;
}
.guestbook-entries::-webkit-scrollbar {
  width: 10px;
  background: #f9f6ff;
  border-radius: 8px;
}
.guestbook-entries::-webkit-scrollbar-thumb {
  background: linear-gradient(120deg, #ff69b4 60%, #e2aed0 100%);
  border-radius: 8px;
  border: 2px solid #f9f6ff;
}
.guestbook-entries::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(120deg, #e2aed0 0%, #ff69b4 100%);
}
.site-title-img {
  max-width: 1020px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1.2rem auto;
  padding: 2rem 0 0 0;
  background: transparent;
}

.rightColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 160px;
  max-width: 220px;
  width: 16vw;
  margin-left: 1.2rem;
  gap: 1rem;
  background: transparent;
}
.rightSection {
  background: #f6f6faee;
  border-radius: 10px;
  box-shadow: 0 1.5px 6px #bdbdfc33;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  color: #6a4fa3;
  padding: 0.7rem 0.5rem 1rem 0.5rem;
  margin-bottom: 0.5rem;
  min-width: 120px;
  max-width: 200px;
  width: 100%;
  transition: box-shadow 0.12s, background 0.12s;
}
.rightSection:not(:last-child):hover {
  box-shadow: 0 2.5px 10px #e2aed088, 0 1.5px 6px #bdbdfc33;
  background: #e2aed018;
}
.window-icon-img {
  width: 16px;
  height: 16px;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  background: #fff;
  box-shadow: 0 0.5px 1.5px #bdbdfc33;
  display: inline-block;
  object-fit: contain;
  transition: background 0.09s, box-shadow 0.09s;
}

.section {
  background: white;
  border: 2px solid #bdbdfc;
  box-shadow: 0 1.5px 6px #bdbdfc33, 0 0 0 1.5px #fff inset;
  margin: 2rem 0;
  padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  position: relative;
  font-family: "cofo-sans-pixel", sans-serif;
  overflow: visible;
}

.section .window-icons {
  position: absolute;
  top: 10px;
  right: 12px;
  display: flex;
  gap: 0.4rem;
  z-index: 2;
}

/* Section headings and paragraphs - modern, consistent, no duplicates */
.section h1 {
  font-size: 2.2rem;
  margin: 0.5rem 0 0.7rem 0;
  color: #6a4fa3;
  font-family: "cofo-sans-pixel", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

.section p {
  font-size: 1.25rem;
  margin: 0.5rem 0 0.7rem 0;
  color: #4d3a6a;
  font-family: "quokka", sans-serif;
  line-height: 1.6;
}

/* Alternate section background for visual interest */
.alt-section {
  background: #f6f6fa;
  border-color: #e2aed0;
}

/* Section hover effect */
.section:hover {
  box-shadow: 0 3px 12px #bdbdfc55, 0 0 0 2px #e2aed0 inset;
  border-color: #e2aed0;
  transition: box-shadow 0.12s, border-color 0.12s;
}

/* Use the Typekit font for the main content window */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: url('images/newBackground@4x.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "quokka", sans-serif;
  display: block;
  cursor: url('images/cursor.png'), auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Force custom cursor on all clickable elements */
a, button, [role="button"], input[type="submit"], input[type="button"], label, .guestbook-button, .sideNavbar a, .rightSection, .window-icon-img {
  cursor: url('images/cursor.png'), auto !important;
}

.contentBox {
  background: #FFE7F3;
  border: 2px solid #E78DC7;
  max-width: 1500px;
  width: 90vw;
  min-height: 400px;
  margin: 4rem auto 3rem auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0 8px 32px #e78dc755, 0 0 0 2px #fff inset;
}

.boxHeader {
  width: 100%;
  background: transparent;
  text-align: center;
  padding: 2rem 0 1.2rem 0;
  border-bottom: 6px solid #E78DC7;
  background-color: white;
}
.boxHeader h1 {
  margin: 0;
  font-size: 5.5rem;
  color: plum;
  font-family: "puffin-arcade-liquid", sans-serif;
}

.contentFlex {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.sideNavbar {
  background: #C9EDF9;
  min-width: 140px;
  max-width: 180px;
  border: 2px solid #E78DC7;
  width: 22vw;
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 1.5px 0 6px rgba(0,0,0,0.03);
}
.sideNavbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sideNavbar li {
  margin-bottom: 1.5rem;
}
.sideNavbar a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 2.1rem;
  background: #E78DC7;
  border: 2px solid #E78DC7;
  padding: 0.7rem 1.5rem;
  box-shadow: 0 1px 3px #e78dc722;
}
.sideNavbar a:hover {
  color: #fff;
  background: #e2aed0;
  box-shadow: 0 1.5px 6px #e2aed088;
}

.sparkle {
  position: fixed;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, #fff 0%, #ffccff 60%, transparent 100%);
  pointer-events: none;
  border-radius: 50%;
  opacity: 1;
  animation: fadeOut 0.6s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-8px) scale(0.5);
  }
}


.mainArea {
  flex: 1 1 0;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  max-height: 70vh;
  overflow-y: auto;
  background: transparent;
  border-radius: 12px;
}


.mainArea main {
  flex: 1 1 0;
}





#mood img {
  width: 120px;
  max-width: 100%;
  height: auto;
  display: block;
}
