.plan-badge { 
  margin-left: 8px; 
  padding: 2px 6px; 
  border-radius: 6px; 
  font-size: 11px; 
}

.plan-badge.free { 
  background: #f2f3f5; 
  color: #444; 
}

.plan-badge.basic { 
  background: #e0f2ff; 
  color: #0369a1; 
}

.plan-badge.pro { 
  background: #e8e7ff; 
  color: #5b21b6; 
}

#profileDropdown { 
  display: none; 
  position: absolute; 
  z-index: 1000; 
}

#profileDropdown.show { 
  display: block; 
}

.disabled { 
  pointer-events: none; 
  opacity: .5; 
}

/* 기존 모달 CSS 제거 - 새로운 modal.css 사용 */
