/* Welcome hero — the editor's no-template / not-signed-in state (#emptyState) */

.wel-hero { max-width: 820px; width: 100%; }
.wel-logo {
  font-family: var(--mono);
  font-size: 40px; font-weight: 700; letter-spacing: -1px; line-height: 1.1;
}
.wel-logo em { font-style: normal; color: var(--accent); }
.wel-tag { margin-top: 14px; color: var(--muted); font-size: 15px; }

.wel-values {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin: 56px 0;
}
.wel-value { border-top: 2px solid var(--ink); padding-top: 14px; }
.wel-value h3 { font-size: 13.5px; font-weight: 650; margin-bottom: 8px; }
.wel-value p { color: var(--muted); font-size: 12.5px; line-height: 1.65; }

.wel-cta { display: flex; align-items: center; gap: 14px; }
.wel-hint { color: var(--faint); font-size: 12px; }
