/* ============================================================
   Milestone 2 · Sprint 1 — Production Bible Experience additions
   ------------------------------------------------------------
   Additive-only styles for:
     • Offline-library mode chip
     • Translation-unavailable state
     • Bible copyright line
     • Picker section labels + notice banner
     • Reflect editor sub-label
     • My Walk view
   Base Bible reader visuals in bible.css are UNCHANGED so all
   existing highlights, palette, notes, favorites, chapter head,
   pickers, and settings sheet continue to work identically.
   ============================================================ */

/* Offline-library mode chip — sits under the bible-selectors row.
   Same forest ink as chapter headings; low-saturation clay tone so
   it reads as informational, not a warning. */
.bible-mode-chip {
  max-width: 34rem;
  margin: 0 auto 0.5rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(196, 138, 82, 0.10);
  color: #7A3A0E;
  font-family: var(--rooted-font-serif, "Fraunces", Georgia, serif);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-align: center;
}

/* Translation unavailable state. Occupies the verse-column slot so
   the reader page never collapses to a blank card. */
.bible-unavailable {
  max-width: 34rem;
  margin: 0.75rem auto 0;
  padding: 1.25rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(24, 53, 41, 0.10);
  background: #FFF7EB;
  color: #183529;
}
.bible-unavailable-title {
  margin: 0 0 0.35rem;
  font-family: var(--rooted-font-serif, "Fraunces", Georgia, serif);
  font-size: 1.05rem;
  font-weight: 600;
}
.bible-unavailable-message {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(24, 53, 41, 0.75);
}
.bible-unavailable-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.bible-unavailable-retry,
.bible-unavailable-offline {
  appearance: none;
  border: 1px solid rgba(24, 53, 41, 0.16);
  background: #fff;
  color: #183529;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  cursor: pointer;
  font-family: inherit;
}
.bible-unavailable-retry {
  background: #183529;
  color: #F7EEDE;
  border-color: #183529;
}

/* Copyright attribution — always shown for translations that return it. */
.bible-copyright {
  max-width: 34rem;
  margin: 1rem auto 0;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  color: rgba(24, 53, 41, 0.55);
  line-height: 1.4;
  text-align: left;
}

/* Picker section labels + no-yv notice banner */
.bible-picker-section-label {
  padding: 0.75rem 0.75rem 0.35rem;
  font-family: var(--rooted-font-serif, "Fraunces", Georgia, serif);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(24, 53, 41, 0.55);
}
.bible-picker-notice {
  margin: 0.35rem 0.6rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  background: rgba(196, 138, 82, 0.10);
  color: #7A3A0E;
  font-size: 0.82rem;
}
.bible-picker-item-sub {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: rgba(24, 53, 41, 0.55);
}

/* Reflect editor — reuses .bible-note-sheet chrome so it matches Note. */
.bible-reflect-sub {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: rgba(24, 53, 41, 0.55);
  font-weight: normal;
  letter-spacing: 0;
}
.bible-reflect-hint {
  margin: 0 0 0.5rem;
  padding: 0 0.15rem;
  font-size: 0.83rem;
  color: rgba(24, 53, 41, 0.65);
  line-height: 1.45;
}

/* ============================================================
   My Walk
   ============================================================ */
.my-walk-shell { background: var(--rooted-bg, #FCF3E1); }
.my-walk-screen {
  min-height: 100dvh;
  padding: 1.25rem 1rem 6rem;
  max-width: 40rem;
  margin: 0 auto;
  color: #183529;
}
.my-walk-header { padding: 0.5rem 0.25rem 1.1rem; }
.my-walk-title {
  font-family: var(--rooted-font-serif, "Fraunces", Georgia, serif);
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  letter-spacing: -0.01em;
}
.my-walk-sub {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(24, 53, 41, 0.7);
  line-height: 1.4;
}

.my-walk-section {
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(24, 53, 41, 0.08);
  padding: 1rem 0.75rem 0.5rem;
}
.my-walk-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0.25rem 0.55rem;
}
.my-walk-section-head h2 {
  margin: 0;
  font-family: var(--rooted-font-serif, "Fraunces", Georgia, serif);
  font-size: 1.1rem;
  font-weight: 600;
}
.my-walk-section-count {
  font-size: 0.8rem;
  color: rgba(24, 53, 41, 0.55);
  background: rgba(24, 53, 41, 0.05);
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
}

.my-walk-list { display: flex; flex-direction: column; gap: 0.5rem; }

.my-walk-item {
  position: relative;
  padding: 0.75rem 2.2rem 0.75rem 0.75rem;
  border-radius: 12px;
  background: #FCF3E1;
  cursor: pointer;
  transition: background 0.15s ease;
}
.my-walk-item:hover { background: #F6E9CE; }
.my-walk-item-title {
  font-family: var(--rooted-font-serif, "Fraunces", Georgia, serif);
  font-size: 0.98rem;
  font-weight: 600;
  color: #183529;
}
.my-walk-item-sub {
  font-size: 0.75rem;
  color: rgba(24, 53, 41, 0.55);
  margin-top: 0.1rem;
}
.my-walk-item-body {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: rgba(24, 53, 41, 0.8);
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.my-walk-item-remove {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: rgba(24, 53, 41, 0.4);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
.my-walk-item-remove:hover {
  color: #7A3A0E;
  background: rgba(196, 138, 82, 0.15);
}

.my-walk-empty {
  padding: 0.9rem 0.75rem 1.1rem;
  font-size: 0.9rem;
  color: rgba(24, 53, 41, 0.55);
  text-align: center;
  font-style: italic;
}

.my-walk-history-list { display: flex; flex-direction: column; gap: 0.35rem; }
.my-walk-history-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  border: 0;
  background: transparent;
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  color: #183529;
  font-family: inherit;
  font-size: 0.9rem;
}
.my-walk-history-item:hover { background: rgba(24, 53, 41, 0.04); }
.my-walk-history-sub {
  font-size: 0.72rem;
  color: rgba(24, 53, 41, 0.5);
}

.my-walk-prayer-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0 0.25rem 0.5rem;
}
.my-walk-prayer-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.85rem 0.9rem;
  background: #FCF3E1;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  color: #183529;
  text-align: left;
  font-family: inherit;
}
.my-walk-prayer-tile:hover { background: #F6E9CE; }
.my-walk-prayer-tile-num {
  font-family: var(--rooted-font-serif, "Fraunces", Georgia, serif);
  font-size: 1.5rem;
  font-weight: 600;
}
.my-walk-prayer-tile span:last-child {
  font-size: 0.8rem;
  color: rgba(24, 53, 41, 0.65);
}
