* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
body.capture-page {
  font-family: "Newsreader", Georgia, serif;
  color: #f7efe4;
  background: #1c140e;
  overflow-x: hidden;
}
body.capture-page #hamburger-menu span {
  background: #f3e6d0;
  box-shadow: none;
}
.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
}
.page-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 72px 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero {
  text-align: center;
  margin-bottom: 28px;
  max-width: 640px;
}
.eyebrow {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f7efe4;
  margin-bottom: 8px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.55);
}
h1 {
  font-family: "Italiana", serif;
  font-size: clamp(32px, 6.4vw, 56px);
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff8ee;
  text-shadow: 0 2px 22px rgba(8,4,2,0.55);
}
.sub {
  margin-top: 10px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247,239,228,0.78);
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}
.panel {
  width: min(640px, 100%);
  background: transparent;
  color: #fff8ee;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.add-row { display: flex; gap: 8px; margin-bottom: 12px; }
.add-row input {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  border-radius: 0;
  background: transparent;
  font-family: "Newsreader", serif;
  font-size: 18px;
  font-style: italic;
  color: #fff8ee;
  outline: none;
  text-shadow: 0 1px 8px rgba(8,4,2,0.55);
}
.add-row input::placeholder {
  color: rgba(247,239,228,0.55);
}
.add-row button {
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  background: transparent;
  color: #fff8ee;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.item .mark {
  flex: 0 0 auto;
  margin-top: 4px;
  color: rgba(247,239,228,0.7);
  font-size: 12px;
}
.item .t {
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
  font-style: italic;
  color: #fff8ee;
  outline: none;
  text-shadow: 0 1px 8px rgba(8,4,2,0.55);
}
.item .x { background: none; border: none; color: rgba(247,239,228,0.7); cursor: pointer; font-size: 16px; }
.empty {
  font-style: italic;
  color: rgba(247,239,228,0.7);
  padding: 8px 0 4px;
  text-shadow: 0 1px 8px rgba(8,4,2,0.55);
}
.status {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247,239,228,0.55);
  margin-top: 12px;
  text-shadow: 0 1px 8px rgba(8,4,2,0.45);
}
