html {
  background:
    radial-gradient(circle at top, #fdf9f1 0%, #f4ecde 45%, #eadfcd 100%);
}

body {
  margin: 0 auto;
  max-width: 960px;
  padding: 28px 20px 56px;
  color: #2b241d;
  background: rgba(255, 252, 246, 0.9);
  font-family: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  font-size: 18px;
  line-height: 1.95;
  box-sizing: border-box;
  box-shadow: 0 24px 60px rgba(91, 66, 40, 0.08);
}

* {
  box-sizing: inherit;
}

a {
  color: #7c4d1f;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

a:hover {
  color: #4e2f13;
}

.menu {
  position: sticky;
  top: 0;
  z-index: 10;
  margin: -4px 0 20px;
  padding: 10px 0 14px;
  background: linear-gradient(to bottom, rgba(255, 252, 246, 0.96), rgba(255, 252, 246, 0.8), rgba(255, 252, 246, 0));
}

.menu a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #dbc3a4;
  border-radius: 999px;
  background: #fff8ec;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.menu a:hover {
  border-color: #c29562;
  background: #f8ecd9;
}

.section-title,
body > b {
  display: inline-block;
  margin-top: 4px;
  font-size: 34px;
  line-height: 1.2;
  color: #4e3420;
}

body > b + small {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #efe2cd;
  color: #785128;
  font-size: 15px;
  font-weight: 700;
}

b {
  color: #4e3420;
}

small {
  color: #785128;
}

.arl {
  display: inline-block;
  margin: 0 10px 12px 0;
  padding: 9px 14px;
  border: 1px solid #e3d4c0;
  border-radius: 12px;
  background: #fffdf9;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: 0 8px 18px rgba(99, 71, 42, 0.05);
}

.arl:hover {
  border-color: #caa47a;
  background: #fff6e9;
}

.prayer-block {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #e7d8c6;
  color: #5f4831;
  font-size: 16px;
  line-height: 2;
}

.prayer-title {
  margin-bottom: 10px;
  color: #4e3420;
  font-size: 22px;
  font-weight: 700;
}

a.lch,
big font[color="#FF0000"] {
  display: inline-block;
  min-width: 42px;
  margin: 0 6px 8px 0;
  padding: 6px 10px;
  border-radius: 999px;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
}

a.lch {
  border: 1px solid #ddc7ac;
  background: #fff8ed;
  color: #6d4420;
}

a.lch:hover {
  border-color: #c29562;
  background: #f6e7d1;
}

big font[color="#FF0000"] {
  background: #8a5a2c;
  color: #fff8ef !important;
  box-shadow: 0 10px 18px rgba(138, 90, 44, 0.18);
}

sup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1em;
  min-height: 2.1em;
  margin-right: 0.55em;
  border-radius: 999px;
  vertical-align: top;
  background: #f1e5d2;
  color: #7c4d1f;
  font-size: 0.82em;
  font-weight: 700;
  float: none;
}

br {
  line-height: 1.6;
}

@media (max-width: 720px) {
  body {
    padding: 18px 14px 36px;
    font-size: 17px;
    line-height: 1.85;
    box-shadow: none;
  }

  .menu {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .section-title,
  body > b {
    font-size: 28px;
  }

  .arl {
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 8px 12px;
  }

  .prayer-block {
    margin-top: 26px;
    padding-top: 18px;
    font-size: 15px;
    line-height: 1.9;
  }

  .prayer-title {
    margin-bottom: 8px;
    font-size: 19px;
  }

  a.lch,
  big font[color="#FF0000"] {
    min-width: 38px;
    margin-right: 5px;
    padding: 6px 8px;
    font-size: 14px;
  }

  sup {
    width: 1.9em;
    min-height: 1.9em;
    margin-right: 0.45em;
    font-size: 0.78em;
  }
}
