/* Theory of Theories — minimal custom styles */

.status-badge {
  display: inline-block;
  padding: 0.1em 0.6em;
  border-radius: 999px;
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: middle;
}
.status-stub      { background: #eee;    color: #666; }
.status-ai-drafted{ background: #e7f0fe; color: #1a56b0; }
.status-worked    { background: #fff3cd; color: #8a6d00; }
.status-verified  { background: #d9f2e3; color: #1a7a45; }

/* strike-through-with-annotation pattern for revised claims */
.revised {
  text-decoration: line-through;
  opacity: 0.6;
}
.revision-note {
  font-size: 0.9em;
  color: var(--bs-secondary-color, #666);
  border-left: 3px solid #ccc;
  padding-left: 0.75em;
  margin: 0.5em 0;
}

/* margin/self notes imported from LaTeX \snote{} */
.snote { color: #0aa; font-size: 0.9em; }

/* ---- Voices ----
   black  = Sabrina (the author)
   purple = Theoria (the AI study partner)
   cyan   = Sabrina's margin to-dos (.snote, imported from LaTeX \snote{})  */

.theoria { color: #6f42c1; }

/* Block-level Theoria interjection */
.theoria-box {
  border-left: 4px solid #6f42c1;
  background: #f7f3fc;
  color: #4a2d80;
  padding: 0.75em 1em;
  margin: 1em 0;
  border-radius: 0 6px 6px 0;
}
.theoria-box::before {
  content: "Theoria";
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6f42c1;
  margin-bottom: 0.35em;
}

/* Resolution box for caught-misunderstanding moments */
.verdict-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.75em 1em;
  margin: 1em 0;
  background: #fafafa;
}
.verdict-box::before {
  content: "Who was right?";
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.35em;
}

/* Lecture Notes: embedded PDF viewer */
.pdf-frame{margin:18px 0;border:1px solid #e4e4e7;border-radius:10px;overflow:hidden;height:82vh;background:#fafafa}
.pdf-frame iframe{width:100%;height:100%;border:0;display:block}
.pdf-fallback{font-size:.9rem;color:#71717a;margin-top:8px}

/* Lecture Notes (from LaTeX via pandoc) */
.snote{color:#11a3c2;font-size:.92em}      /* her cyan working-notes, toned down */

html{overflow-y:scroll}
