/* Regenpreneur Visual Resource Engine — shared print + screen styles */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,400&family=Source+Sans+3:wght@400;600;700&display=swap");

:root {
  --rvre-forest: #1a3d2e;
  --rvre-olive: #2d6a4f;
  --rvre-stone: #5c5346;
  --rvre-cream: #faf8f5;
  --rvre-copper: #bc6c25;
  --rvre-mist: #e8e4dc;
  --rvre-river: #3d6b7a;
  --rvre-green-100: #d8f3dc;
  --rvre-ink: #1f2622;
  --rvre-display: "Fraunces", Georgia, serif;
  --rvre-body: "Source Sans 3", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-print-color-adjust: exact; print-color-adjust: exact; }

body {
  margin: 0;
  font-family: var(--rvre-body);
  color: var(--rvre-ink);
  background: var(--rvre-mist);
  line-height: 1.55;
}

.rvre-toolbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
  background: var(--rvre-forest);
  color: #fff;
  font-size: 0.9rem;
}

.rvre-toolbar strong { font-family: var(--rvre-display); font-weight: 600; }

.rvre-toolbar button {
  font-family: var(--rvre-body);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--rvre-forest);
  background: var(--rvre-green-100);
  border: none;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  cursor: pointer;
}

.rvre-toolbar button:hover { background: #fff; }

.rvre-sheet {
  max-width: 210mm;
  margin: 1.5rem auto 3rem;
  padding: 22mm 20mm;
  background: var(--rvre-cream);
  box-shadow: 0 10px 30px rgba(26, 61, 46, 0.15);
  min-height: 260mm;
}

.rvre-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rvre-copper);
}

.rvre-title {
  font-family: var(--rvre-display);
  font-size: 1.65rem;
  color: var(--rvre-forest);
  margin: 0.35rem 0 0.5rem;
  line-height: 1.2;
}

.rvre-lead {
  font-size: 0.95rem;
  color: var(--rvre-stone);
  max-width: 42em;
}

.rvre-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1.25rem 0 1.5rem;
  font-size: 0.9rem;
}

.rvre-meta label { font-weight: 600; color: var(--rvre-forest); }

.rvre-meta .line {
  flex: 1;
  min-width: 140px;
  border-bottom: 1px solid rgba(26, 61, 46, 0.25);
  min-height: 1.4em;
}

.rvre-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin: 1rem 0;
}

.rvre-table th,
.rvre-table td {
  border: 1px solid rgba(26, 61, 46, 0.2);
  padding: 8px 10px;
  vertical-align: top;
  text-align: left;
}

.rvre-table th {
  background: var(--rvre-mist);
  color: var(--rvre-forest);
  font-weight: 600;
}

.rvre-checklist { list-style: none; padding: 0; margin: 1rem 0; }

.rvre-checklist li {
  display: flex;
  gap: 0.65rem;
  margin: 0.65rem 0;
  font-size: 0.9rem;
}

.rvre-checklist .box {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--rvre-olive);
  border-radius: 2px;
  margin-top: 3px;
}

.rvre-callout {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--rvre-copper);
  background: rgba(188, 108, 37, 0.08);
  font-size: 0.9rem;
}

.rvre-reflection {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px dashed var(--rvre-olive);
  border-radius: 8px;
  background: rgba(45, 106, 79, 0.06);
}

.rvre-reflection p { margin: 0 0 0.5rem; font-weight: 600; color: var(--rvre-forest); font-size: 0.85rem; }

.rvre-sketch {
  border: 1px dashed rgba(26, 61, 46, 0.35);
  min-height: 110px;
  border-radius: 6px;
  margin: 0.75rem 0;
  background: #fff;
}

.rvre-card {
  border: 1px solid rgba(26, 61, 46, 0.15);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  margin: 1rem 0;
  background: #fff;
  page-break-inside: avoid;
}

.rvre-card h2 {
  font-family: var(--rvre-display);
  font-size: 1.05rem;
  color: var(--rvre-forest);
  margin: 0 0 0.5rem;
}

.rvre-card .scene {
  background: var(--rvre-mist);
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--rvre-stone);
  border-radius: 6px;
  margin: 0.5rem 0;
}

.rvre-card .prompt { font-style: italic; color: var(--rvre-stone); font-size: 0.88rem; }

.rvre-card .reveal {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(26, 61, 46, 0.2);
  font-size: 0.88rem;
}

.rvre-footer {
  margin-top: 2rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(26, 61, 46, 0.12);
  font-size: 0.72rem;
  color: var(--rvre-stone);
}

.rvre-compass-ring {
  width: 200px;
  height: 200px;
  margin: 1.5rem auto;
  border: 3px solid var(--rvre-forest);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--rvre-forest);
  background: radial-gradient(circle, var(--rvre-cream) 0%, var(--rvre-green-100) 100%);
}

@media print {
  .rvre-toolbar { display: none; }
  body { background: #fff; }
  .rvre-sheet { box-shadow: none; margin: 0; max-width: none; }
}
