
.dm-profile[data-v-0e806c88] {
  display: flex;
  justify-content: center;
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 16px;
}
.dm-profile__grid[data-v-0e806c88] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  max-width: 900px;
  width: 100%;
}
.dm-profile__photo-btn[data-v-0e806c88] {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.dm-profile__photo-btn img[data-v-0e806c88] {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}
.dm-profile__content[data-v-0e806c88] {
  flex: 1;
}
.dm-profile__name[data-v-0e806c88] {
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  width: 100%;
  color: #111827;
  margin-bottom: 0.5rem;
}
.dm-profile__desc[data-v-0e806c88] {
  width: 100%;
  border: none;
  font-size: 1rem;
  color: #4b5563;
  min-height: 90px;
  margin-bottom: 1rem;
  resize: vertical;
  line-height: 1.5;
}
.dm-profile__buttons[data-v-0e806c88] {
  display: flex;
  gap: 1rem;
}
.dm-profile__button-group[data-v-0e806c88] {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.dm-profile__button-group input[data-v-0e806c88] {
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.9rem;
  width: 100%;
}
.dm-profile__buttons button[data-v-0e806c88] {
  background: #2563eb;
  color: white;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}
.dm-profile__buttons button[data-v-0e806c88]:hover {
  background: #1e40af;
}
@media (max-width: 768px) {
.dm-profile__grid[data-v-0e806c88] {
    flex-direction: column;
    text-align: center;
}
.dm-profile__photo-btn img[data-v-0e806c88] {
    width: 120px;
    height: 120px;
}
.dm-profile__buttons[data-v-0e806c88] {
    flex-direction: column;
}
}

