body {
  font-family: 'Lucida Sans';
  font-size: 13px;
}

.note {
  margin: 12px 0;
  padding: 10px 12px;
  border-left: 4px solid #64748b; /* default accent (slate) */
  background: #f8fafc;
  color: #0f172a;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.45;
}

.note::before {
  content: attr(data-note);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #334155;
  margin-bottom: 6px;
}

.note--info { border-left-color: #2563eb; background: #eff6ff; }
.note--warn { border-left-color: #d97706; background: #fffbeb; }
.note--ok   { border-left-color: #16a34a; background: #f0fdf4; }

.avatar {
  display: block;
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin: 0 0 14px 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
}
