/* Page-specific overrides only — shared design tokens and component styles
   live in /shared/tokens.css and /shared/base.css. Nothing page-unique yet. */

#status-message:empty {
  display: none;
}

.task-assignee-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  background: var(--accent-subtle);
  border-radius: var(--radius-sm);
  font-size: 0.85em;
  color: var(--text-tertiary);
}

.board-card-assignee {
  margin: 2px 0 0;
  font-size: var(--text-xs);
  color: var(--text-tertiary);
}

.modal-dialog--detail {
  max-width: 800px;
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.modal-dialog--detail > .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
