body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.45;
  cursor: url("images/beetle-cursor.png") 8 8, auto;
}

a,
button,
iframe,
audio,
summary {
  cursor: url("images/beetle-pointer.png") 8 8, pointer;
}

.page {
  width: min(94vw, 900px);
  margin: 24px auto 60px;
}

.content-panel {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46)),
    url("images/flower-block.png");
  background-repeat: no-repeat;
  background-size: 76% 72%;
  background-position: center 120px;
  padding: 18px 18px 26px;
  min-height: 760px;
}

.site-small {
  margin: 0;
  font-size: 14px;
}

h1 {
  margin: 14px 0 8px;
  font-size: 32px;
  font-weight: bold;
}

.meta {
  margin: 0 0 4px;
}

.nav-links {
  margin: 18px 0 10px;
}

.nav-links a,
.volume-list a,
a {
  color: #0000ee;
  text-decoration: underline;
}

.nav-links a {
  margin-right: 14px;
}

a:hover,
a:active,
a:focus {
  color: #d4c000;
}

.divider {
  margin: 24px 0;
}

.archive-section {
  margin-bottom: 34px;
}

.section-label {
  margin: 0 0 12px;
}

.volume-list p {
  margin: 0 0 8px;
}

.player-plain {
  margin-top: 8px;
}

#nowPlayingTitle {
  margin: 0 0 4px;
}

#nowPlayingMeta {
  margin: 0 0 12px;
}

#audioPlayer,
audio {
  width: 100%;
  margin-bottom: 12px;
}

.player-buttons {
  margin-bottom: 16px;
}

.player-buttons button {
  font: inherit;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #999;
  padding: 2px 8px;
  margin-right: 6px;
}

.player-buttons button:hover,
.player-buttons button:active,
.player-buttons button:focus {
  color: #d4c000;
  border-color: #d4c000;
}

.track-list {
  display: none;
}

.ant-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin: 26px 0 24px;
  flex-wrap: wrap;
  user-select: none;
}

.ant {
  display: block;
  width: 28px;
  height: 16px;
  overflow: visible;
  opacity: 0.9;
}

.ant line,
.ant circle,
.ant ellipse {
  vector-effect: non-scaling-stroke;
}

.ant-1 { transform: translateY(-2px) rotate(-10deg) scale(0.85); }
.ant-2 { transform: translateY(3px) rotate(8deg) scale(0.92); }
.ant-3 { transform: translateY(-1px) rotate(-6deg) scale(0.80); }
.ant-4 { transform: translateY(4px) rotate(12deg) scale(0.95); }
.ant-5 { transform: translateY(-3px) rotate(-9deg) scale(0.88); }
.ant-6 { transform: translateY(2px) rotate(7deg) scale(0.82); }
.ant-7 { transform: translateY(-2px) rotate(-11deg) scale(0.90); }
.ant-8 { transform: translateY(3px) rotate(9deg) scale(0.84); }

.guestbook-section {
  max-width: 620px;
  margin: 0 auto;
}

.guestbook-section iframe {
  width: 100%;
  height: 540px;
  border: 1px solid #999;
  display: block;
}

.footer p {
  margin: 0;
}

@media (max-width: 700px) {
  body {
    cursor: auto;
  }

  a,
  button,
  iframe,
  audio,
  summary {
    cursor: pointer;
  }

  .page {
    width: min(92vw, 560px);
  }

  .content-panel {
    min-height: 620px;
    padding: 14px 14px 20px;
    background-size: 92% 68%;
    background-position: center 105px;
  }

  .ant-divider {
    gap: 18px;
  }

  .guestbook-section {
    max-width: 100%;
  }

  .guestbook-section iframe {
    height: 460px;
  }
}