/* Daylight — quiet editorial. Paper white, navy + icon red. */
@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,600&family=Inter:wght@400;500;600&display=swap");

body.theme-daylight {
  --lw-navy: #01224c;
  --lw-red: #9d0f2d;
  background: #f7f5f1;
  color: #1c1917;
  font-family: Inter, "Segoe UI", sans-serif;
}
body.theme-daylight #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  background: #fff;
  background-image: none;
  border-bottom: 1px solid #e4dfd6;
}
body.theme-daylight h1 {
  position: static;
  visibility: visible;
  margin: 0;
  color: var(--lw-navy);
  font-family: Newsreader, Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
}
body.theme-daylight #header h1 {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  background: none;
  border: 0;
}
body.theme-daylight #header h1 a:link,
body.theme-daylight #header h1 a:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}
body.theme-daylight .site-logo {
  width: 64px;
  height: 64px;
  display: block;
  flex: 0 0 auto;
  border-radius: 3px;
}
body.theme-daylight .header-ai {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b665f;
  text-decoration: none;
  white-space: nowrap;
}
body.theme-daylight .header-ai:hover {
  color: var(--lw-red);
  text-decoration: underline;
}
body.theme-daylight .for-ai h3 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.05rem;
}
body.theme-daylight .for-ai ul,
body.theme-daylight .for-ai ol {
  padding-left: 1.25rem;
}
body.theme-daylight #main.for-ai p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.55;
}
body.theme-daylight #main.for-ai pre {
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e4dfd6;
  font-size: 0.85rem;
  line-height: 1.45;
}
body.theme-daylight #main.for-ai pre code {
  background: none;
  padding: 0;
  border: 0;
  font-size: inherit;
}
body.theme-daylight .coffee-note {
  color: #6b635a;
  font-size: 0.95rem;
}
body.theme-daylight a.coffee-pay {
  display: inline-block;
  font-weight: 500;
  padding: 0.55rem 0.9rem;
  border: 1px solid #d5cfc5;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
}
body.theme-daylight a.coffee-pay:link,
body.theme-daylight a.coffee-pay:visited {
  color: #1c1917;
}
body.theme-daylight a.coffee-pay:hover {
  border-color: var(--lw-red);
  color: var(--lw-red);
}
body.theme-daylight .coffee-qr {
  margin: 1.6rem 0 1rem;
  padding: 0;
  max-width: 14rem;
}
body.theme-daylight .coffee-qr img {
  display: block;
  width: 180px;
  height: 180px;
  background: #fff;
  border: 1px solid #e4dfd6;
  padding: 8px;
  box-sizing: border-box;
}
body.theme-daylight .coffee-qr figcaption {
  margin: 0.5rem 0 0;
  color: #6b635a;
  font-size: 0.88rem;
  line-height: 1.4;
}
body.theme-daylight .mcp-url code {
  display: inline-block;
  padding: 0.35rem 0.5rem;
  background: #fff;
  border: 1px solid #e4dfd6;
  font-size: 0.92rem;
}
body.theme-daylight #main,
body.theme-daylight.strongs-open #main {
  max-width: 44rem;
  margin: 0;
  padding: 12px 16px 28px;
  width: 100%;
}
body.theme-daylight form,
body.theme-daylight #fields {
  background: transparent;
}
body.theme-daylight #fields {
  text-align: left;
  margin: 0 0 2rem;
}
body.theme-daylight #fields p,
body.theme-daylight #main p#sab {
  font-size: 0.92rem;
  font-weight: 500;
  color: #6b635a;
}
body.theme-daylight .listbox1,
body.theme-daylight .listbox2 {
  height: 40px;
  font-size: 15px;
  border: 1px solid #d5cfc5;
  border-radius: 6px;
  background: #fff;
}
body.theme-daylight .button {
  width: auto;
  height: 40px;
  padding: 0 1.1rem;
  border-radius: 6px;
  background: var(--lw-red);
  color: #fff;
  border-color: var(--lw-red);
  font-weight: 600;
}
body.theme-daylight #main h2 {
  font-family: Newsreader, Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 12px 0 4px;
  text-align: left;
  color: var(--lw-navy);
}
body.theme-daylight #main h3 {
  text-align: left;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lw-red);
  margin: 0 0 1.25rem;
}
body.theme-daylight #main.for-ai h3 {
  margin: 1.85rem 0 0.3rem;
}
body.theme-daylight div.chapnav {
  text-align: left;
  font-size: 0.92rem;
  margin: 0 0 1.5rem;
}
body.theme-daylight .verse {
  font-family: Newsreader, Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.5;
  margin: 0 0 0.3rem;
}
body.theme-daylight .verse_num {
  color: var(--lw-red);
  font-family: Inter, sans-serif;
  font-size: 0.72em;
  font-weight: 600;
}
body.theme-daylight .verse a:link,
body.theme-daylight .verse a:visited {
  color: inherit;
  border-bottom: 1px solid #e8c5cc;
}
body.theme-daylight .verse a:hover {
  color: var(--lw-red);
  border-bottom-color: var(--lw-red);
}
body.theme-daylight a:link,
body.theme-daylight a:visited {
  color: var(--lw-red);
}
body.theme-daylight #footer {
  background: #fff;
  color: #8a847c;
  border-top: 1px solid #e4dfd6;
  font-size: 0.68rem;
  line-height: 1.55;
  padding: 0.75rem 16px 1rem;
}
body.theme-daylight #footer a:link,
body.theme-daylight #footer a:visited {
  color: #6b665f;
}
body.theme-daylight #footer a:hover {
  color: var(--lw-red);
}
body.theme-daylight .site-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
}
body.theme-daylight #footer .site-legal a:link,
body.theme-daylight #footer .site-legal a:visited {
  color: #4b4640;
  text-decoration: none;
}
body.theme-daylight #footer .site-legal a:hover {
  color: var(--lw-red);
  text-decoration: underline;
}
body.theme-daylight #strongs-dialog {
  border: 1px solid #e4dfd6;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(28, 25, 23, 0.12);
}
body.theme-daylight .strongs-dialog-bar {
  background: #fff;
  border-bottom-color: #e4dfd6;
}
body.theme-daylight #strongs-dialog-title {
  color: #1c1917;
  font-family: Newsreader, Georgia, serif;
}
body.theme-daylight .strongs-open-page,
body.theme-daylight .strongs-close {
  color: var(--lw-red);
  border-color: #e4dfd6;
  background: #fff;
}
body.theme-daylight.strongs-page {
  background: #f7f5f1;
  max-width: none;
  padding: 0;
}
body.theme-daylight.strongs-page h1 {
  background: none;
  color: var(--lw-navy);
  border: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 1.8rem;
  padding: 1rem 0 0.25rem;
}
body.theme-daylight.strongs-page .strongs-article {
  max-width: 38rem;
  margin: 0 auto;
  padding: 1rem 1.25rem 3rem;
}
@media (max-width: 420px) {
  body.theme-daylight #header h1 {
    font-size: 1.2rem;
  }
  body.theme-daylight .site-logo {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 860px) {
  body.theme-daylight.strongs-open #main {
    margin-left: 0;
  }
  body.theme-daylight #strongs-dialog {
    border-radius: 0;
    border: none;
    border-left: 1px solid #e4dfd6;
  }
}
