/* P3 — shared dictation landing (/m/?id=) */
.share-m-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 5.5rem;
}
.share-m-hero {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.25rem 1rem;
  flex: 1;
}
.share-m-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted, #71717a);
  margin: 0 0 0.5rem;
}
.share-m-card {
  background: var(--surface, #fff);
  border: 1.5px solid var(--border, #e4e4e7);
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  margin-top: 0.75rem;
  box-shadow: 0 4px 24px rgba(9, 9, 11, 0.06);
}
.share-m-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: var(--muted, #52525b);
  font-weight: 600;
}
.share-m-text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--dark, #18181b);
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
}
.share-m-toggle {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.share-m-toggle button {
  background: none;
  border: none;
  color: #059669;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.share-m-audio-wrap {
  margin-top: 1.25rem;
}
.share-m-audio-wrap audio {
  width: 100%;
}
.share-m-state {
  color: var(--muted, #71717a);
  font-size: 0.95rem;
}
.share-m-state.err {
  color: #b91c1c;
  font-weight: 600;
}
.share-m-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.85rem 1rem;
  background: rgba(9, 9, 11, 0.92);
  border-top: 1px solid #27272a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.share-m-sticky .btn-green {
  margin: 0;
  min-width: 200px;
  text-align: center;
}
.share-m-sticky span {
  color: #fafafa;
  font-size: 0.9rem;
}
