body {
  margin: 0;
  padding: 0;

  background-color: #12001f;
  color: #f2d9ff;

  font-family: "Trebuchet MS", Arial, sans-serif;

  
  background-image: url("/images/shion-stars-bg.jpg");
  background-repeat: repeat;
  background-size: 500px auto;

  min-height: 100vh;
}

.page {
  width: 760px;
  max-width: calc(100% - 30px);

  margin: 40px auto;
  padding: 20px;

  background-color: #1d0a2a;

  border: 2px solid #a96dff;
  box-shadow:
    0 0 12px #a96dff,
    inset 0 0 20px rgba(169, 109, 255, 0.15);

  text-align: center;
}

h1 {
  color: #e6b8ff;
  letter-spacing: 3px;
  text-shadow: 0 0 8px #c66cff;
}

.subtitle {
  color: #c9a2df;
  font-size: 13px;
}

nav {
  margin: 20px 0;
  padding: 10px;

  border-top: 1px dashed #8d58b5;
  border-bottom: 1px dashed #8d58b5;
}

nav a {
  color: #ffb5f5;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  color: white;
  text-shadow: 0 0 8px #ffb5f5;
}

.content {
  flex: 1;
  margin: 0;
  width: auto;
}

h2 {
  color: #ffb5f5;
}

.update {
  margin-top: 30px;
  color: #bb8fd3;
  font-size: 12px;
}

footer {
  margin-top: 30px;
  color: #896b99;
  font-size: 11px;
}



.content p {
  line-height: 1.6;
}

.shion-avatar {
  display: block;
  width: 150px;
  height: 190px;
  object-fit: cover;
  object-position: center 25%;
  margin: 0 auto 12px;
  border: 1px solid #8d58b5;
}

.layout {
  display: flex;
  gap: 18px;
  margin-top: 25px;
  text-align: left;
}

.sidebar {
  width: 200px;
  flex-shrink: 0;
}

.box {
  border: 1px solid #8d58b5;
  background-color: rgba(20, 5, 35, 0.65);
  padding: 12px;
  margin-bottom: 18px;
}

.box h2 {
  margin-top: 0;
  text-align: center;
  font-size: 16px;
}

.sidebar p {
  font-size: 12px;
  margin: 6px 0;
}

.sidebar a {
  color: #ffb5f5;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.8;
}

.sidebar a:hover {
  color: white;
}

.site-header {
  text-align: center;
  padding: 22px 10px 12px;
}

.header-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 5px;

  color: #f0c7ff;

  text-shadow:
    0 0 4px #ffffff,
    0 0 8px #d879ff,
    0 0 14px #8f35ff;
}

.tiny-star {
  color: #ffffff;
  font-size: 25px;
  text-shadow:
    0 0 5px #ffffff,
    0 0 10px #b84cff;
}

.header-jp {
  margin-top: 4px;

  font-family: serif;
  font-size: 13px;
  letter-spacing: 8px;

  color: #a978bd;
}

.site-header .subtitle {
  margin-top: 13px;
  margin-bottom: 10px;

  font-size: 12px;
  color: #d5b6e5;
}

.header-line {
  margin-top: 10px;

  font-family: serif;
  font-size: 11px;
  letter-spacing: 2px;

  color: #9d64ba;
}

.shion-menu {
  display: flex;
  flex-direction: column;

  margin: 0;
  padding: 4px 0;

  border: none;
  text-align: left;
}

.shion-menu a {
  display: block;
  padding: 5px 8px;

  color: #e7b6ff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;

  text-decoration: none;
  border-bottom: 1px dotted #59366d;
}

.shion-menu a::before {
  content: "♡";
  display: inline-block;
  width: 18px;

  color: #9561ad;
  font-size: 10px;
  text-align: center;
}

.shion-menu a:hover {
  color: #ffffff;
  background-color: rgba(173, 91, 255, 0.12);

  text-shadow:
    0 0 4px #ffffff,
    0 0 8px #d879ff;
}

.shion-menu a:hover::before {
  content: "★";
  color: #ffb5f5;
  text-shadow: 0 0 6px #d879ff;
}

.shion-menu a:last-child {
  border-bottom: none;
}

.status-box {
  font-size: 11px;
}

.status-item {
  padding: 6px 2px;
  border-bottom: 1px dotted #59366d;
}

.status-icon {
  display: inline-block;
  width: 16px;
  color: #d991ff;
  text-align: center;
}

.status-label {
  color: #b889ca;
}

.status-value {
  display: block;
  margin-left: 21px;
  margin-top: 2px;

  color: #f2d9ff;
}

.last-seen {
  margin-top: 10px;
  padding-top: 7px;

  color: #805b91;
  font-size: 10px;
  text-align: center;
  font-style: italic;
}

.diary-header {
  text-align: center;
}

.diary-subtitle {
  margin: 4px 0;
  color: #a77cba;
  font-size: 11px;
  font-style: italic;
}

.diary-entry {
  padding: 14px;
}

.diary-date {
  display: flex;
  justify-content: space-between;

  padding-bottom: 7px;
  border-bottom: 1px dotted #59366d;

  color: #b889ca;
  font-size: 11px;
}

.diary-entry h3 {
  margin: 14px 0;

  color: #ffb5f5;
  font-size: 16px;
  font-weight: normal;

  text-shadow: 0 0 5px #8f35ff;
}

.diary-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.7;
}

.diary-text p {
  margin: 12px 0;
}

.diary-mood {
  margin-top: 16px;
  padding-top: 8px;

  border-top: 1px dotted #59366d;

  color: #a978bd;
  font-size: 11px;
  text-align: right;
  font-style: italic;
}

.diary-navigation {
  margin: 12px 0 25px;

  color: #896b99;
  font-size: 11px;
  text-align: center;
}

.diary-navigation a {
  color: #c990df;
  text-decoration: none;
}

.diary-navigation a:hover {
  color: white;
  text-shadow: 0 0 6px #d879ff;
}



