/* Projection guide — daylight tokens via shell */
body {
  padding: 1.75rem 1.25rem 2.5rem;
  line-height: 1.55;
}

.guide {
  max-width: 760px;
  margin-inline: auto;
}

.guide-top {
  margin-bottom: 1.5rem;
}

.guide-top h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.4rem);
  margin: 0 0 0.35rem;
  line-height: 1.1;
}

.guide-top .lede {
  color: var(--muted);
  margin: 0 0 0.75rem;
  font-size: 1.02rem;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.guide-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: var(--accent);
  border-radius: var(--radius-sm);
  padding: 0.45rem 0.75rem;
}

.guide-actions a.ghost {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--border-strong);
}

.guide-actions a.ghost:hover {
  border-color: var(--accent);
  color: var(--accent-dim);
}

.guide section {
  background: var(--surface-raised);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}

.guide h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.6rem;
}

.guide h3 {
  font-size: 0.95rem;
  margin: 1rem 0 0.35rem;
  color: var(--accent-dim);
}

.guide p,
.guide li {
  color: var(--text);
  font-size: 0.95rem;
}

.guide p {
  margin: 0 0 0.75rem;
}

.guide ul,
.guide ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}

.guide .muted {
  color: var(--muted);
}

.guide code {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.05rem 0.3rem;
  font-size: 0.88em;
}

.flow {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.flow-step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.flow-num {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.flow-body strong {
  color: var(--ink);
}

.flow-body span {
  color: var(--muted);
  font-size: 0.92rem;
}
